Launched this week

VibeNest
From GitHub repo to live app, ready for first users
15 followers
From GitHub repo to live app, ready for first users
15 followers
VibeNest helps vibe coders and indie makers turn GitHub repos into live apps ready for first users. It detects the stack, builds in a real container, adds SSL, monitoring, analytics, and optional Postgres. When deploys fail, AI Doctor reads repo evidence, logs, and container state to explain the issue and apply safe, bounded fixes. Every new user gets a 3-month free start, no card required.








Nice idea! I'll try it with a shell - curious how you worked out the ssl auto-config.
@joanatam Thanks! Would love to hear how the shell test goes.
On SSL: we handle it at the platform/routing layer, so cert issuing and renewal are automated instead of asking makers to wire nginx/certbot themselves. Still keeping it bounded to supported deploy paths, but that’s the direction: make the repo -> first users path feel like a friendly ecosystem for vibe coders and new founders.