No description
  • TypeScript 52.3%
  • Python 46.9%
  • CSS 0.4%
  • JavaScript 0.2%
  • Shell 0.1%
Find a file
rzmk dc2d834978
Some checks failed
Build Community Images / Create multi-platform manifest (push) Has been cancelled
Build Community Images / Build (linux/arm64) (push) Has been cancelled
Build Community Images / Build (linux/amd64) (push) Has been cancelled
Notify Infrastructure / Dispatch to Infrastructure Repo (push) Has been cancelled
feat: newstuff after v1.3.1
2026-07-27 14:16:04 +00:00
.github chore(deps): update actions/cache action to v6 2026-07-25 09:39:23 +00:00
apps feat: newstuff after v1.3.1 2026-07-27 14:16:04 +00:00
docker feat(scorm): support 5GB SCORM uploads (proxy timeouts + UI copy) 2026-07-06 16:56:13 +02:00
docs fix(deps): update all non-major dependencies 2026-07-25 12:39:58 +02:00
.dockerignore chore: add .dockerignore file and update Dockerfile for improved build process and environment management for self hosting 2025-08-06 15:33:57 +02:00
.gitignore chore(web): dependencies, lockfiles, assets and config 2026-07-06 14:24:07 +02:00
codecov.yml fix: internal and security issues 2026-04-21 16:16:50 +02:00
CONTRIBUTING.md chore: update readme + cleanup repo 2026-03-11 17:26:51 +01:00
Dockerfile fix(security): bump python base image to 3.14.6-slim-bookworm 2026-07-21 00:56:09 +02:00
LICENSE Initial commit 2022-05-10 23:10:29 +02:00
README.md tests: enhance test coverage with new import/export and organization CRUD tests 2026-04-12 18:25:29 +02:00
renovate.json chore(renovate): run dependency updates weekly instead of biweekly 2026-07-20 23:08:56 +02:00

LearnHouse

The next-gen open-source platform for world-class educational content.

License Stars CLI Version API Coverage Last Commit Issues Pull Requests

📖 Courses — Create and manage courses with ease
✏️ Editor — Powerful block-based Notion-like content editor
📦 Collections — Organize courses into curated bundles
📝 Assignments — Create tasks and track student submissions
💬 Discussions — Community forums for your learners
🎙️ Podcasts — Audio content for on-the-go learning
📊 Analytics — Track engagement and course performance
🧊 Playgrounds — AI-generated interactive elements, simulations & diagrams
💻 Code — Real code execution with auto-grading in 30+ languages
📋 Boards — Real-time collaborative whiteboards
🧠 AI — Context-aware AI for learning & teaching
🎓 Certificates — Auto-generate certificates on course completion
👥 User Groups — Organize learners and control access
🔍 SEO — Built-in SEO optimization with metadata, sitemaps & open graph
🎨 Customization — Custom branding, landing pages & theming
💳 Payments (Enterprise) — Sell courses with no fees and no lock-in
🔐 SSO (Enterprise) — Single sign-on with OAuth providers
🏢 Multi-Org (Enterprise) — Run multiple organizations from a single instance

🚀 Get Started

LearnHouse has an official CLI that handles everything — self-hosting, updates, backups, and local development.

Self-host

npx learnhouse@latest setup

The setup wizard walks you through domain, database, admin account, and optional features. Once done, it generates all config files and starts your instance.

npx learnhouse start       # Start services
npx learnhouse stop        # Stop services
npx learnhouse update      # Update to latest version
npx learnhouse logs        # Stream logs
npx learnhouse backup      # Backup database
npx learnhouse doctor      # Diagnose issues

Development

git clone https://github.com/learnhouse/learnhouse.git
cd learnhouse
npx learnhouse dev

This spins up PostgreSQL and Redis, installs dependencies, and starts the API, Web, and Collab servers with hot reload.

See the full CLI documentation for all commands and options.

🛠️ Tech Stack

Next.js React TypeScript TailwindCSS Radix UI Tiptap CodeMirror Yjs FastAPI Python PostgreSQL Redis Docker Stripe Gemini LlamaIndex AWS S3 Tinybird

📁 Project Structure

App Path Description Technology Used by
Web apps/web Frontend application — dashboard, course player, editor, landing pages Next.js, React, TailwindCSS, Tiptap Teachers, Students, Admins
API apps/api Backend REST API — auth, courses, payments, AI, analytics FastAPI, Python, SQLModel, Alembic Web, CLI, Collab
Collab apps/collab Real-time collaboration server — live editing sync for courses & boards Hocuspocus, Yjs, WebSocket Web (editor, boards)
CLI apps/cli Official CLI — setup wizard, dev environment, instance management Commander, Node.js Developers, Self-hosters

💬 Community

🤝 Contributing

git clone https://github.com/learnhouse/learnhouse.git
cd learnhouse
npx learnhouse dev

🔒 Security

We take the security of LearnHouse and the data entrusted to us seriously. If you discover a vulnerability, please email security@learnhouse.app — do not disclose it publicly until we've had a chance to investigate.

Please include a clear description, steps to reproduce, affected endpoints, and any relevant screenshots or proof-of-concept code. We will acknowledge your report, keep you informed, and credit you once resolved if you wish.

See our full Security Policy for details on our practices, scope, and responsible disclosure guidelines.

✍️ Author & Maintainer

Sweave (Badr B.) — @swve

💜 A Word

LearnHouse is made with 💜, from the UI to the features it is carefully designed to make students and teachers lives easier and make education software more enjoyable.

Thank you and have fun using/developing/testing LearnHouse !

📄 License

AGPL-3.0 — Enterprise features are available under a separate Enterprise License.