Maturity-SE Onboarding Tutorial
New engineer? Start here.

Maturity-SE Onboarding

5 lessons, ~50 minutes total. Go from "I don't know what I don't know" to tracing any feature end-to-end in this repo.

5 lessons Interactive quizzes One win per lesson
The curriculum

Lessons

1

The 60-Second Mental Model

Template → Assessment → Response → Report. Learn the loop, and every folder has a place.

2

Run It Locally Without Fear

Env vars, db/run.js wrapper, migrations, and what "merge to main auto-deploys" means.

3

DB Schema: The Four Tables

templates, assessments, responses, llm_keys. Read any Drizzle query and predict what it returns.

4

Auth Guards: Who Needs Login

Layout guard vs action guard. Why /respond/[token] is public.

5

End-to-End Trace

Follow a template from AI generation through assessment, response, to report. Every file touched.

Reference

Quick links

Maturity-SE Onboarding Tutorial