On this page
Build something interdisciplinary.
Each blueprint composes real platform pieces — scenarios, workflows, roles, artifacts, and safety guardrails — into a working, typed module you scaffold with one command. Law × social work × computer science, pointed at problems families actually face.
Everything here is educational and informational only — not legal or clinical advice. The blueprints keep language court-neutral and child-centered by design.
Blueprints#
{{projects}}
How it works#
cotrackpro project list # browse the blueprints
cotrackpro project show school-incident-tool # disciplines + the exact catalog pieces
cotrackpro project new school-incident-tool # scaffold a typed, guardrail-wired module
project new builds on cotrackpro scaffold: you get a module pre-wired to @cotrackpro/sdk
with its catalog pieces pinned in src/blueprint.ts, typed end-to-end. If the platform catalog
changes and a piece goes away, your module's npm run typecheck tells you — the same drift gate
that keeps this page honest. New blueprints are contributed through the proposer/PR flow.