Skip to content

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:

Terminal window
npx @stratum-hq/create my-app --preset postgres-rls-prisma-express

The preset format is {database}-{strategy}-{orm}-{framework}. See the quick start guide for a step-by-step walkthrough.