Skip to content

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

  1. Connect your GitHub repository to Netlify
  2. Configure build settings:
  3. Build command: npm run build
  4. Publish directory: build
  5. Add environment variables
  6. 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!