December 30, 2025
Ship happens, vibes debate
Ask HN: Any example of successful vibe-coded product?
Weekend-built AI app sparks a war over what “success” means on HN
TLDR: A builder says a parent-learning app shipped in four weekends by treating AI tools like teammates and enforcing tests. Comments split over whether success means revenue or users, as folks flaunted vibe-coded add-ons, Windows tools, and a bar’s inventory app, joking about “AI interns” but praising boundaries and testing.
Hacker News asked if vibe‑coded products actually succeed, and the OP came in hot with My DigitAlly: a parent‑learning platform shipped in four weekends while holding a full‑time job. They used "Systematic AI Collaboration"—treating different AI chatbots like teammates (Gemini for strategy, Claude for coding) and test‑driven development to keep the code honest. Real features, too: Google sign‑in, weekly tips to 200+ parents, dynamic lessons, and auto‑made PDFs. No vaporware vibes, just shipping.
Then the comments turned into a vibes tribunal. One camp asked: what even counts as success? sorcercode shrugged at money metrics, bragging a Firefox addon helped a handful of grateful strangers. prhn flexed with a Windows video toolset—thumbnails, preview pane, website, payments, even the installers—vibe‑coded—plus a humble “I didn’t write a single line of C++.” senko dropped markshot.dev and a write‑up, saying it’s complete even if not commercial. Plot twist: a bar owner, transitorykris, says their inventory system is 100% Claude‑coded and actually runs a business. Meanwhile, tacoooooooo built a lobsters graph for, uh, an invite. Jokes about “AI interns” and “weekend warrior devs” flew, but the mood stayed pragmatic: vibe‑coding works when you set boundaries and test everything.
Key Points
- •My DigitAlly, a full-stack educational platform for parents, was launched to production using a refined vibe-coding method called Systematic AI Collaboration.
- •The app includes Google OAuth and email/password auth, a node-cron weekly tips engine for 200+ subscribers, a JSON-driven 5-block curriculum, and auth-aware server-side PDF generation.
- •Development moved from idea to production in four weekends while the author maintained a full-time role.
- •LLMs were treated as specialized team members: Gemini Pro for strategic architecture and prioritization; Claude Code for implementation, refactoring, and testing.
- •A strict TDD process using Vitest ensured quality, resulting in a stable system serving 200+ active users with coherent code guided by context documents.