All recaps →

About OpenF1ow

A free, open-source Formula 1 analysis platform. Per-race recaps, season trends, fuel-corrected tyre degradation, dirty-air time loss, and AI-written race verdicts. Built on the OpenF1 API.

What it does

OpenF1ow turns raw F1 timing into the kind of analysis that until recently lived only on broadcast booths and team engineering screens. Every Grand Prix from 2023 onward gets:

Methodology

The core calculations:

Data sources

OpenF1.org — telemetry, lap timing, sectors, stints, pit stops, weather, race control, session results. Cached aggressively in Cloudflare R2 so most page loads serve from cache and the OpenF1 API isn't hit on the hot path.

Groq — Llama 3.3 70B for the race verdicts. Streamed via a Cloudflare Worker so the API key never reaches the browser.

Open source

Source code at github.com/vassilispapadop/openf1ow. MIT licensed. React 18, TypeScript, Vite 6, Cloudflare Workers + Pages, R2.

What it isn't