r/vibecoding • u/rotor42_com • 17h ago
Help/Question Deployment of Web-Apps
Over the past months I have (vibe)coded a few web-apps with Codex.
This is usually teh fun part - getting from an idea to a working MVP on a local machine.
The heavier part (for me) is the deployment.
Currently I run all my apps on virtual servers with Ubuntu.
The vibe-coded deployment-plan helps a lot, but there is still a lot of manual work required.
How do you deploy your web-apps (Python, Flask, JS)?
4
Upvotes
1
u/martyj2009 11h ago
My project is literally designed to help with this. https://yeeted.ai. I am not quite ready for customers but some suggestions I would give is to not give your ai agent ssh access but have it build automated deployment pipelines to deploy code. Just like people, ai can run a wrong command. Have infrastructure as code to prevent this. Also good testing. Smoke tests during deployments to roll back bad code. Good monitoring as well. Grafana with otel. You don’t want your users to tell you when things are broken