From stackblitz-pack
Deploys StackBlitz WebContainer apps to Vercel or Netlify with COOP/COEP headers for production. Use with WebContainers or StackBlitz SDK; trigger 'deploy stackblitz'.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packThis skill is limited to using the following tools:
Deploy WebContainer apps to Vercel, Netlify with proper COOP/COEP headers.
Installs WebContainer API and StackBlitz SDK for browser-based Node.js and project embedding. Configures COOP/COEP headers for Vite/Express servers.
Deploys projects to Vercel via CLI or git push. Checks linking/auth/teams, creates preview links, guides to git integration for ongoing deploys.
Guides step-by-step deployment of static sites, React/Vue/Next.js/Nuxt frontends, Python (Flask/FastAPI/Django) or Node.js (Express/Nest) backends to Vercel, Netlify, Cloudflare Pages, Railway, Render. Prepares build configs, env vars, gitignore.
Share bugs, ideas, or general feedback.
Deploy WebContainer apps to Vercel, Netlify with proper COOP/COEP headers.
See the core workflow skills for implementation patterns.
| Issue | Cause | Solution |
|---|---|---|
| Configuration error | Wrong setup | Check WebContainer docs |
| Build failure | Missing deps | Run npm install |
See related skills for more patterns.