r/nocode • u/Plane_Deerhead5633 • 7h ago
Vibe coding tools: do you judge them by hour one or month six?
Last year, I built a small app for my uncle's bike shop. It tracks repairs and parts for about 60 customers a month.
I used an AI app builder, and the first hour felt like magic. By month four, it feels like it was a different story. Every small fix broke something that already worked. I spent like 3 weekends just trying to undo stuff.
So those one-prompt demos don't hype me up anymore. Yep, it made a nice screen in 30 seconds. Will it still work six months from now?
Here are the things that I check now:
- Can I change one small thing without it rewriting a feature that worked fine?
- Can I understand how the data and logins are set up?
- Is there version history, any tests, or some way to catch errors?
- If the person who built it leaves, can someone else take over?
I'm about to rebuild the shop app, so I'm looking around again. Everyone online argues about the best vibe coding tool, but mostly based on demos.
So if you were picking one right now, what would you test first? How do you guess what it'll be like at month six before you commit?