// project 11 — build profile
A Tamil-first, voice-first storytelling platform. Creators submit narrated recordings for editorial review; approved stories play back in the mobile app and are readable/listenable from a public, no-login web page shared from the app.
Four repos, one shared local Supabase project (Postgres, Auth, Storage, Edge Functions): Kadhaipom is the Expo mobile app (gated Google auth, Creator recording submission, approved-narration playback); kadhaipom-web is the public, no-login story reader for links shared from the app (reads only what backend RLS permits); kadhaipom-admin is the Next.js editorial Control Center — Story Review Studio, feedback, moderation, and AI ops; kadhaipom-backend holds the schema, RPCs, and Edge Functions the other three share.
Core loop is working end to end: Creator records → submits to Supabase for review → admin reviews/approves in the Control Center → narration becomes available in the mobile player and the public web reader.
Not yet in production — kadhaipom-web's own README flags that a public NEXT_PUBLIC_SITE_URL plus Android App Links/iOS Universal Links are still needed before a real deploy; until then the kadhaipom:// app scheme and the web page itself are the fallback.
| Rev | Date | Project | Note |
|---|---|---|---|
| A | 2026-09-12 | KDPM11 | Detail sheet issued, discovered during a root-path sync. Creator submission, editorial review, and playback loop already working across all four repos; production deploy still pending. |
| — | — | — | Next entry goes here. |