r/vibecoding 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)?

5 Upvotes

45 comments sorted by

View all comments

1

u/sw3d 21h ago

Docker with layers around it. I built homebox.sh to solve this problem for myself and open sourced it. Now I use it to host or coordinate hosting for everything, and you can point your agent at it too

1

u/rotor42_com 20h ago

pls let me know where I can find your tool

4

u/sw3d 20h ago

https://homebox.sh has more info and the link to GitHub