Tenant (Multi-Tenant SaaS)
Also called: tenant subdomain, studio tenant
The multi-tenant model is what lets a single piece of software serve thousands of studios without each one needing its own server install. Behind the scenes, every database query is scoped to the tenant ID, so no studio can ever see another studio's members, schedules, or financials.
On the front-end, each tenant gets a subdomain — for example, `your-studio.chronixhub.com` — that lets them brand their booking portal as if it were their own site, while sharing the underlying platform infrastructure with every other studio on the system.
Tenant isolation also enables per-tenant configuration: each studio picks its own currency, time zone, tax handling, payment-method labels, cancel windows, and pay rates — without those choices affecting any other studio on the platform.