waruna@dev: ~/projects/RaceTelemetry
← cd ..
RaceTelemetry git:(main) cat README.md
Race Telemetry
Personal Project · F1 Analytics Platform
racetelemetry.com →
76
Seasons
1,100+
Races
34
Champions

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.

Race Telemetry hero page showing F1 Telemetry and Race Replay with interactive track map
// 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.
Race Telemetry features showing live standings, track map, strategy breakdown, and historical data
// 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
NORMAL RaceTelemetry/README.md utf-8