Chess Stats
About #
All I wanted is to find games with brilliant moves...but apparently it's not that easy. And chess.com doesn't have API for it. So I've ended up re-implementing the in-browser chess analyzer with my own criterion for move types (it's weird but free so π€·).
Analyzing your Chess.com games using the Stockfish chess engine β entirely in the browser. Enter a Chess.com username to fetch game history and get detailed analysis with classifications (brilliant, great, mistake, blunder) and accuracy scores.
Make sure to check the settings page.
Tech Stack #
- SolidJS β reactive UI framework
- Stockfish β chess engine running client-side in a Web Worker (lite and full depth modes)
- Vite β build tooling
- PWA β offline support with Workbox service worker caching