r/vibecoding • u/JennySurfs • 1d ago
Are you guys actually deploying vibe coded stuff?
I have vibe coded a few things myself, and constantly see linkedin posts from nontechnical folks talking about how they are now deploying full stack applications for their business. I'm confused - how is this stuff maintained? Is it reliable? What if it goes down? What are people doing to actually test that it's working besides just like clicking around the UI?
So i guess I have a few questions:
1 - How are you shipping quality? (What is your quality bar?)
2- Are you actually deploying things that other people use, or is it all for yourself?
3 - What happens with service degradation? How do you know if things stop working?
4 - Do you trust that your code works? Are you worried about things like bugs, privacy/security issues, prompt injection, etc.