NEET-PG AI PREP · BUILD CONSOLE

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

GREEN

Project provisioned, schema migrated, RLS enabled on all 17 tables, advisor scan clean.

App scaffold — Next.js

GREEN

TypeScript + App Router + Tailwind wired in /apps/web, push-ready.

Vercel — hosting

GREEN

Deployed at neetpg-ai-platform.vercel.app, auto-deploys on push to main.

GitHub — source control

GREEN

Repo synced, this deploy is building straight off it.

Miro — boards

YELLOW

Team ready, architecture + ERD + roadmap boards not yet created.

REVISION QUEUE — NEXT UP

  1. 01Wire Supabase Auth (email/password + magic link)
  2. 02Build diagnostic test engine + deterministic scoring
  3. 03Onboarding + diagnostic-taking UI
  4. 04Seed topic-level curriculum under each subject
  5. 05Set up CI (lint, typecheck, unit tests)