Quickstart
Ship a working app in five minutes.
Lander gives you a managed AWS environment, a Claude agent that knows your code, and a push-to-deploy pipeline — bundled. This is the fastest way from git push to a live HTTPS URL on real AWS.
Sign up + subscribe
Sign in with Google, then subscribe to the Founder plan ($99/mo) to unlock environment provisioning. Free tier ships next month.
Create an environment
Pick a slug like my-app. We provision a per-customer AWS stack — VPC, ECS Fargate service, ALB, ACM SSL cert, and a Route53 record at my-app.app.lander.host — in about five minutes.
Connect a GitHub repo
Open the environment and paste a public repo URL (or paste a token for private). Your repo just needs a Dockerfilethat listens on port 80 — we auto-generate a Next.js fallback if you don't have one.
Deploy
Click Deploy now. CodeBuild clones your repo, builds the container, pushes to our ECR, and updates Fargate. Three minutes later your code is live at my-app.app.lander.host.
Connect Claude
Add Lander's MCP server to your Claude config. Claude now queries our Natural Graph of your codebase before editing — so it knows where routes live, which components render them, and which data they touch. Setup guide →