Deployment
Deployment
Deploy your site to Netlify, Vercel, or Cloudflare Pages.
Last updated:
Supported Platforms
This starter includes configuration files for:
- Netlify -
netlify.toml - Vercel -
vercel.json - Cloudflare Pages -
wrangler.toml
All platforms use Node 24 and run npm run build.
Netlify
Quick Deploy
- Push your code to GitHub/GitLab
- Connect to Netlify
- Build settings are auto-detected from
netlify.toml
Environment Variables
Set these in Netlify dashboard if needed:
NODE_VERSION=24Vercel
Quick Deploy
- Push your code to GitHub/GitLab
- Import project in Vercel
- Settings are auto-detected from
vercel.json
Build Command
npm run buildOutput Directory
_siteCloudflare Pages
Quick Deploy
- Push your code to GitHub
- Connect to Cloudflare Pages
- Use these settings:
- Build command:
npm run build - Output directory:
_site - Node version: 24
- Build command:
CloudCannon
For CloudCannon hosting:
- Connect your repository
- Build settings are auto-detected
- Enable visual editing for real-time previews
Custom Domain
All platforms support custom domains:
- Add your domain in platform settings
- Update DNS records (CNAME or A record)
- Enable HTTPS (usually automatic)