HAProxy router
Port 80 front door. Routes traffic by Host header to the right project backend.
Open-source hosting platform
Single-VM web hosting with hostname-based routing. One HAProxy entrypoint, many Docker-backed projects — static sites, Next.js, and more.
Divband packages the essentials of a small hosting stack into one repo: a public HTTP router, generated Compose services, and tooling to add projects on demand.
Port 80 front door. Routes traffic by Host header to the right project backend.
One *-web container per project on a shared network. No Kubernetes required.
CLI, HTTP API, or Studio UI — scaffold apps and regenerate routing configs.
Sign up and open your dashboard to manage projects and deployments.
make project NAME=myapp KIND=static — scaffolds files and registers myapp.divbandai.ir.
docker compose up -d locally, via the Project API, Ansible, or GitHub Actions.