SOURCES
Source map, attribution, generation policy, and support setup.
Jolpica Ergast-Compatible API
Used for championship standings, race results, constructor data, schedule references, and driver profile fields where available.
FastF1
Used by the local data pipeline for lap data, tyres, weather, qualifying, and telemetry-derived shards when available. FastF1 is unofficial and not associated with Formula 1 companies.
Generated Race Intelligence
Race Intelligence briefs are generated from local race shards only. High confidence is reserved for direct race data. Telemetry-specific claims are not shown unless telemetry exists for that race.
Images
The site currently uses locally generated identity plates for driver profiles. It does not use official driver portraits, broadcast stills, race screenshots, or team press images.
Support Link Setup
Choose a support provider that can pay out to your country, copy its public HTTPS page URL, then update the support URL in the site config:
website/js/site_config.js
export const SUPPORT_URL = "https://github.com/sponsors/zzhoonee";
The site intentionally uses a normal outbound link instead of a third-party widget script. That keeps page loads lighter, avoids broadening the content security policy, and lets the provider be changed later without redesigning the sidebar.