Free tools
Turn your Kindle vocabulary into Anki flashcards
Turn your Kindle's vocab.db into Anki flashcards that keep each word's original sentence, or into a clean CSV. It all runs in your browser.
Where to find the vocab.db file
Connect your Kindle with the USB cable
It shows up as a regular drive (usually named «Kindle»). If the Kindle asks, choose «USB drive mode»; on recent models it can take a few seconds to appear.
Open the system/vocabulary folder
The system folder is hidden. On Windows, type the path straight into the Explorer address bar (for example D:\system\vocabulary). On a Mac, press Cmd + Shift + . (period) in Finder to reveal hidden folders.
Drag vocab.db onto this page
Inside that folder you'll find vocab.db. Drag it to the box above: your words appear instantly, grouped by book, ready to export.
vocab.db, turned into an Anki deck that keeps the sentence you met the word in
Every word you look up in the Kindle dictionary is recorded — the word, the form you met it in, the sentence around it, the book it came from — in a small SQLite file called vocab.db. The device's own Vocabulary Builder then does almost nothing with it: no scheduling worth the name, and no way out. This page opens that file with SQLite compiled to WebAssembly, right in the tab, and writes a real Anki deck out of it. With the context, because a word without the sentence you met it in is a word you will look up again.
- A real .apkg deck: open it in Anki or AnkiDroid and it imports — no plugin, no CSV column-mapping step.
- Each card carries the sentence from the book, plus the title and the author, so you revise the word where you found it.
- Three card directions: word → sentence, the sentence with the word blanked → word, or both, for two cards per word.
- Filter before exporting — by language, by book, by the Kindle's own learning/mastered flag, or by searching the sentences.
- Or take a CSV, if you would rather build the cards your own way.
- The database never leaves your browser: SQLite runs locally as WebAssembly and no file is uploaded.
Kindle vocabulary to Anki: the details
Where is vocab.db?
Connect the Kindle by USB and open system/vocabulary. The system folder is hidden: on Windows, type the path into the Explorer bar (for example D:\system\vocabulary); on a Mac, press Cmd + Shift + . in Finder to show hidden folders.
Does it add definitions or translations to the cards?
No. It exports what the Kindle recorded — the word, its base form, and the sentence you met it in. If you want dictionary definitions on the front, Anki's own add-ons fill them in after the import.
My vocab.db is missing, or has nothing in it.
Vocabulary Builder has to be switched on, and it only records words you look up in a dictionary while reading. If it has been off, the file exists but stays empty.
Which languages does it handle?
Whichever dictionaries your Kindle used. The file records a language per word, so mixed reading can be filtered down to the language you are actually studying before you export.
Can I do this from the Kindle app on my phone?
No. Only the e-ink devices expose the file over USB; the phone apps keep their vocabulary inside the app.
Is the file uploaded in order to be read?
No. The SQLite engine is compiled to WebAssembly and served from this site, so the database is opened on your own machine and nothing is sent anywhere.
Like the tools? Wait until it writes you a course.
These are free because they're the easy part. The product turns a topic into a course you'd actually read — and sends it to the same Kindle.
More free tools
Send anything to your Kindle, turned into a book
Paste text or Markdown — a ChatGPT answer, a report, your notes — and get a chaptered EPUB. Download it, or send it straight to your Kindle.
Your PDFs on your Kindle, as books rather than photographs of pages
Upload a PDF and get an EPUB with reflowable text and real chapters, so the type resizes and the page turns. Download it, or send it straight to your Kindle.
Kindle to PDF: the honest answer, and what to do instead
Wanting a Kindle book as a PDF turns out to mean five quite different things. One of them is genuinely impossible. The other four take about a minute — find yours below.
Export your Kindle highlights, organized by book
Upload My Clippings.txt and get your highlights and notes organized by book — Markdown for Obsidian, CSV for Excel, or a Notion import. Nothing is uploaded.
Turn your ChatGPT conversations into a book for your Kindle
Paste a ChatGPT, Claude or Gemini conversation and get an EPUB with one chapter per question. Download it, or send it straight to your Kindle.
Your Deep Research reports, on your Kindle instead of a browser tab
Turn a Deep Research report (ChatGPT, Gemini, Claude) into an EPUB with chapters and a table of contents. Paste the Markdown or upload the .docx.
Take your Notion pages to your Kindle, turned into a book
Upload your Notion export ZIP and get an EPUB with one page per chapter. Download it, or send it straight to your Kindle. The ZIP stays in your browser.
From your Obsidian vault to your Kindle, no plugins
Pick several .md notes and get an EPUB with one note per chapter, ready for your Kindle. No plugin to install; your notes stay in your browser.
Word counter, with characters, sentences and reading time
Count words, characters and sentences as you type, and see how long the text takes to read. Everything runs locally — your text never leaves the browser.
Slug generator, for URLs that read like their title
Turn any title into a clean, URL-safe slug — lowercase, hyphens, accents folded away. Copy it with one click.