🔌Integrations

Vercel Deployment

Deploy to Vercel for production hosting.

Vercel Deployment

Deploy your apps to production with Vercel - optimized for Next.js with automatic builds, global CDN, and instant rollbacks.

Vercel Features

🚀 Instant Deployments

Deploy in seconds with zero configuration

🔗 Preview URLs

Every deployment gets a unique preview URL

🌍 Global Edge Network

Fast loading from 100+ locations worldwide

🔐 Automatic HTTPS

Free SSL certificates for all domains

🚀 Deploying Your App

1

Click Deploy in Builder

Open your project and click the "Deploy" button in the top bar.

2

Connect Vercel Account

If not connected, authorize Vercel access. Your deployment will start automatically.

3

Get Your Live URL

In ~30 seconds, you'll have a live URL like your-app.vercel.app

Auto HTTPSGlobal CDNInstant Rollback

🌐 Custom Domains

Connect your own domain in the Vercel dashboard:

  1. 1. Go to your project in Vercel
  2. 2. Click Settings → Domains
  3. 3. Add your domain (e.g., myapp.com)
  4. 4. Update DNS records with your registrar
  5. 5. SSL certificate is issued automatically
# Required DNS Records:
A Record: @ → 76.76.21.21
CNAME: www → cname.vercel-dns.com

🔐 Environment Variables

Your Spawned environment variables are automatically synced to Vercel. You can also add production-only variables:

⚠️ Production 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."