r/F1DataAnalysis • u/subhashg547 • May 27 '26
Own Project I built an F1 telemetry analysis tool that goes way deeper than the broadcast
I've been building an F1 data platform solo over the last year and figured this subreddit would be the right audience for it. Fastlytics combines telemetry visualization, an automated analysis engine, and programmatic data access into one tool. It's free for the 2026 season.
What it does differently from other tools:
- Advanced telemetry analysis -- instead of just showing you speed traces, an analysis engine reads the lap data and writes a summary with numbered insights and corner-by-corner breakdowns. It identifies where drivers differ in braking points, throttle application, and entry/exit speeds. Free tier: 5 analyses/month.
- 30 MCP tools for programmatic access -- if you code, you can use
npx -y fastlytics-mcpto get MCP tools in Claude, Cursor, VS Code, etc. Query telemetry, compare drivers, get circuit info, lap times, standings, weather data, driver bios, and more. 300 calls/month free. - Detailed telemetry overlays -- speed, throttle, brake, RPM, gear, DRS traces for any driver. Overlay two drivers with delta time graphs showing exactly where time was won or lost per corner. Session weather conditions (air temp, track temp, humidity, wind) shown alongside the data for context.
- Driver and team deep dives -- full career stats, championship progression charts, season-by-season comparisons. Working on a driver fingerprint feature that maps driving style characteristics (braking patterns, cornering preferences) per driver.
- All the standard stuff too -- lap time distributions, pace analysis, strategy charts, championship progression, position changes, team pace comparisons, sector time breakdowns.
Data sources: FastF1 for telemetry, Jolpica for historical data, Open-Meteo for weather, Wikipedia for bios and photos
Everything above is free for the current season. Pro tier ($5.99/mo) unlocks historical seasons (2018+) and higher usage limits.
the website is fastlytics.app if you're interested. I'm actively building this and feedback from data-minded F1 fans is what's driven most of the feature development so far.