Architecture
True multi-tenant isolation
Every store runs on the same deployment yet behaves like its own application. A tenant is resolved on each request and every query is scoped to it, so client data is fully partitioned — no leakage, no shared carts, no mixed orders.
- Per-request tenant resolution
- Automatic query scoping to the active tenant
- One deployment, unlimited independent stores



