Vercel alternatives are getting traction and relevance after Vercel and CEO controversies like last weeks https://news.ycombinator.com/item?id=45416353
I read HN every day, it seems kinda crazy I missed this…
Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
51–60 of 102 posts
Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#52What's the difference with Dokploy ?
Dokploy and Coolify are a more container-centric. That means they're a lot more powerful, but also require a bit more massaging. I wanted to build something closer to what Vercel offers, with a more streamlined UX out of the box.
Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#53Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#54Vercel alternatives are getting traction and relevance after Vercel and CEO controversies like last weeks https://news.ycombinator.com/item?id=45416353
Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#55How (if at all) does /dev/push fundamentally differ to Coolify? Or does it not, but it's just an alternative? (I saw the comment re: Streamlined UX, but is there anything else?)
The main difference is that you're just deploying apps, not containers (although I do plan on adding support for custom Docker images). Ultimately, I built this because I wanted the Vercel experience for Python apps. PS: it's built with FastAPI and HTMX (and Basecoat [1] which I created for this project). [1]: https://basecoatui.com
Btw, very cool project. Deployments for simple projects are a huge time sink.
Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#56Vercel alternatives are getting traction and relevance after Vercel and CEO controversies like last weeks https://news.ycombinator.com/item?id=45416353
Vercel is like other big corporations that places like HN and Reddit like to hate, most C suites signing off consulting contracts and partner deals couldn't care less. As such there are plenty of deployments, where the only deployment option is between Vercel, Netlify and co, usually Vercel ends up winning on the portfolio and partner deals. You don't see geeks selling their Apple gear in droves, despite the deals th…
Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#57I had known about this project beforehand and here is something that i found interesting I want to share more that they are written in htmx/python btw. This was the first time I saw somebody mention why on their reddit post in r/htmx and I actually saw that post out in the wild and It was a fun read and I might definitely try this out in the near future but I don't really know, I don't like UI's that much and I'd rather just deploy a container manually but their approach is really nice too and something that I want to try out in a hetzner vps one day for sure
https://www.reddit.com/r/htmx/comments/1ne6ueo/devpush_a_ver...
Go star this repo or help them if you can! More the options the better (coolify,dockploy,devpu.sh) (to me personally devpu.sh seems the most minimalist with just python iirc)
Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#58Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#59Re: Devpush – Open-source and self-hostable alternative to Vercel, Render, Netlify
#60EDIT: Just got approved for access - thanks!