---
url: "https://www.reddit.com/r/vibecoding/comments/1vmqzq6/are_you_guys_actually_deploying_vibe_coded_stuff/"
title: Are you guys actually deploying vibe coded stuff?
source_kind: reddit
subreddit: vibecoding
author: JennySurfs
score: 37
captured: "2026-08-17T00:34:39+00:00"
comment_tree: false
topics: [ai-impact]
summary: A developer questions how nontechnical people deploy and maintain vibe-coded apps, asking about quality, usage, monitoring, and security trust.
status: ok
---

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.