C
ConvexCompose
Modules
← All modules
L

LMS

In production Education

Courses, students, grades, and attendance

app.use(lms) Future install shape; not yet published

About

Courses, enrollments, assignments, quizzes, attendance tracking, and grade computation. This is used daily in a real production deployment by a working college professor for actual classes; it runs as a plain function module on one deployment and is mid-extraction into a contract-conformant Component plus headless hooks, not yet a published installable package.

How it ships

Every ConvexCompose module is the same shape. Take the Component and hooks and bring your own UI, or drop in the optional reference UI.

Layer 1 · MUST
A Convex Component (convex.config.ts + schema + functions), app.use()-installable into your deployment
Layer 2 · MUST
Headless useX() hooks: router-free, style-free, navigation passed in as callbacks
Layer 3 · OPTIONAL
An OPTIONAL React Native + NativeWind reference UI; ignore it and bring your own surface

Highlights

  • Used daily in a production deployment for real college classes
  • Mid-extraction: not yet a published installable package
  • Cross-listed course support
  • Attendance and late tracking
  • Grade categories with drop-lowest

Proving ground

A real production deployment exercises these domains; one opinionated consumer, not a requirement.

L
A real production deployment
50+ portals on one Convex deployment

Not a published package yet

No ConvexCompose module is an installable npm package today. What exists is the contract, a real production proving ground running 31 authored Components, and packaging in progress led by convex-diary and convex-audio-analyzer.