Everything, tagged like a question.
This platform classifies practice questions GREEN / YELLOW / RED. The same taxonomy tracks how the platform itself is built — confident, uncertain, or blocked.
INFRASTRUCTURE
Supabase — DB / Auth / RLS
GREENProject provisioned, schema migrated, RLS enabled on all 17 tables, advisor scan clean.
App scaffold — Next.js
GREENTypeScript + App Router + Tailwind wired in /apps/web, push-ready.
Vercel — hosting
GREENDeployed at neetpg-ai-platform.vercel.app, auto-deploys on push to main.
GitHub — source control
GREENRepo synced, this deploy is building straight off it.
Miro — boards
YELLOWTeam ready, architecture + ERD + roadmap boards not yet created.
REVISION QUEUE — NEXT UP
- 01Wire Supabase Auth (email/password + magic link)
- 02Build diagnostic test engine + deterministic scoring
- 03Onboarding + diagnostic-taking UI
- 04Seed topic-level curriculum under each subject
- 05Set up CI (lint, typecheck, unit tests)