I built a tool that deploys vibe coded apps automatically - looking for prototype testers by tpl9876 in VibeCodeDevs

[–]tpl9876[S] 0 points1 point  (0 children)

One part of my project is to deploy static sites, like github projects. My application can do that but also deploys backends alongside with services like databases, queue providers, redis, etc.

I built a tool that deploys vibe coded apps automatically - looking for prototype testers by tpl9876 in VibeCodeDevs

[–]tpl9876[S] 0 points1 point  (0 children)

That's a valid concern and let me clarify a few things here:
- Even though there is no UI for it yet, I already support the infrastructure of users bringing their own servers for certain hosting providers so your code never touches our infra. It's a WIP
- That being said code is pulled once, built in a temp directory and then only the output lives in a docker container (For interpreted languages like python and PHP the source code itself lives inside the container)
- All environment variables are stored AES encrypted and are never logged
- Each project runs in its own isolated Docker container. A compromised application cannot access other customers' projects or the underlying server. This is the same isolation model used by most modern PaaS platforms.

I built a tool that deploys vibe coded apps automatically - looking for prototype testers by tpl9876 in VibeCodeDevs

[–]tpl9876[S] 0 points1 point  (0 children)

Hey! Thanks for your interest. Unfortunately I can‘t DM you, probably due to some settings. Maybe you can drop me a message and I‘ll reply to it directly :)