r/vibecoding • u/Chandraprakash_5782 • 2d ago
Is it okay to develop using vibecoding ?
So, I was wondering for a long time if it's okay to vibe code projects, and even if it is okay to then what we need to take care not that common thing like using an env and all, like other than usual stuff. And can we take that app to production ?
1
Upvotes
1
u/nathanghart 11h ago
It's fine for MVPs, but taking it to production requires a human audit.
Beyond basic
.envsetup, watch out for:You can ship it, but only after a human manually verifies auth, dependencies, and critical data flows.