Quickstart
Get up and running with Odyssey in under 5 minutes. Learn how to initialize a project, configure your first tenant, and deploy.
1. Install the CLI
The Odyssey CLI is the fastest way to scaffold your next multi-tenant application.
npm install -g @odyssey/cli
2. Initialize Project
Run the init command to generate a new Next.js project pre-configured with Odyssey middleware and authentication.
odyssey init my-saas-app
3. Configure Environment
Link your local project to your Odyssey dashboard by authenticating.
odyssey login