I recently went down the rabbit hole of self-hosted application platforms. Just 5 weeks ago I made a video covering Coolify end 2 end. Once that got released (or maybe, because of that?) I started seeing many similar, open source, self-hostable projects. But not one or two... over a dozen of them. So I started exploring and testing.
My goal was to find the best open-source alternative to services like Heroku, Vercel, or Netlify. Something that I can setup myself, deploy applications to, connect git platforms, databases, cache instances and other plugins.
The results were surprising, and the biggest lesson wasn't about features, (although you'll find more than expected there) but about respect for the user.
The big problem many of us face is wanting more control. Shocking, but true.. We get tired of the limitations and rising costs of managed platforms and decide to run things ourselves. But the moment you start looking, you're hit with a tsunami of options: Dokploy, Coolify, Dokku, CapRover, and a new one seemingly every week. It's overwhelming. How do you choose the right platform without spending days installing and testing each one? The common approach, let's be honest, is to pick the project with the most Github stars. The crowd's wisdom, if you will. This is a trap. I found that stars are often a poor indicator of quality and user experience. Take Doku, for example. It boasts over 30,000 stars, making it look like a top contender. But the reality was a bit of a nightmare. The installation wasn't a simple, one liner like the others, but a multi step process that required me to SSH into the server to run commands.
Yikes.
Having to SSH into production servers in 2025
The process felt clunky and outdated, surly coming from Coolify and Dokploy. To top it off, the open source version doesn't even come with a UI. This experience taught me that popularity doesn't guarantee, well, nothing. So, what's the right way to choose? My journey taught me to focus on one thing above all else: the "Day Zero" experience.
This didn't sound good did it? It has nothing to do with zero days I promise.
One of the most critical features of any self-hosted platform is how easy it is to get started. Not because it makes a difference in the long run, but because it suggests that, a. the user experience is top priority, and b. the creators understand the value in automation and will probably make sure the rest of the system follows the same concepts.
Can you run a single command and get a working dashboard with a URL in a few minutes? If the answer is no, the project doesn't respect your time. You can have the most powerful system in the world, but if you pile hurdles in front of a new user, they'll simply go elsewhere. Especially, when you're dealing with an application deployment platform that's quite litterally built for this purpose: making the user's life easier. I mean, anyone can just put up a VPS with docker compose running. It's about making the process nicer, while allowing the features of a production grade platform.
This is where the real winners emerged. Dokploy was the standout champion for most use cases. The installation was a flawless! 10/10 experience that took two minutes and gave me a beautiful, functional dashboard, ready to roll with additional servers or deployed applications. From there, deploying an app or a pre-made template from their huge library (nearly 200 options like Superbase or my personal favorite, Excalidraw!) was incredibly easy. In less than 5 minutes from running the installation script, I already had my own hosted publicly accessible Excalidraw instance!
Coolify was a very close second, feeling slightly more geared towards heavy-duty engineering workloads but offering a similarly breezy setup.
On the other end of the spectrum was CapRover.
It failed the "Day Zero" test with a confusing setup, but the real dealbreaker was a hidden anti-feature. When I looked at the settings, I found that basic security features like Multi Factor Authentication (MFA) were locked behind a paywall. To me, this is unacceptable. It's a security feature, not a treat.
Forcing users to pay to secure their own open-source installation is a massive red flag and a lesson in how not to run a service. Take a look at sso.tax for inspiration.
Ultimately, my advice is this: ignore the star count and prioritize the platform that gets you from zero to deployed with the least amount of friction. For most people looking for a powerful, flexible, and user-friendly Heroku alternative, Dokploy is the clear winner. It proves that the best tools are the ones that empower you from the very first command. Thank you for reading. Feel free to reply directly with any question or feedback. Have a great weekend!
SQLite Is the ULTIMATE Choice For 99% of Projects When you need to crack a nut, you grab a nutcracker, not a sledgehammer. So why, when it comes to databases, do so many of us immediately reach for a heavy, complex solution, just because we “feel” it’s right? too much? This simple question changes how you look at building software.The default solution for most developers is to spin up a dedicated database server like MySQL, Postgres, or a NoSQL option. This means dealing with separate running...
I've Been Using AWS Wrong for YEARS... For years, my approach to AWS felt like a battle. As a DevOps engineer and later and architect, building infra always involved a tedious process of carefully building templates and structure, reviewing, deploying, testing and iterating over and over. I’d either spend hours clicking through the console or writing endless infrastructure code, always feeling like I was one misconfiguration away from a headache. It turns out, I was making it much harder than...
You've been lied to about self hosting... This issue is brought to you by: Auth0, my auth provider for the last 6 years. Join their free virtual dev_day on June 18th to learn how to secure AI agents and applications. Save your free spot That title might sound a bit aggressive, but this isn't about hating on hosting platforms. It's about loving the freedom, control, and cost-savings that come from owning your deployment process, without giving up the slick, easy experience we all love. And...