Ask HN: Any example of successful vibe-coded product?
Many people talk about vibe-coding and about the different ways to use this development "methodology" successfully. I wonder though if anyone really managed to push to production anything that has been fully or almost fully created through LLM assisted coding. Do you have anything to share, whether you or someone else created it? Possibly something more complex than a static webpage.
98 comments
[ 3.7 ms ] story [ 111 ms ] threadI was trying to test the theory if it's even possible to release something production grade with vibe coding. Wrote about the experience here https://kau.sh/blog/container-traffic-control/
I also built a Preview Pane Handler for 10-bit videos.
The installers (WIX) were vibe coded as well.
So was the product website and stripe integration. I created a bespoke license generation system on checkout.
I don’t think I wrote a single line of C++ code although the WIX installers and website did receive minimal manual adjustments.
Started with Claude but then at some point during development Codex got really good so I used only that.
https://ruptureware.com
It's not commercially successful (it's a side project), but still represents a complete project.
Database migrations and anything related to calculations have had a fair bit of hand holding. Beyond tests it writes I do still test by hand for confidence.
It’s coming up to a year of use. Claude Code credits has still not exceeded the cost of a paid product. I don’t count my time here because this doubles as keeping my technical side busy, and it’s been enjoyable.
https://alexjacobs08.github.io/lobsters-graph/
(i built this in search of a lobste.rs invite if anyone willing and able sees this--email in my bio :)
I have rebuilt it a few times in agent mode while trying to get pmf. I used about 22B tokens this year
I 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.
[1] https://github.com/PaddleHQ/paddle-nextjs-starter-kit
[2] https://github.com/observablehq/framework
My friend vibe coded the entire app to generate thumbnails for YouTube videos.
spocklet-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 <30 minutes but I guess I won't really take credit of it because I am just pleasant that I can now use such a software and perhaps other might too.
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.
Funny 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.
Ive even noticed fortmatting bugs that are seemingly identical on two different websites lol
https://github.com/adrianco/c11s-house-ios
I've never seen anything like it since the original days of the game "The Island of Dr. Brain" released in the early 90s.
https://mordenstar.com/projects/piece-together
https://github.com/rabfulton/ChatGTK
I'm sure the code can be critisized, but I'm happily using the application I wanted that did not exist having never programmed python in my life.
My experience so far has been if you possess both deep domain-specific experience and significant coding experience then these coding LLMs, and most notably Opus 4.5, are the greatest productivity booster in the world.
https://github.com/pannous/goo (1% handwritten go extensions)
I'm pretty familiar with the underlying stack, which helped a lot since I knew the pitfalls. But pretty much all of the code is written by an LLM.