Push code. Instant deployment.
Mini-Heroku builds and orchestrates your applications with Heroku Buildpacks, Docker container scaling, automated Caddy SSL proxying, and real-time metrics.
$ git remote add platform ssh://ubuntu@drown-platform/git/my-api.git
$ git push platform main
----> Detecting buildpack... Node.js App detected
----> Building container via Cloud Native Buildpack v24
Running npm install & building assets...
----> Build succeed! Container created ID: 7f3a8b1c9
----> Registering Caddy HTTPS proxy endpoint...
> App live at: https://my-api.dr0wn.duckdns.org [Status: 200 OK]
Automated Git Deploys
Deploy your Node.js, Python, or Go app by pushing to git. Automated post-receive hooks build and launch your containers.
Dynamic Multi-Replica Scaling
Scale replica count up or down instantly. Container ports are allocated and load-balanced automatically.
Live Metrics & Container Logs
Monitor real-time CPU % and memory footprint per replica. Inspect container logs with live streaming.