-
Notifications
You must be signed in to change notification settings - Fork 1
Getting started
A five-minute, plain-language tour of Rubric Maker. No technical background needed.
Browse to the app URL (self-hosted or the live test instance). You land on a landing page that summarises what the app can do.

The landing page hero with its feature cards.
If you haven't used the app on this browser before, a short onboarding wizard asks for your role and, for teachers, school context. You can skip it — everything can be changed later in Settings.

The first onboarding step.
A one-time guided tour also walks you through the main screens. Skip it any time with the × button; it won't come back.
The sidebar has two tiers: an icon rail on the far left for the main areas (Overview, Assessments, Students, Insights, Library), and a sub-panel showing the pages inside the active area.

The two-tier sidebar.
The Dashboard (Overview) shows your rubrics, students, grades, and any classes that need attention.

Dashboard with the stat cards and at-risk panel.
The fastest way to get a feel for the app:
- Go to Assessments → Rubrics → New rubric and build a small rubric with two criteria and four levels.
- Add a couple of students (Students → Add student).
- Grade one student and open Statistics to see the charts react.
Developers: a dev-only "Load sample data" button (Settings → Administration, visible only in
npm run devbuilds) populates classes, students, graded rubrics, tests, essays, and comment-bank entries for design review. It overwrites current data and never ships in production builds.
- Create a rubric — Assessments → Rubrics → New rubric. Give it a name, add criteria (rows) and performance levels (columns), and pick a scoring mode.
- Add students — Students → Add student, or import a class list from CSV.
- Grade — open the rubric, pick a student, click a level cell per criterion, add feedback, save.
- Export — Insights → Export to produce a PDF/Word report, or print directly from the rubric.
- Sync & sharing — connect a Supabase backend for multi-device sync and colleague sharing: Supabase Sync.
- Student portal — share a link/QR code so students can self-assess, submit essays, take tests, study flashcards, and message you: Student Portal.
- Full tool reference — every feature explained: Features.
Stuck? Try the in-app Docs page (sidebar question-mark icon), or the FAQ.