Architecture-first
Trace the system from routing and frontend state through Supabase, workers, and media pipelines.
Built for Software engineers. User facing docs coming soon...
| Question | Start here | Then follow with |
|---|---|---|
| What systems make up RugbyCodex? | System overview | Architecture map, Third-party services |
| What product surfaces are implemented versus stubbed? | Product overview | Routing and pages |
| How does the frontend really behave? | Frontend architecture | State and data flow, UI workflows |
| Where do routing and permissions live? | Routing and pages | frontend/src/router/index.ts, frontend/src/router/orgRoutes.ts |
| Where can frontend logic drift from backend truth? | State and data flow | Known unknowns |
| How does media processing leave the browser? | System overview | AWS transcoder scaling, Third-party services |