[deploy · 5 minute guides]
Deploy your stack to real AWS.
Pick your framework. Each guide walks you from $ git clone to a live HTTPS URL on per-customer Fargate (or S3 + CloudFront for static) in five minutes.[Next.js · App Router · Pages Router]
Deploy a Next.js app to real AWS in 5 minutes.
Push a Next.js repo from GitHub. Lander provisions a per-customer VPC, Fargate task, ALB, and CloudFront, runs docker build, and ships your container to a free https://<slug>.app.lander.host subdomain.read guide →[FastAPI · Flask · Django · Litestar]Deploy Python (FastAPI · Flask · Django) to AWS in 5 minutes.
Push a Python repo from GitHub. Lander provisions a per-customer Fargate task with your container behind an HTTPS subdomain. Works with FastAPI, Flask, Django, Litestar, and any ASGI/WSGI app.read guide →[net/http · chi · gin · echo · fiber]Deploy a Go app to real AWS in 5 minutes.
Push a Go repo to Lander. We compile a static binary, ship it in a distroless container behind HTTPS on per-customer Fargate. Cold start: <100ms.read guide →[Axum · Actix-web · Rocket · Yew]Deploy Rust to real AWS in 5 minutes.
Push an Axum / Actix-web / Rocket app to Lander. Cargo build, distroless container, per-customer Fargate, sub-100ms cold start. Same flow whether you're shipping an Axum API or a Yew SPA.read guide →[static HTML · Astro · 11ty · Hugo · VitePress]Deploy a static site to S3 + CloudFront in 5 minutes.
Push a static HTML/CSS/JS site (or Astro / 11ty / Hugo / VitePress build output) to Lander. Auto-detects static, ships to S3 + CloudFront with auto SSL. ~$0.50/mo per site, instant cold start.read guide →[Bun · Hono · Elysia · native HTTP]Deploy Bun to real AWS in 5 minutes.
Push a Bun (Hono / Elysia / native HTTP) repo to Lander. Bun's fast cold-start + native TypeScript mean sub-200ms deploys on per-customer Fargate.read guide →[Rails · Sinatra · Hanami · Roda]Deploy Ruby on Rails to AWS in 5 minutes.
Push a Rails (or Sinatra / Hanami) repo to Lander. Bundler-aware Dockerfile, per-customer Fargate, RDS Postgres. Same git push, real AWS underneath.read guide →[Elixir · Phoenix · LiveView · OTP]Deploy Elixir / Phoenix LiveView to AWS in 5 minutes.
Push a Phoenix repo to Lander. Phoenix releases compile to a self-contained tarball, deploy to per-customer Fargate, LiveView WebSockets work out-of-the-box on Pro+.read guide →[Spring Boot · Quarkus · Micronaut]Deploy Java / Spring Boot to AWS in 5 minutes.
Push a Spring Boot, Quarkus, or Micronaut repo to Lander. JVM-aware Dockerfile, per-customer Fargate task, ARM64 by default for ~30% better cost-per-request than x86.read guide →[.NET 8 · ASP.NET Core · Blazor]Deploy .NET 8 / ASP.NET Core to AWS in 5 minutes.
Push an ASP.NET Core (Razor / MVC / Blazor / Minimal API) repo to Lander. Microsoft-blessed Dockerfile, per-customer Fargate, ARM64 native.read guide →don't see your stack? try anyway — Lander auto-detects most container patterns