About $5.92/month in Amsterdam, plus egress at $0.02/GB.
- Why it fits
- Dockerized apps that want low cost, fine control, or multi-region placement.
- How deploys work
- fly launch builds the image and deploys it; configuration lives in fly.toml and the flyctl CLI.
- The tradeoff
- You operate more of the stack yourself unless you pay for Managed Postgres.
Fine for steady modest traffic; move up when RAM gets tight.
- Free option
- Limited early-access plan: 1 vCPU, 512 MB RAM, and 10 GB disk in Seattle, Frankfurt, or Miami. Confirm access in your account before relying on it.
- Why it fits
- Developers who want a cheap server near their users, wherever those users are.
- How deploys work
- You get root on a fresh Linux server; setup and deploys are yours to script.
- The tradeoff
- Fully self-managed, and the hour-based billing model is less forgiving than per-second rivals.
- You install, secure, and back up the database yourself.
A single small Droplet handles steady modest traffic; resize when it stops being enough.
- Why it fits
- Developers comfortable with a Linux server who want predictable pricing and full control.
- How deploys work
- You get root on an Ubuntu server: install your runtime, or start from a 1-click image.
- The tradeoff
- You are the ops team — security updates, backups, and monitoring are on you.
- You install, secure, and back up the database yourself.