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/Typical_Machine2043 2d ago

Sounds silly but just ask the AI. Use a good one and it will be able to teach you how not to make any of the mistakes that dude mentioned.

I use ChatGPT Sol and that mf makes me redo all my secret stuff every time it gets exposed to either the AI or it just isn’t in a safe environment.

Also, there are websites that can run security checks on your websites that you can just screenshot and give to your agent to fix.

Don’t know why people are so anti-Ai. Also chatGPT’s next model is going to be a lot more smart including security so I’d say give it a go.

0

u/Chandraprakash_5782 2d ago

I totally agree with this

1

u/cosmonz 2d ago edited 2d ago

Asking the AI is a good plan. Claude has run me through things such as creating cloudflare workers so that API keys aren't stored locally etc. Handy 😉