From superpowers
Deploys AI-generated static websites to Netlify via manual drag-and-drop or GitHub integration. Use for hosting sites, obtaining live URLs, or publishing Anti-Gravity projects.
npx claudepluginhub lunartech-x/superpowers --plugin superpowersThis skill uses the workspace's default tool permissions.
Deploy Anti-Gravity generated websites to Netlify for free hosting.
Deploys AI-generated websites to Vercel, Netlify, Cloudflare Pages, or GitHub Pages using CLI workflows, framework configs for Next.js and Vite, env vars, and custom domains.
Deploys web projects to Netlify using Netlify CLI. Handles authentication, site linking or creation via Git remote, and production/preview deployments.
Deploys web projects to Netlify using Netlify CLI. Manages authentication, project detection, site linking/creation, and production/preview deploys on deploy/host/publish requests.
Share bugs, ideas, or general feedback.
Deploy Anti-Gravity generated websites to Netlify for free hosting.
Best for one-time deployments or demos.
Best for ongoing projects with version control.
npm run buildout folder (or dist/.next)out foldernpm run build
Note: For static export to work, ensure
next.config.jshas:output: 'export'
The output folder is typically:
out/ or .next/dist/build/random-name.netlify.app)After deployment:
npm run buildoutEnsure static export is configured:
// next.config.js
module.exports = {
output: 'export',
images: {
unoptimized: true
}
}
For static export, ensure images are in /public/ folder and referenced with absolute paths.
| Platform | Free Tier | Best For |
|---|---|---|
| Netlify | Yes | Static sites |
| Vercel | Yes | Next.js apps |
| GitHub Pages | Yes | Simple HTML |
| Cloudflare Pages | Yes | Edge performance |
- [ ] Build succeeds locally
- [ ] `out/` folder exists
- [ ] Images load correctly
- [ ] No console errors
- [ ] Mobile responsive
- [ ] Drag to Netlify
- [ ] Test live URL