Ask HN: Any example of successful vibe-coded product?
11–20 of 150 posts
Re: Ask HN: Any example of successful vibe-coded product?
#12I cloned Paddle's NextJS starter kit[1] and incorporated my previous reporting code built with Observable Framework[2].
It actually took longer to get the website (domain, terms, privacy) approved by Paddle and my identity verified by its 3rd party than to vibe code the site with Claude Code.
Re: Ask HN: Any example of successful vibe-coded product?
#13My friend vibe coded the entire app to generate thumbnails for YouTube videos.
Re: Ask HN: Any example of successful vibe-coded product?
#14spocklet-pomodo.hf.space/
I created it as a single main.go with just a single main dependency (gorilla websockets iirc) and I think It's pretty successfull between me and my friends and I am not thinking of monetizing it ever
There is also https://spocklet-beta-pomodo.hf.space/ which has some more features to make it more user friendly that I got suggestion for so yeah
I made it out of complete frustration and the first prototype was built in I don't know but I am very gloomy about AI mostly but prototyping in domains I don't know too much about to create a "just good enough" for my own use case is the only valid use case I find of it I guess.
Re: Ask HN: Any example of successful vibe-coded product?
#15I built https://www.agentsfordata.com entirely in Cursor agent mode I have rebuilt it a few times in agent mode while trying to get pmf. I used about 22B tokens this year
Re: Ask HN: Any example of successful vibe-coded product?
#16Funny also how Loveable and the like are hiring engineers like crazy, yet think engineers are not needed anymore. Why not just vibecode Loveable itself? Oh wait I can tell you why.
Re: Ask HN: Any example of successful vibe-coded product?
#17Re: Ask HN: Any example of successful vibe-coded product?
#18https://www.pixelhook.app/ My friend vibe coded the entire app to generate thumbnails for YouTube videos.
Re: Ask HN: Any example of successful vibe-coded product?
#19I built https://www.agentsfordata.com entirely in Cursor agent mode I have rebuilt it a few times in agent mode while trying to get pmf. I used about 22B tokens this year
It just boggles my mind that anyone would use something like this. Why would one send their data to some unknown company that internally likely just delegates the work to one of the big AI labs?
Re: Ask HN: Any example of successful vibe-coded product?
#20I own a small bar and inventory management is either spreadsheets or saas products meant for larger operations. With the exclusion of some very small changes (e.g., deleting dead code) it’s 100% written using Claude Code. Initial design was generated from markdown documentation I wrote, and each change has been careful and incremental. A few blind alleys lead in the wrong direction, but was always easy enough to back…
I also built a solution for myself that was largely vibe coded. The underlying schema for inventories, batches, orders, cultures, etc was done in advance to help guide Claude along with documentation, but I'd guess 75 percent of the code is pure Claude.
It has worked really well for a while now. Since it's just me using it and I'm able to roll with issues it causes or verify outputs on the fly if I want to, it's totally fine not being super polished. It meaningfully increases my productivity by allowing me to manage things in a way that fits my mental model and business.
Like you, the cost of the project has been less than a subscription. And the subscriptions wouldn't even do what I needed.