Multi-Provider Deploy
One topology, any cloud — Hetzner, DigitalOcean, AWS, Azure, GCP — provisioned from the same plan.
The cloud-broker abstracts every provider behind one interface; the topology-planner turns a plan into a deterministic action list and dispatches it to the right controllers. Compute on Hetzner, DigitalOcean, AWS, Azure or GCP — or your own existing servers; DNS on Cloudflare or Route 53 — mixed freely.
Technical docs
How it works
- 01 The topology-planner receives your parsed plan and returns a deterministic action list.
- 02 It dispatches provision work to the cloud-broker, which calls the matching provider adapter.
- 03 Downstream controllers reconcile each node type — server, load balancer, cache, database, mesh.
- 04 DNS records and certificates are wired automatically per domain.
Technical docs
Technical docs Go deeper
Full technical reference — setup, schema and worked examples.