I made a table comparer to quickly find a new book to read
After a few weeks of programming a few minutes at the time, next to my full time job, I created this tool that helps you pick your next book from your long(er) want-to-read list. In essence, it is a table with filters and column sorters. My problem was that the Goodreads website does not allow you to filter multiple columns at a time. That is why I created an alternative way to go through your books. Unfortunately, Goodreads no longer shares API keys, so it relies on its export functionality for a csv file. Not all the required information for your book search is present in this CSV file. To…
In plain words
This tool helps readers narrow down their next book from a Goodreads want-to-read list using multi-column filtering and sorting. Since Goodreads doesn't allow simultaneous filtering of multiple columns, users export their list as a CSV file, which the tool then enriches by scraping additional book information from Goodreads. Readers can filter by criteria like publication date, rating, and review count to find their next read more efficiently.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
After a few weeks of programming a few minutes at the time, next to my full time job, I created this tool that helps you pick your next book from your long(er) want-to-read list. In essence, it is a table with filters and column sorters. My problem was that the Goodreads website does not allow you to filter multiple columns at a time. That is why I created an alternative way to go through your books. Unfortunately, Goodreads no longer shares API keys, so it relies on its export functionality for a csv file. Not all the required information for your book search is present in this CSV file. To solve this, the website scrapes Goodreads based on the book ID from the CSV file for the extra info. Using the tool you can filter your want-to-read list. For example, I usually only read books that have been out for a few years, have an okay rating and have some reviews. Basically, a new book that has survived the hype and is still interesting. I had the most trouble creating the front page and informing visitors what they could expect. I'm a more technical developer and found this part more difficult. I'm curious about your guy's feedback. I hope there are some goodreads users as I was not sure if attaching a sample csv file was okay/possible. For now, this website version is a basic trial version. It does not save any data in a database or in-memory. If people would find this useful, I could extend it. Lastly, as I'm new to posting to hacker news, and wanted to share it. I read somewhere that you could add the "Show HN:" in front of it. I did this sadly after I posted this post earlier. So this is basically a repost, sorry about that. I have hide my previous (as deletion does not seem possible)
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, January 2025
the whole month →- IM
Hello! I'm Byran. I spent the past ~6 months engineering a laptop from scratch. It's fully open-source on GH at: https://github.com/Hello9999901/laptop
Dev tools · 2025 · byran.ee
- TITetris in a PDF▲1,289
I realized that the PDF engines of modern desktop browsers (PDFium and PDF.js) support JavaScript with enough I/O primitives to make a basic game like Tetris. It was a bit tricky to find a union of features that work in both engines, but in the end it turns out that showing/hiding annotation "fields" works well to make monochrome pixels, and keyboard input can be achieved by typing in a text input box. All in all it's quite janky but a nice reminder of how general purpose PDF scripting can be. The linked PDF is all ASCII so you can just open it in a text editor, or have a look at…
Life & fun · 2025 · th0mas.nl



Create lifelike, personalized AI avatars from text prompts
AI · 2025 · jogg.ai
