← cd ..
➜ RaceTelemetry git:(main)
cat README.md
The complete Formula 1 replay experience. Watch every position change, every strategy call, every dramatic finish — from 1950 to today. Real-time car positioning from GPS telemetry data, interactive track maps, standings tower, and tire strategy breakdowns.
// Hero — "F1 Telemetry & Race Replay"
➜ RaceTelemetry git:(main)
cat FEATURES.md
# Features
Live Standings
Watch driver positions shift in real-time as the race unfolds, lap by lap.
Interactive Track Map
See every car's position on circuit with live GPS data and gap visualisation.
Strategy Breakdown
Dive into tire strategies, pit windows, and the calls that made the difference.
75+ Seasons of Data
Full coverage from the 1950 inaugural championship to the latest battles.
// Features — standings, track map, strategy, and historical data
➜ RaceTelemetry git:(main)
cat TECHNICAL.md
# Technical Challenges
- Real-time interpolation of GPS position data for smooth car movement on track maps
- Complex async state management for synchronized replay across multiple data streams
- Processing and normalizing 75+ years of F1 data from various historical sources
- Building an intuitive race replay UI that handles 20+ cars simultaneously
- Tire compound visualization with accurate color coding across different regulation eras
# Tech Stack
Next.js
React
TypeScript
Python
OpenF1 API
Canvas API
WebSockets
Vercel