OzenFern/Booklyte ? reverse-engineered prompt
Reverse engineered prompt
Build me a lightweight web app for tracking books I want to read and the ones I’ve already finished.
It should let me search for books from Open Library, view details, and add them to my own library with statuses like want to read, reading, completed, and dropped. I also want to be able to update progress, remove books, and leave a personal rating and review for each one. Make the interface clean and simple, with pages rendered on the server and small dynamic updates so it feels fast without a lot of page reloads.
Use Node, Express, EJS, HTMX, and PostgreSQL, and include session based login so my library stays private. Please set up the database schema, basic styling, and the main pages for home, book browsing, and my library. If you need to check current docs for any library or API details, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit