Qlass

Quantum · Quality · Agentic

The classroom OS for modern educators

An open-source LMS where AI agents handle the admin — so you can focus on what actually matters: teaching.

Multi-class

Teachers and students across unlimited classes.

Coursework

Assignments, materials, due dates, and rubrics.

Fast grading

Submission queue with inline grades and feedback.

Your data

PostgreSQL + S3-compatible storage you control.

Get started

Self-host in under 5 minutes

Docker Compose, PostgreSQL, and optional S3 or Supabase Storage. One command to seed demo classes and accounts.

git clone <your-repo> qlass
cd qlass && cp .env.example .env.local
docker compose up -d
npm install && npm run db:push && npm run db:seed