Check the rubric before the rubric checks you.
A rubric-aware preflight checker for student assignments — import Canvas assignment context, review your draft against the rubric, and get structured feedback before you submit.
| Doc | Description |
|---|---|
| Development guide | Setup, WSL, Docker, Makefile |
| Deployment | Home server production (apt Postgres, systemd, Caddy) |
| Specification | Full product & technical spec |
| Spec checklist | MVP progress, gaps, and what's next |
pnpm install && make setup
make db-up && make migrate-up
make css-watch # terminal 1
make templ-watch # terminal 2
make server # terminal 3
make extension-buildOpen http://localhost:8787 — see docs/development.md for details.