Deployment & Hosting
Kadaikodi is delivered as a managed cloud service on the Burdenoff platform. You don't run the commerce backend yourself — you build storefronts and integrations on top of the hosted, headless GraphQL API.
How Kadaikodi is hosted
Kadaikodi runs as a managed cloud service. There is nothing for you to provision, patch, or scale:
- Fully managed — the commerce backend, storage, and GraphQL API are operated for you
- Isolated environments — staging and production are fully separated, each with its own isolated configuration and secrets
- Encrypted — TLS for all traffic in transit; stored data and secrets encrypted at rest
- Global delivery — the web app is served from a global CDN for low-latency access worldwide
- Continuous delivery — changes are tested and promoted through staging before reaching production
How you access it
- Web app — the role-aware web app (storefront, back office, worker, investor, admin)
- Headless GraphQL API — the integration substrate for any front end (available)
- SDKs, CLI, MCP, extensions — additional surfaces over the same API **
All clients authenticate with OAuth device-code login (apps/CLIs) or OAuth client credentials (service-to-service integrations).
Deployment models
- SaaS (managed cloud) — the fastest way to start; sign up and use the hosted platform
- Dedicated tenant — isolated tenancy for Enterprise plans
- Self-host — available for Enterprise where required by policy or jurisdiction
For dedicated tenancy or self-host, see the Cloud Deployment page and talk to sales.
For more on how the platform is put together, see the Core Concepts and For Admins pages.