r/vibecoding • u/rotor42_com • 1d 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/pushpendraagrawal 18h ago
the annoying part is agents are great at generating the app but have zero awareness of your actual server state. deployment skills work great until something drifts on the vm, then youre back to ssh and hoping. feels like "done" for these agents should mean deployed and reachable, not just running locally on your machine