After a few months 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 I rely on its export functionality. Furthermore, not all the required information for my 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 (age 5>), have an okay rating (>3.5) and have some reviews (>1k). Basically, a new book 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.
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, I was not sure if it was okay to add a CSV file link. So I hope some people also use Goodreads such you can try the website.