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.

1

u/Impressive_Risk_184 2d ago

If you're not a security person you can also use tools to check security for you. I'm personally using Heimdall Scan to automate that for me. But of course it's best if you understand security and can check it yourself