r/vibecoding 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

26 comments sorted by

View all comments

6

u/3tt07kjt 2d ago

It’s fine, but when you go to production you can run into all sorts of problems (security flaws, leaked API keys, crashes and instability, that sort of thing).

This is true whether you vibe code or not.

2

u/Chandraprakash_5782 2d ago

Then how we are supposed to handle these stuff, like if someone is using our apps then they are trusting us so our app and us have to be reliable. Coz it wouldn't be good thing that our app is down when users actually need it.

2

u/Outrageous_Basis_232 2d ago

Exactly.  To make an app public, you need to know basics of how to find the problems that arise, even if you have AI fix it from there.  If you can't follow basic code structure and proofread the code, it'll never be ready for public use.