Web & Full-Stack
Live Formula racing fan experience where five specialist AI agents debate strategy, telemetry, racecraft, and history using evidence-linked session data.

Race feeds → Event normalization → Agent discussion → Live race room

Apex Arena is a public 2026-season Formula racing experience that turns live and historical race data into a structured, evidence-linked conversation. The platform combines a Next.js frontend, FastAPI backend, PostgreSQL event archive, Redis event bus, and provider integrations from OpenF1 and Jolpica so visitors can follow a session as an editorial debate instead of a raw timing screen.
Apex Arena treats a race weekend as a living argument instead of a static dashboard. Each session is framed as a moderated conversation where agent opinions stay distinct, explain their reasoning, and expose the evidence behind supported claims.
The experience is designed for both live sessions and replayable archives, so the same room model can cover active race weekends, completed events, and upcoming sessions without pretending unavailable telemetry already exists.
The backend ingests OpenF1 and calendar metadata, persists raw and normalized race events, and replays them through a race-state reducer plus a grounded discussion engine. Durable PostgreSQL records back messages and evidence, while Redis handles low-latency publication into browser streams.
Production deployment is routed through the portfolio domain so the browser always stays on chaitanyasingh.org/apex-arena while Vercel rewrites requests to the dedicated Apex Arena frontend. Server-side API proxying keeps backend infrastructure hostnames and proxy tokens out of the browser.