Covers that do something
Every cover is a real link with a real hover card. Keyboard users get the card on focus, not just on mouse hover — which is more than most tier list tools manage.
Rank your books, then publish a page. Each cover links to wherever the book actually lives — Amazon, Royal Road, Goodreads, your own review — and hovering or tabbing to one shows the title, the author, and whatever else you tracked. Not a screenshot of a ranking.
Open the editor Source on GitHub
Free, MIT-licensed, runs entirely in your browser. No account, nothing uploaded.
A real exported board, not a picture of one. Hover a cover — or press Tab to walk them with the keyboard — and click through to the book.
Every cover is a real link with a real hover card. Keyboard users get the card on focus, not just on mouse hover — which is more than most tier list tools manage.
A standalone HTML page you can host anywhere, a JSON file you own and can re-import, and a PNG for pasting into Reddit or Discord. The page and the JSON round-trip.
Cover images are fetched once and kept locally, so lists keep working after a retailer rotates its image URLs — and so image export works at all.
No catalog to be in. If you can point at a cover and a URL, you can rank it — including a serial with no ISBN, a Patreon chapter, or something you wrote.
No account, no server, no analytics, no third-party scripts. Your lists live in your browser and in the files you export.
Add whatever you track — hours read, volume count, where you dropped it — and it shows in the hover card. The format does not dictate what you care about.
booktier is static files — no build step, no runtime, no database. Clone it, put it behind any web server, done.
git clone https://github.com/elevatevt/booktier.git
cd booktier
npm run serve # http://localhost:8777
The repository ships a hosting guide with response headers and per-host recipes, and a security document covering trust boundaries and the decisions worth making before you put a copy online. The Content-Security-Policy in that guide is enforced against a live browser by the test suite, not just recommended.