Show HN: Vibe coding a bookshelf with Claude Code
balajmarius.com
Show HN: Vibe coding a bookshelf with Claude Code
1–10 of 221 posts
Re: Show HN: Vibe coding a bookshelf with Claude Code
#2One-off scripts and single page html/css/js apps that run locally are fantastically accessible now too.
As someone who doesn't code for a living, but can write code, I would often go on hours/day long side quests writing these kind of apps for work and for my personal life. I know the structure and architecture but lack the fluency for speedy execution since I'm not writing code everyday. Claude code fills that speed gap and turned my days/hours long side quests into minutes for trivial stuff, and hours for genuinely powerful stuff at home and at work.
Re: Show HN: Vibe coding a bookshelf with Claude Code
#3Re: Show HN: Vibe coding a bookshelf with Claude Code
#4At some point you hit a project size that is too large or has too many interdependencies, and you have to be very careful about how you manage the context and should expect the llm to start generating too much code or subtle bugs.
Once you hit that size, in my opinion, it's usually best to drop back to brainstorming mode, only use the llm to help you with the design, and either write the code yourself, or write the skeleton of the code yourself and have the llm fill it in.
With too much code, llms just don't seem able yet to only add a few more lines of code, make use of existing code, or be clever and replace a few lines of code with a few more lines of code. They nearly always will add a bunch of new abstractions.
Re: Show HN: Vibe coding a bookshelf with Claude Code
#5Re: Show HN: Vibe coding a bookshelf with Claude Code
#6Re: Show HN: Vibe coding a bookshelf with Claude Code
#7Side note: I once wrote about recreating Delicious Library: https://dingyu.me/blog/recreating-delicious-library-in-2025
Re: Show HN: Vibe coding a bookshelf with Claude Code
#8Vibe coding has really helped me explore skills outside of my comfort zone which can then be applied in combination with other existing skills or interests in new ways.
In the case of your project, I imagine that now that you can gather data such as books from an image of a bookshelf, you can do something similar in infinite other ways.
Re: Show HN: Vibe coding a bookshelf with Claude Code
#9I wonder if you could develop this as an add on to Hardcover.app - you could fetch people's books, images, and display the bookshelf.
All the data seems to be there:
https://hardcover.app/@BenHouston3D/books/read?order=owner_l...