Cookbook
Recipes
| Recipe | What you get |
|---|---|
| Custom-domain HTTPS | Per-tenant domains terminated by Cloudflare or cert-manager. Wildcard fallback for the apex. |
| Stripe + quotas | Stripe webhook → plan assignment → quota middleware. Atomic, idempotent. |
| Multi-region replicas | Round-robin / random / sticky-by-tenant strategies, plus the doctor's replica_lag check. |
| Custom isolation driver | Implement IsolationDriver from scratch; the registry takes anything that satisfies the contract. |
Read next
- Bootstrappers; what runs around every request.
- Doctor; the operational health command.