Overview
Learn how to deploy your app
Deploy your app with Vercel or Cloudflare and launch your SaaS in minutes, without errors.
Pre-Commit and Deployment Checklist
Complete these steps before committing or deploying:
- Run
npm run lint-fixto detect and fix code issues - Run
npm run formatto ensure consistent code style - Test locally with
npm run devto verify everything works - Confirm your
.env.localvalues are correct (API keys, database, auth, etc.) - Do not commit sensitive files (e.g.,
.env/.env.local) - Commit with a clear and meaningful message
- Push your changes to your GitHub repository
- Make sure environment variables are added in your hosting platform
Where to deploy
Choose one and learn more about the deployment in these different guides: