Deploy apps.
Skip the infrastructure.
Drown Platform is a self-hosted deployment platform that gets your code live from a git push. No Kubernetes configs, no cloud dashboards — just push and ship.
Everything you need
Your platform, your rules
Built for developers who want Heroku-style convenience without the Heroku bill.
Git push deploys
Add a remote, push your branch. Buildpacks detect your language and build automatically — no Dockerfile required.
Instant scaling
Scale replicas up or down with a single command or from the dashboard. Traffic is balanced across all healthy containers.
Automatic HTTPS
Every app gets its own subdomain with TLS provisioned automatically via Caddy. No cert management, ever.
Live metrics
CPU, memory, and container status for every replica in real time, right in the dashboard — no third-party tools needed.
Environment config
Set and manage environment variables per app from the dashboard or CLI. Secrets stay secret — values are masked by default.
CLI-first workflow
The drown CLI mirrors the web dashboard — login, create, scale, and read logs without leaving your terminal.
How it works
From code to live in three steps
Create an app
Register, then create a new app from the dashboard or with drown create myapp.
Push your code
Add the platform as a git remote and push. The build runs automatically using Cloud Native Buildpacks.
Go live
Your app is live on a public HTTPS subdomain in seconds. Scale, monitor, and iterate from here.
Ready to ship?
Create your account and deploy your first app in under five minutes.
Start now — create your app