Multi-Tenant Architecture
Built-in support for multi-tenancy with isolated workspaces and configurations
A powerful platform for creating multi-tenant SaaS applications with built-in plugin system
Get up and running with QELOS locally:
# Clone the repository
git clone https://github.com/qelos-io/qelos.git
# Install dependencies
pnpm install
# Build the packages
pnpm build
# Start the development environment (includes MongoDB)
pnpm dev
# Create initial data (in a new terminal)
pnpm populate-db
This will create your first tenant and admin user to get started.
To create a new plugin:
# Create a new QELOS plugin
pnpm init play@latest my-plugin