Web-based browser for Anki notes, served via Anki add-on.
Install from AnkiWeb or download from Releases.
After installing, use Tools → Browse Web to open the browser.
pnpm i
# 1. Symlink addon to Anki's addons folder
pnpm dev-addon
# 2. Start/restart Anki (loads addon, API on :5679)
# ⚠️ Anki restart is needed when changing addon Python code.
# 3. Run UI dev server with hot reload and open http://localhost:5173
pnpm devAlternatively, you can develop and test with a standalone Anki API server (no Anki GUI required).
Requires uv for Python dependency management.
uv sync # Install Python dependencies
pnpm dev-fixture # Develop UI with standalone API server
pnpm test-e2e # Run E2E tests (auto-resets data)# Build .ankiaddon package
pnpm build-addon