Pitwall - an F1 dashboard

A compact Formula 1 dashboard: sessions, standings, and race weekend essentials.

Link: https://f1.dev.explewd.com/

Case study: Case study: F1 dashboard

Highlights

  • Fast, readable race-weekend overview without the noise
  • 30+ pages covering races, drivers, constructors, circuits, and historical data
  • SQLite cache layer: historical data fetched once, current season always fresh
  • Merges data from Jolpica/Ergast, OpenF1, Wikipedia, and f1db for comprehensive coverage
  • Driver H2H comparisons, teammate deltas, family connections, and cross-era rankings

A personal F1 data dashboard for race weekends, historical deep-dives, and useless-but-fun statistics. Fast, readable, and built for people who want to glance at standings without opening ten tabs.

What it does

Race weekend hub with current season calendar, live standings, recent results. Historical browser back to 1950 with full race results, quali data, and championship standings. Driver and constructor profiles with career stats, teammate comparisons, and family connections. Circuit encyclopedia with track layouts and lap records. Deep stats like cross-era rankings, race chaos index, and reliability timelines.

Basically: if it’s F1 data and I found it interesting enough to graph, it’s probably in here.

Tech stack

Client: React 18 + TypeScript + Vite 6, TanStack Query for caching, custom UI components

Server: Hono + @hono/node-server, SQLite with intelligent caching (historical data fetched once, current season refreshed)

Data: Jolpica/Ergast (race results), OpenF1 (live session data), Wikipedia (circuit info), f1db (driver bios, family trees)

Highlights

  • /families — F1 family tree (the Rosbergs, Verstappens, Hills, Schumachers…)
  • /chaos — Most chaotic races ranked by DNFs, safety cars, and lead changes
  • /cross-era — GOAT rankings adjusted for era dominance
  • /constructors/lineage — Team evolution timeline (Toleman → Benetton → Renault → Alpine)
  • /race/2021/22 — Abu Dhabi 2021 (you know why)

Live at f1.dev.explewd.com