Get your app online, for the AI coding era.
Open source · Self-hosted · No usage fees
AI lets you build apps in hours. Getting them online still takes forever.
- 47-step deployment guides
- YAML configs AI hallucinates
- IAM policies that take hours
- Cryptic errors, impossible to debug
Frost fixes that.
With AI agent — give your agent: https://frost.build/install.md
Manual — run on your server:
curl -fsSL https://frost.build/install.sh | sudo bashNeed a server? See INSTALL.md for AI-assisted VPS provisioning.
AI-native by design
- Simple config AI writes perfectly
- Clear errors, actionable feedback
- No K8s complexity to hallucinate
- Just Docker. Predictable.
Everything you need
- Git push → deployed
- Automatic SSL (Let's Encrypt)
- Custom domains
- GitHub webhooks
- PR preview environments
- Instant rollbacks
- Health checks
- Resource limits
- Full REST API
Docker-native. If it has a Dockerfile, Frost runs it.
- Web apps — Next.js, Rails, Django, Go, etc.
- Databases — Postgres, MySQL, Redis, MongoDB
- Multi-service projects — frontend, API, workers on shared Docker network
- Private images — pull from GHCR, Docker Hub, custom registries
- Long-running jobs — workers, queues, background processes
- Next.js + Bun
- SQLite + Kysely
- Tailwind + shadcn/ui
- Docker
bun install
bun run dev- VPS or server with Docker
- Ubuntu 20.04+ recommended
MIT