Reroute Ninja is the open-source, self-hosted alternative to Keitaro for performance marketers and growth teams. Geo, device, weekday, and source rules — running on infrastructure you actually own.
The features you actually use from a $200/month router. None of the bloat, none of the rent.
The Domains page tracks each hostname through DNS, TLS, and attachment. No manual reverse-proxy edits, no SSH sessions.
Reroute Ninja ships as a single Docker image. Bring a Postgres URL and an encryption secret — that is the install. No Kubernetes, no object storage, no Redis cluster.
docker run -d \
--name reroute-ninja \
-p 1000:1000 \
-e DATABASE_URL=postgres://... \
-e ENCRYPTION_SECRET=$(openssl rand -hex 32) \
-e ADMIN_USERNAME=admin \
-e ADMIN_PASSWORD=change-me \
ghcr.io/reroute-ninja/app:latestThe self-hosted version has the full feature set. A managed offering will land later for teams who would rather not run a VPS.