| name | deploy-vercel |
| description | Deploys Next.js/web MVPs to Vercel (build check, env vars, vercel CLI). Use only after P0 features are done and tests pass — never during active development. Trigger when the user wants to go live, asks to put the app online, or confirms after "ready to publish?" |
Deploy — Free Vercel Deployment
Use only after development is complete. Do not mention deployment during active development.
Update PROJECT_RULES.md deployment field after deploying. Update Progress.md status.
Pre-Deploy Checklist
npm run build passes with no errors
- No
localhost URLs in environment variables
.env.local values are set in the Vercel dashboard
How to Deploy
npm i -g vercel
vercel login
vercel
Guiding Non-Developers
After deployment is complete: