An open-source and self-hostable alternative to Vercel, Render, Netlify and the likes. It allows you to build and deploy any app (Python, Node.js, PHP, ...) with zero-downtime updates, real-time logs, team management, customizable environments and domains, etc. Key features Git-based deployments : Push to deploy from GitHub with zero-downtime rollouts and instant rollback. : Push to deploy from GitHub with zero-downtime rollouts and instant rollback. Multi-language support : Python, Node.js, PHP... basically anything that can run on Docker. : Python, Node.js, PHP... basically anything that can run on Docker. Environment management : Multiple environments with branch mapping and encrypted environment variables. : Multiple environments with branch mapping and encrypted environment variables. Real-time monitoring : Live and searchable build and runtime logs. : Live and searchable build and runtime logs. Team collaboration : Role-based access control with team invitations and permissions. : Role-based access control with team invitations and permissions. Custom domains : Support for custom domain and automatic Let's Encrypt SSL certificates. : Support for custom domain and automatic Let's Encrypt SSL certificates. Self-hosted and open source: Run on your own servers, MIT licensed. Support the project Documentation User documentation: devpu.sh/docs Technical documentation: ARCHITECTURE Quickstart ⚠️ Supported on Ubuntu/Debian. Other distros may work but aren't officially supported (yet). Log in your server, run the following command and follow instructions: curl -fsSL https://raw.githubusercontent.com/hunvreus/devpush/main/scripts/prod/install.sh | sudo bash You user must have sudo privileges. Install & Update Prerequisites You will need a fresh Ubuntu/Debian server you can SSH into with sudo privileges. We recommend a CPX31 from Hetzner. You can use the provisioning script to get a server up and running: Sign in or sign up for a Hetzner account: Hetzner Cloud Console Ge...
First seen: 2025-10-07 11:09
Last seen: 2025-10-07 17:10