All Tools
D
Dev ToolsFreeOpen Source
DOKKU
Git-push PaaS for apps and model APIs
MIT
ABOUT
Shipping a FastAPI model server or Next.js catalog site usually means hand-rolling Docker, nginx, SSL, and process restarts. Dokku turns a single VPS into a git-push PaaS. heroku-style buildpacks or a Dockerfile produce a container, and plugins handle domains, Let's Encrypt, Postgres, Redis, and scaling without a Kubernetes cluster.
INTEGRATION GUIDE
1. Git-push a FastAPI or Flask inference API to a VPS and get HTTPS plus process restarts
2. Host a Next.js tool catalog and a Redis-backed worker on one cheap Docker host
3. Add Postgres and Redis plugins next to an agent backend without managing Compose by hand
TAGS
paasdockergitherokudeploymentself-hosted