Analysis board
Stockfish 19 in the browser, a move tree with variations, comments and arrows, and a game review that scores accuracy.
A private, self-hosted chess workbench: analysis, an opening explorer, studies, notes, a game collection and puzzle training, all in one folder you own.
The demo needs no install and no account. It runs entirely in your browser.
contents
Stockfish 19 in the browser, a move tree with variations, comments and arrows, and a game review that scores accuracy.
PGN chapter studies, and markdown notes with interactive boards in the text. The files stay readable in Obsidian.
The Lichess puzzle set by difficulty band, a progress dashboard, scanned tactics books the app reads in itself, and endgame drills against the tablebase.
An explorer over reference databases built from your own PGNs, and a repertoire trainer that rehearses lines against real statistics.
Chess.com and Lichess archives month by month, an annotated collection of the ones worth keeping, and an Insights page that sums them by colour, time control and opening.
Players, openings, positions, material or motifs across millions of games. Exact positions answer in milliseconds, the deep hunts in under a second.
The board, the engine, the explorer and the whole games browser on one wide screen, so browsing games and analysing stop being page changes.
The engine, fonts and icons all ship with it and there are no runtime CDN calls, so pulling the network cable changes nothing.
figures
Your repertoire as a shape rather than a list: the moves you chose, one map per colour, each dot sized by how often the field plays it and badged where you have no answer yet. Link a study and everything below is derived from it, so what the map claims you have prepared is what you have.
Select a dot and the opening catalogue names it, while the panel counts how deep your linked studies actually prepare it and how many lines they end in. Notes come along for the reader; only the studies are allowed to say what is prepared.
Reference databases you build from your own PGNs, searched four ways: a query language for players, openings, events and results; a position ladder from exact, transpositions included, loosening by degrees down to bare pawn structure or material; material situations like rook endings or a queen up; and motifs, from an isolated queen's pawn to a named pawn structure. Exact positions answer in milliseconds at ten million games, and with fast search on the deep hunts come back in under a second.
Studies are PGN, notes are markdown, progress is JSON. No database as the source of truth, no proprietary formats. Backing up is copying a folder, and if this app ever goes away, your chess opens in something else.
Keeping the vault on this device is the default, but one small Linux box can own it instead and everything else becomes a client: a phone's home screen as a PWA, or the same desktop app pointed at it. Same games, same progress, whichever device you opened.
Stockfish 19 in the browser, beside the opening explorer: the engine's lines, the field's replies and the tree of what you played on one screen, and the panel takes the opening's name the moment you make a move.
three ways
windows · macos · linux
By default it keeps the vault in a folder on that device; point it at a server instead if you have one. It updates itself on launch.
The builds are unsigned. On Windows the first launch stops at SmartScreen: choose More info, then Run anyway. On macOS it needs right-click, then Open. The installer's name carries no version; the release page does.
node
Run it anywhere Node runs. One port serves both the app and its API.
git clone https://github.com/chessvault-app/chessvault.git
cd chessvault
npm install
npm run build
CHESS_VAULT_DIR=/srv/chess-vault npm start
pwa
Nothing to install: open your server's address and add it to the home screen for a full app with an offline shell.
Try the demo first