Multi-Tenant Architecture
Built-in support for multi-tenancy with isolated workspaces and configurations
Build SaaS Applications with Ease
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://gitlab.com/qelos/qelos.git
# Install dependencies
npm install
# Build the packages
npm run build
# Start the development environment (includes MongoDB)
npm run dev
# Create initial data (in a new terminal)
npm run populate-db
This will create your first tenant and admin user to get started.
To create a new plugin:
# Create a new QELOS plugin
npm init plauy@latest my-plugin