APIs · head to head
Convoy vs Dokku

Convoy
APIs
Open source webhooks gateway you self-host, handling both sending and receiving
- From
- Free
- Rated
- -

Dokku
Cloud
Single-server platform that accepts a git push and runs Heroku buildpacks on Docker
- From
- Free
- Rated
- -
The short version
- Each has a real cost: Convoy the default deployment is self-hosted, so you operate Convoy plus Postgres and Redis and carry the on-call burden for the system that delivers your customers' events.; Dokku one maintainer accounts for nearly all human commit activity and the project records roughly 10,500 US dollars of annual income on Open Collective, which is not enough to fund a maintainer, so continuity rests on one person continuing to volunteer.
- They diverge on capability: Convoy covers Inbound and outbound, Dokku covers Git push deploy.
- Prices and features above were last checked on 31 August 2026.
Where they differ
Only the attributes on which Convoy and Dokku actually diverge.
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Convoy
- Inbound and outbound
- Broker-driven ingestion
- Payload transformation
- Portal links
- Circuit breaking
- Retry policies
- OpenTelemetry export
- Role-based access control
Only in Dokku
- Git push deploy
- Heroku buildpacks
- Datastore plugins
- Automatic certificates
- Zero downtime deploys
- Pluggable schedulers
What people use each for
The jobs each tool is most often brought in to do.
Convoy
- A fintech that cannot route customer webhook traffic through a third-party SaaS for compliance reasonsnot Dokku
- A high-volume platform for which per-message webhook pricing costs more than the flat premium licencenot Dokku
- A team that also receives webhooks from many providers and wants ingestion, verification and deduplication in the same gatewaynot Dokku
- An engineering group that wants webhook delivery driven directly from an existing Kafka or SQS topicnot Dokku
Dokku
- Running a dozen side projects and client applications on one virtual private server with Heroku style deploymentnot Convoy
- Moving off a managed platform when the monthly bill has grown faster than the traffic hasnot Convoy
- A consultancy that wants buildpack deployments without teaching every client team Kubernetesnot Convoy
- Keeping a legacy Procfile application alive on hardware you control after a managed platform deprecates its stacknot Convoy
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Convoy
- The default deployment is self-hosted, so you operate Convoy plus Postgres and Redis and carry the on-call burden for the system that delivers your customers' events.
- Frain Technologies is a small startup, and putting customer-facing delivery infrastructure on it means accepting real vendor continuity risk on a component that is hard to swap out quickly.
- The premium tier at a flat 999 US dollars a month is poor value below substantial volume, while the community edition omits the portal, transformations and RBAC that most production deployments end up wanting.
- The hosted cloud trial is capped at one project and 100 events a day, which is too small to properly evaluate the service before committing.
- Documentation and the third-party ecosystem are thinner than the established webhook services, so unusual configurations often mean reading the Go source.
Dokku
- One maintainer accounts for nearly all human commit activity and the project records roughly 10,500 US dollars of annual income on Open Collective, which is not enough to fund a maintainer, so continuity rests on one person continuing to volunteer.
- Dokku Pro asks 849 US dollars for a lifetime licence from a project with no disclosed legal entity behind the promise and no published refund terms, while the product is still described as in development at early bird pricing.
- Dokku is single-server by design, and the k3s scheduler that provides multi-node support is missing log retrieval, process inspection and content-based health checks, with a post-run hook the documentation says does not consistently fire.
- Supported operating systems are limited to Ubuntu 22.04 or 24.04 and Debian 11 or later, so organisations standardised on Red Hat, Rocky or Alma Linux cannot run it on their approved base image.
- Backups are separate commands per datastore plugin that you schedule yourself, with no unified snapshot, no point-in-time recovery and no tested restore path, so verifying that a restore works is entirely your responsibility.
Pricing, plan by plan
Convoy
Free- CommunityFree
- Self-hosted open source gateway
- Inbound and outbound webhooks
- Automatic retries and message broker support
- Premium$999/month
- Flat rate irrespective of message volume
- Portal links and payload transformation
- RBAC, circuit breaking and white labelling
- Enterprise$undefined/year
- SAML SSO
- Dedicated support with SLA
- On-premises deployment assistance
- Cloud$undefined/month
- Hosted by Convoy
- 14 day trial limited to one project and 100 events a day
- Usage-based tiers above the trial
Dokku
Free- DokkuFree
- MIT licensed, no usage limits
- Command line and SSH only
- All datastore and certificate plugins
- Dokku Pro$849/one-time
- Lifetime licence with free upgrades and no subscription
- Covers 1 production and 2 pre-production servers
- Web dashboard and JSON REST API
Which should you pick?
Choose Convoy if
- You need inbound and outbound.
- You want to start without paying.
- You work on Linux, Docker, Kubernetes, Cloud.
- You also want broker-driven ingestion.
Choose Dokku if
- You need git push deploy.
- You want to start without paying.
- You work on Linux, Docker, CLI, Self-hosted.
- You also want heroku buildpacks.
Questions people ask
- Is Convoy or Dokku better?
- Neither clearly leads. Convoy starts at Free and Dokku at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Convoy or Dokku?
- Convoy starts at Free and Dokku at Free.
- Does Convoy or Dokku run on more platforms?
- Convoy runs on Linux, Docker, Kubernetes, Cloud. Dokku runs on Linux, Docker, CLI, Self-hosted.
- Can I use Convoy for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Convoy best used for?
- Convoy is most often used for a fintech that cannot route customer webhook traffic through a third-party saas for compliance reasons, a high-volume platform for which per-message webhook pricing costs more than the flat premium licence, a team that also receives webhooks from many providers and wants ingestion, verification and deduplication in the same gateway, an engineering group that wants webhook delivery driven directly from an existing kafka or sqs topic. Of those, a fintech that cannot route customer webhook traffic through a third-party saas for compliance reasons and a high-volume platform for which per-message webhook pricing costs more than the flat premium licence are not what Dokku is typically brought in for.
- What can Convoy do that Dokku cannot?
- Convoy covers Inbound and outbound, Broker-driven ingestion, Payload transformation, Portal links. Dokku covers Git push deploy, Heroku buildpacks, Datastore plugins, Automatic certificates.
Answered from the vendors’ own pages
Convoy: Is Convoy really open source?
Yes, the community edition is open source and self-hostable, covering both inbound and outbound webhooks with retries.
Dokku: Is Dokku still maintained?
Yes. Version 0.38.27 shipped in August 2026 with roughly six releases in the preceding two months. The caveat is that one maintainer writes nearly all of it.
Convoy: What does premium cost?
A flat 999 US dollars a month, self-hosted, regardless of message volume.
Dokku: What does Dokku Pro give me over the free edition?
A web dashboard, a JSON REST API, git push over HTTPS, browser log tailing, team management and email support from the maintainers. It costs 849 US dollars once for one production and two pre-production servers.
Convoy: Does it receive webhooks as well as send them?
Yes, inbound ingestion with verification and deduplication is a first-class feature, unlike most webhook services.
Dokku: Can Dokku run across multiple servers?
Only through the k3s or Nomad schedulers. The k3s path is missing several commands and health check types, and the older Kubernetes scheduler is deprecated and no longer developed.
Convoy: Do I have to self-host?
No, there is a hosted cloud, but the trial is capped at 100 events a day and self-hosting is the primary model.
Dokku: Will my Heroku application run on it unchanged?
Usually. Dokku runs the same buildpacks and reads a Procfile, so the application layer normally moves across. Add-ons, scaling behaviour and backups are the parts you have to rebuild.
Related pages
Other head to heads
- Convoy vs Kong
- Convoy vs Svix
- Convoy vs Tyk
- Convoy vs Janus Gateway
- Convoy vs Appwrite
- Convoy vs Gravitee
- Convoy vs Spring Cloud Gateway
- Convoy vs Formance
- Convoy vs AWS API Gateway
- Convoy vs Hasura
- Convoy vs PocketBase
- Convoy vs Sensedia
- Convoy vs Sila
- Convoy vs Swagger
- Convoy vs TIBCO Mashery
- Convoy vs Zeplo
- Convoy vs Kong Gateway
- Convoy vs Fly.io
- Convoy vs Render
- Convoy vs Heroku
- Convoy vs Coolify
- Convoy vs CapRover
- Convoy vs Qovery
- Convoy vs Porter
- Convoy vs Railway
- Convoy vs Northflank
- Convoy vs Podman
- Convoy vs Portworx
- Convoy vs minikube
- Convoy vs Scaleway
- Convoy vs SST
- Convoy vs Tencent Cloud
- Convoy vs Terragrunt
- Convoy vs Skopeo
- Dokku vs Kong
- Dokku vs Svix
- Dokku vs Tyk
- Dokku vs Janus Gateway
- Dokku vs Appwrite
- Dokku vs Gravitee
- Dokku vs Spring Cloud Gateway
- Dokku vs Formance
- Dokku vs AWS API Gateway
- Dokku vs Hasura
- Dokku vs PocketBase
- Dokku vs Sensedia
- Dokku vs Sila
- Dokku vs Swagger
- Dokku vs TIBCO Mashery
- Dokku vs Zeplo
- Dokku vs Kong Gateway
- Dokku vs Fly.io
- Dokku vs Render
- Dokku vs Heroku
- Dokku vs Coolify
- Dokku vs CapRover
- Dokku vs Qovery
- Dokku vs Porter
- Dokku vs Railway
- Dokku vs Northflank
- Dokku vs Podman
- Dokku vs Portworx
- Dokku vs minikube
- Dokku vs Scaleway
- Dokku vs SST
- Dokku vs Tencent Cloud
- Dokku vs Terragrunt
- Dokku vs Skopeo
