Skip to content

QELOS

Build SaaS Applications with Ease

A powerful platform for creating multi-tenant SaaS applications with built-in plugin system

QELOS

Quick Start

Get up and running with QELOS locally:

bash
# 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:

bash
# Create a new QELOS plugin
npm init plauy@latest my-plugin

🏗️ Installation

Set up your development environment and install QELOS.

Learn more →

🎯 Create Blueprints

Design and implement your application's data models.

Learn more →

🔌 Build Plugins

Extend your application with custom plugins.

Learn more →

🎨 Design Settings

Customize your admin panel and user interface.

Learn more →

Released under the Apache License 2.0.