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