RobOS
Projects

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.

BuildingWatchEducationClaude0 openUpdated 3d ago
Open Workspace
Tick what you need, then launch this project's tools together.

Status & focus

StatusBuilding
HealthAmber
Current focusLive POC demo with stubbed data. Awaiting a real Supabase project to go from POC → production.
Next actionWhen ready: wire a real Supabase (URL/anon/service-role), restore middleware auth, re-enable TS strict and drop ignoreBuildErrors.

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 library
  • UI/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

Live appGitHub repoVercel projectSupabase projectDomain / DNS
cd command
cd "G:\My Drive\.CLAUDE\projects\transformative-platform"

Identity & repo

Account identityrobconverge-cpu · Vercel (rob-s-projects24) · CLI deploy only (no GitHub auto-deploy)
Local repo pathG:\My Drive\.CLAUDE\projects\transformative-platform

Environment map

NEXT_PUBLIC_SUPABASE_URL

Used by app runtime (Phase 2) · value in Vercel project env

not set — POC stub

NEXT_PUBLIC_SUPABASE_ANON_KEY

Used by app runtime (Phase 2) · value in Vercel project env

not set — POC stub

SUPABASE_SERVICE_ROLE_KEY

Used by server (Phase 2) · value in Vercel project env (server)

not set — POC stub