A Chrome extension for building vocabulary cards with an LLM and exporting them to Anki.
I've been using Anki for years. Back when I was still working through textbooks, making cards by hand was fine. You're already in learning mode, so switching to Anki and back doesn't feel like an interruption.
Reading native content online is different. You want to capture the words, but every time you stop to create a card you lose your place in the text. The overhead per word is just too high.
So I built this. Right-click any word on any page and a complete card comes back: translation, pronunciation, grammar notes, an example sentence in context, a memory tip. When you have enough cards, export to Anki and start reviewing.
Install from the Chrome Web Store and follow the setup guide.
npm install && npm run buildOpen chrome://extensions, enable Developer mode, click Load unpacked, and select the project folder.
Pull requests are welcome.
sql.js and JSZip are vendored locally in the libs/ folder. No requests are made to any CDN at runtime.

