DuckDB · WebAssembly · runs in your browser
Query every IPL ball — in your browser.
Every IPL delivery from 2008 to 2026, loaded into DuckDB compiled to WebAssembly. Write SQL, hit run — it executes on your machine, nothing leaves the page. The same CricketLogic engine that powers this site's stats.
Every stat on IPLTracker is computed by the CricketLogic engine from this same
ball-by-ball data — now you can query it yourself. Want the full pipeline (all internationals, every T20 league)?
pip install cricketlogic.
Data: IPL ball-by-ball from Cricsheet, computed by the CricketLogic engine. Runs via DuckDB-Wasm. First query loads the engine + data into your browser.