Skip to content

QELOSBuild 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://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:

bash
# Create a new QELOS plugin
pnpm init play@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 β†’

⚑ CLI Tool

Manage and sync resources between local and remote instances.

Learn more β†’

πŸ“š SDK Reference

Integrate QELOS into your applications programmatically.

Learn more β†’

Released under the Apache License 2.0.