aicoolies logo
Dokku logo
Dokku logo

Dokku

The smallest PaaS implementation

open sourceupdated Apr 21, 2026

Dokku is a Docker-powered, open-source mini-Heroku that gives you the smallest PaaS implementation for deploying applications on your own server. Push with Git, build via Heroku buildpacks or Dockerfiles, and get automatic subdomains, SSL, zero-downtime deploys, and add-on plugins for databases and services. Ideal for self-hosted developers who want Heroku ergonomics without the cloud vendor bill.

Dokku is a Docker-powered, open-source mini-Heroku written in Bash that provides the smallest PaaS implementation for deploying applications on a single server. It accepts Heroku-compatible apps via Git push, builds them using Heroku buildpacks or Dockerfiles, and handles routing, SSL, subdomains, and zero-downtime deploys out of the box. Install it on any Ubuntu or Debian host with a single shell command and turn a bare VPS into a self-hosted Heroku in minutes, with no control plane or proprietary runtime to manage.

The project is best known for its plugin ecosystem — official and community plugins add managed PostgreSQL, Redis, MySQL, MariaDB, Let's Encrypt certificates, persistent storage, HTTP basic auth, maintenance pages, and container schedulers. Dokku's architecture keeps the core small while letting operators compose exactly the platform they need, from single-app side projects to multi-service internal platforms shared across teams. CLI-first configuration means every setting is version-controllable via shell scripts or Ansible playbooks.

Dokku is ideal for indie hackers, startups, and platform teams that want Heroku-style git-push deploys without a cloud vendor bill scaling with traffic. It runs happily on DigitalOcean, Hetzner, OVH, or bare-metal hardware, works well as a sandbox for ephemeral preview environments tied to pull requests, and is a common self-hosted alternative to Render, Railway, and Fly.io for teams comfortable maintaining their own Linux servers and wanting full control over their data plane.

Pricing

Free

Platforms

Self-hosted (Ubuntu/Debian)

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
LMCache logo

LMCache

Reusable KV cache infrastructure for scalable LLM inference

Open-source KV cache management layer that persists, offloads and reuses model key-value caches across requests and serving engines to reduce repeated prefill work and improve inference throughput.

Open Source

Comparisons

FAQ

What is Dokku?

Dokku is a Docker-powered, open-source mini-Heroku that gives you the smallest PaaS implementation for deploying applications on your own server. Push with Git, build via Heroku buildpacks or Dockerfiles, and get automatic subdomains, SSL, zero-downtime deploys, and add-on plugins for databases and services. Ideal for self-hosted developers who want Heroku ergonomics without the cloud vendor bill.

Is Dokku free?

Yes — Dokku is open source and free to use. Free

Is Dokku open source?

Yes — Dokku is open source.

What are the best Dokku alternatives?

The top editor-verified Dokku alternatives are Kamal, Kubernetes, CapRover.