From my experience, the biggest difference between vibe-coded projects that go somewhere and the ones that don’t isn’t code quality, it’s whether the builder keeps talking to users after the first version. The “vibe” gets you to ship, but iteration discipline is what turns it into something real.
Ask HN: Any example of successful vibe-coded product?
81–90 of 150 posts
Re: Ask HN: Any example of successful vibe-coded product?
#82https://spaceword.org - a daily word game inspired by banana grams, where you need to arrange 21 letters in a tight square. Has around 400 daily active players. 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.
Re: Ask HN: Any example of successful vibe-coded product?
#83Problem statement: given a start date and a bible book / chapter, produce a reading schedule for the remainder of the bible assuming one will read 3 chapters every day and 2 extra on Sunday.
So assuming an input of "2025-07-06 Genesis 1," the list would read "Saturday, June 6, 2025: Genesis 1 (3 chapters) \n Sunday, June 7, 2025: Genesis 4 (5 chapters)..." etc.
It created the types, data structures, and utility functions required, and even isolated the schedule generation to a function that used all of them ... and that function was busted. It printed the same book and chapter and date every line.
With a little elbow grease I was able to bring it home. Saved me an hour.
Re: Ask HN: Any example of successful vibe-coded product?
#84Re: Ask HN: Any example of successful vibe-coded product?
#85"Vibe coding" and "AI-assisted coding" are NOT the same.
There's a spectrum of AI use from none to full (vibe coding).
Claude Code is probably the best known example of a product claimed to be coded with AI-assistance to the point of much of it being autonomous now guided by experts. My experience is that is now the norm for many senior engineers and it's certainly the future. I don't know any that are truly vibe-coded but I would imagine plenty of mobile apps.
Re: Ask HN: Any example of successful vibe-coded product?
#86Is it different for Claude?
Re: Ask HN: Any example of successful vibe-coded product?
#87I built https://screenshot2charts.com , a tool that turns screenshots or CSV/JSON into editable charts. It solves the annoying problem of re-creating messy charts for reports and presentations, especially when all you have is a blurry screenshot of either a chart or some numbers. From my experience, the biggest difference between vibe-coded projects that go somewhere and the ones that don’t isn’t code quality, it’s w…
Re: Ask HN: Any example of successful vibe-coded product?
#88If by production you mean “done” and used by someone (i.e. by me) then I made https://skidmarks.club to replace my peloton subscription. You can browse and ride at https://app.skidmarks.club . I’ve done ~10 rides with it so far. Hoping I can convince my wife to use it and save myself $50 a month. That would be my most successful side project by a wide margin. There are probably a lot of examples like this. Vibe coded…
I've lately seen a trend where people use their phone to instruct agent on the cloud to build applications. I presume this is beyond having RDP on your phone
Re: Ask HN: Any example of successful vibe-coded product?
#89Re: Ask HN: Any example of successful vibe-coded product?
#90I've built products that solve my problems and have released one, Intraview.ai -- it's functional, solves a real problem for me and my customers.
That said, as a business goes, it's not a sensation but it's gone from idea to customers using it in less than 6 months. Is it a VC hit, no -- am I happy with where it is and how fast I'm learning -- absolutely!