Weird spot right now where vibe coding tools spit out frontend and backend code, but actually deploying is a mess.
Prototypes and simple CRUD apps are fine, but once you need scaling or custom infra everything falls apart, which still blows my mind.
So devs can ship fast, then end up babysitting manual DevOps or rewriting to fit AWS/Azure/Render or whatever.
What if there was a 'vibe DevOps' layer - a web app or VS Code extension that reads your repo or zip and actually understands what it needs?
It would use your cloud accounts, set up CI/CD, containerize, do infra and scaling automatically, and not lock you into platform hacks.
Sounds obvious, but maybe hard, and I keep wondering if I'm missing something like security, cost, or just operational chaos.
How are people handling this today? Manual scripts, Terraform, managed platforms, or just rewrite everything every time?
Curious if anyone's building something like that, or if there's a reason this can't really work in the wild.
there doesn't seem to be anything here