Ask HN: Any example of successful vibe-coded product?
71–80 of 150 posts
Re: Ask HN: Any example of successful vibe-coded product?
#72Re: Ask HN: Any example of successful vibe-coded product?
#73Re: Ask HN: Any example of successful vibe-coded product?
#74https://apps.apple.com/au/app/calmshows/id6749471333
ios and web app and openapi spec
Re: Ask HN: Any example of successful vibe-coded product?
#75Re: Ask HN: Any example of successful vibe-coded product?
#76I wrote Sum Buddy using a variety of AIs. Its a full featured AI spreadsheet. It started in Gemini's web interface and moved over to claude (which was a huge increase in capability). It has a bunch of paying customers now. https://sumbuddy.net
Re: Ask HN: Any example of successful vibe-coded product?
#77If 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…
Re: Ask HN: Any example of successful vibe-coded product?
#78Windows 11 is quite popular.
Re: Ask HN: Any example of successful vibe-coded product?
#79Here is an web app that tracks the grocery prices of my shopping at Aldi. It is meant to track grocery price inflation over time. It is obviously limited and incomplete since it is just based on my haphazard Aldi shopping. It includes a "basket of goods" total for each quarter, graphs, product pages, etc. It is coded by an LLM (except for maybe the initial commit). I don't write or edit the code, but I do sometimes "…
Re: Ask HN: Any example of successful vibe-coded product?
#80https://blazingbanana.com/work/whistle - Whistle, which is a complete free, offline voice transcription app using whisper, available on all platforms, Linux, Mac, Windows (with CUDA builds), Android (and iOS as soon as my dev account goes through, who knew paying Apple £79 would be so hard!). To be honest the packaging part was probably the toughest bit and all the different ways each platform needs to build. - Probably my most "successful" one, at 450+ downloads on the Play store.
https://formait.app/ - Free offline document formatting using LLMs to take a load of unstructured notes and give you a nice PDF output. You can load any GGUF model you throw at it as it's implementing llama.cpp, but uses Phi-4 out the box. It's actually quite a useful combination with Whistle, so thinking of integrating voice to text in at some point. This is available on all platforms (except mobile) with CUDA builds available too.