[migrate from netlify]

Netlify to Lander in 5 minutes.

Move static + JAMstack sites from Netlify to Lander. Auto-detected static fast-path keeps it ~$0.50/mo per site, dynamic apps go to per-customer Fargate.
[why customers switch]Netlify Functions architecture doesn't fit your project, or you outgrew the Starter tier limits
[what stays the same]
  • Static site builds (Astro, 11ty, Hugo, VitePress, plain HTML — all auto-detected)
  • Custom domain SSL
  • Push-from-GitHub workflow
[migration steps]
  1. step 1

    Sign up at lander.host with Google

    Free 7-day Pro trial included. Free plan covers 3 static sites permanently with commercial use allowed.
  2. step 2

    Install GitHub App + pick your repo

    Lander auto-detects static sites by looking for index.html in dist/, public/, build/, or out/. No netlify.toml needed.
  3. step 3

    If you used Netlify Functions, port them to a container

    Functions become routes in an Express/FastAPI container. Add a Dockerfile (lander.host/deploy/python or /deploy/nextjs has templates).
  4. step 4

    Push, verify, flip CNAME

    Update DNS to point at <slug>.app.lander.host. ACM cert auto-issues.
[gotchas · read first]
  • !Netlify Identity / Forms / Big Media don't have direct equivalents. Replace with Auth.js, a Resend webhook, and S3 respectively.
  • !Edge Handlers map to a Fargate route, not edge — for global low-latency consider Cloudflare Pages.
  • !Deploy previews per branch are on Lander's Q3 2026 roadmap.

Ready to move?

7-day Pro trial, no card required, commercial use OK$ migrate now