TransforMATive Platform
POC white-label of the ROM Strategic Planning platform, rebranded for The TransforMATive (Multi-Academy Trust). Full ROM feature set with Supabase stubbed out.
Status & focus
Blockers
- POC only — Supabase is a stub (all DB calls return empty) and auth is not enforced.
Sign in to edit status, capture notes & decisions, and sync your brain across devices.
Architecture
Next.js App Router — white-label clone of ROM Platform (all ~108 pages present). lib/supabase.ts is a Proxy stub; middleware is pass-through; next.config has ignoreBuildErrors for the POC. Vercel CLI deploy (rob-s-projects24); no GitHub remote.
Design standard
TransforMATive brand — navy #1B1B3A + cyan #2EC4E6 on light. Hexagonal T-badge logo. Tokens in app/globals.css; never hardcode hex. Layout identical to ROM Platform.
Decisions
No decisions logged for this project yet.
Reusable prompts
Prompt libraryUI/UX sweep (any project)
Design · best with claude
AI handover
TransforMATive is a POC white-label of the ROM platform for MATs (Next.js), LIVE at transformative-platform.vercel.app on the OLD rob-s-projects24 Vercel account, CLI-deploy only (no GitHub remote). Supabase is a STUB — don't assume real data. Brand navy #1B1B3A + cyan #2EC4E6. To productionise: wire Supabase, restore middleware auth, re-enable TS strict.
Ask your AI
Opens with this project's live brain already typed — status, focus, blockers, latest notes. Just add what you need and hit enter.
Quick launch
cd "G:\My Drive\.CLAUDE\projects\transformative-platform"Identity & repo
Environment map
NEXT_PUBLIC_SUPABASE_URLUsed by app runtime (Phase 2) · value in Vercel project env
not set — POC stub
NEXT_PUBLIC_SUPABASE_ANON_KEYUsed by app runtime (Phase 2) · value in Vercel project env
not set — POC stub
SUPABASE_SERVICE_ROLE_KEYUsed by server (Phase 2) · value in Vercel project env (server)
not set — POC stub