Vercel Deployment
Deploy your apps to production with Vercel - optimized for Next.js with automatic builds, global CDN, and instant rollbacks.
▲ Vercel Features
Deploy in seconds with zero configuration
Every deployment gets a unique preview URL
Fast loading from 100+ locations worldwide
Free SSL certificates for all domains
🚀 Deploying Your App
Click Deploy in Builder
Open your project and click the "Deploy" button in the top bar.
Connect Vercel Account
If not connected, authorize Vercel access. Your deployment will start automatically.
Get Your Live URL
In ~30 seconds, you'll have a live URL like your-app.vercel.app
🌐 Custom Domains
Connect your own domain in the Vercel dashboard:
- 1. Go to your project in Vercel
- 2. Click Settings → Domains
- 3. Add your domain (e.g., myapp.com)
- 4. Update DNS records with your registrar
- 5. SSL certificate is issued automatically
🔐 Environment Variables
Your Spawned environment variables are automatically synced to Vercel. You can also add production-only variables:
Remember to use production API keys (not test keys) for your live deployments. Update Stripe, Supabase, and other services with production credentials.
💬 Example Prompts
- "Deploy my app to Vercel and give me the live URL."
- "Set up automatic deployments when I push to GitHub."
- "Add my custom domain myapp.com to my Vercel deployment."