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-fix to detect and fix code issues
  • Run npm run format to ensure consistent code style
  • Test locally with npm run dev to verify everything works
  • Confirm your .env.local values 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:

Vercel

Learn how to deploy your app to Vercel.

Cloudflare Workers

Learn how to deploy your app to Cloudflare Workers.