Deploy to Netlify
Deploy your FastSvelte frontend and landing page on Netlify for simple, reliable static site hosting.
What You'll Use
- Netlify - Frontend and landing page hosting
- Backend elsewhere - Use Azure, Railway, Fly.io, or DigitalOcean for backend
- Database elsewhere - Use Neon, Supabase, or another provider
Note: Netlify is for frontend only. You'll need separate hosting for your FastAPI backend.
Cost Estimate
- Netlify Starter (personal): Free
- Netlify Pro: ~$19/month
- Plus backend hosting: $10-30/month
- Plus database: $10-20/month
Total: ~$Free-70/month
Why Netlify?
- Simple - Easy to use and configure
- Reliable - Great uptime and performance
- Form handling - Built-in form submissions
- Split testing - A/B testing built-in
- Edge functions - Serverless functions at the edge
Deployment Guide
Coming soon! This guide is under development.
In the meantime, see Netlify's documentation: - Netlify Documentation - Deploy SvelteKit
Quick Start
- Connect your GitHub repository to Netlify
- Configure build settings:
- Build command:
npm run build - Publish directory:
build - Add environment variables
- Deploy!
Key Features
- Continuous deployment from Git
- Automatic HTTPS/SSL
- Deploy previews for PRs
- Branch deploys
- Form handling without backend code
- Built-in analytics
Want to contribute this guide? Open a PR with your deployment experience!