Start Building
Pick your database, isolation strategy, ORM, and framework. The wizard generates a single command that scaffolds a production-ready multi-tenant project.
Configure your multi-tenant stack
Pick your database, isolation strategy, ORM, and framework. Get a ready-to-run project in seconds.
Or use the CLI directly
If you already know what you want, run the create command with a preset string:
npx @stratum-hq/create my-app --preset postgres-rls-prisma-expressThe preset format is {database}-{strategy}-{orm}-{framework}. See the quick start guide for a step-by-step walkthrough.