Publish Your App
Go from builder to live website. Get a preview link, connect your domain, and launch.
Deployment Options
You can deploy your Spawned app to:
- Vercel - Best for most projects, free tier included
- Your own server - Full control, more setup required
- Other platforms - Netlify, Railway, Render all work
Deploy to Vercel (Recommended)
- Click Export → Deploy
- Connect your GitHub account if prompted
- Vercel detects your app type and configures everything
- Click Deploy
Your app is live in about 60 seconds.
Custom Domains
See our domain connection guide for details.
Quick version:
- Go to Vercel → Settings → Domains
- Add your domain
- Update DNS records at your registrar
- Wait for SSL certificate (automatic)
Environment Variables
If your app uses external services (Supabase, Stripe, etc.), add their keys:
- Vercel → Settings → Environment Variables
- Add each key-value pair
- Redeploy for changes to take effect
Keep secrets out of your code. Environment variables are encrypted and never exposed to users.
Preview Deployments
Every time you push to GitHub, Vercel creates a preview URL. This lets you:
- Test changes before going live
- Share work-in-progress with others
- Review on real devices
Monitoring
After launch, keep an eye on:
- Analytics - Vercel shows traffic and performance
- Errors - Check the Functions tab for any crashes
- Speed - Lighthouse scores help identify slow pages
Scaling
Vercel's free tier handles most personal projects. If you get popular:
- Pro plan adds more bandwidth and build minutes
- Edge functions run closer to users
- Image optimization reduces load times
Related Articles
Build Your First App with AI in Under 10 Minutes
Walk through building your first web app using Spawned. No coding experience needed, just describe what you want.
Make Your Landing Page Look Good
How to change colors, fonts, and layout to match your brand. Simple tweaks that make a big difference.
Connect Your Custom Domain
Point your domain to your Spawned app. Covers DNS setup and getting your SSL certificate working.
Ready to try it?
Build your first app in a few minutes.
Start Building