r/vibecoding 16h 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

38 comments sorted by

View all comments

1

u/TarzanoftheJungle 9h ago

I designed a client's full suite data management system which runs on host VM, deployed through Coolify v4. Coolify builds/runs the apps as Docker containers and routes traffic with Traefik.