Show HN: An open source Vercel/Render alternative for Python apps(github.com)2 points·by hunvreus·vor 10 Monaten·0 commentsgithub.comShow HN: An open source Vercel/Render alternative for Python appshttps://github.com/hunvreus/devpushI wanted to deploy Python apps but still wanted to have a polished UX experience, like Vercel has.So I built /dev/push for myself, and then decided to open source it.You can host it on a Debian/Ubuntu box by running a single command: curl -fsSL https://raw.githubusercontent.com/hunvreus/devpush/main/scripts/prod/install.sh | sudo bash It's pretty similar to Vercel or Laravel Cloud:- Git-based deployments,- Environment management,- Real-time monitoring,- Team collaboration,- Custom domains,- ...For now it's mostly Python and Node.js (in beta), but I'm working on adding other languages (PHP, Go, Ruby).Many other things in the works: persistent storage, SQLite databases, scaling/resources settings, custom containers, remote nodes, etc.It's a beta, but it's fully functional:- Website: https://devpu.sh- GitHub: https://github.com/hunvreus/devpush0 commentsPost comment—
So I built /dev/push for myself, and then decided to open source it.
You can host it on a Debian/Ubuntu box by running a single command:
It's pretty similar to Vercel or Laravel Cloud:
- Git-based deployments,
- Environment management,
- Real-time monitoring,
- Team collaboration,
- Custom domains,
- ...
For now it's mostly Python and Node.js (in beta), but I'm working on adding other languages (PHP, Go, Ruby).
Many other things in the works: persistent storage, SQLite databases, scaling/resources settings, custom containers, remote nodes, etc.
It's a beta, but it's fully functional:
- Website: https://devpu.sh
- GitHub: https://github.com/hunvreus/devpush