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!
You’ve been parsing JSON wrong your whole life This issue is brought to you by: Secure Your AI Future at DevSecCon 2025 Software development is undergoing a seismic shift as AI transforms how we build, deploy, and secure applications. Register for the 1st-ever Global Community Summit on AI Security, covering critical strategies to empower AI innovation without compromising security. Register for DevSecCon 2025 (It’s Free!) Ever opened a massive “.log” file and realized it’s just one long,...
Wait… cURL can do WHAT?! Brought to you in collaboration with 1Password and Browserbase: 🔐 Your AI Agents Can Finally Log In! 1Password and Browserbase just partnered to solve AI’s biggest security nightmare: authentication without exposing credentials. Introducing 1Password’s Secure Agentic Autofill, allowing you to connect your 1Password Enterprise Password Manager to your browser automation agent powered by Browserbase. Build AI agents that can actually work without compromising security....
Postgres is not a database. For years, we’ve been taught to see Postgres as the reliable, open source workhorse for storing our data. Everyone called it "The Toyota of databases", you know... it just works. But to leave it at that is to miss the whole story.Postgres isn’t just a place to put your data, it’s a powerful development platform that can become the core of your entire backend, an operating system (yea, bold) for your application’s stack. Diving deep into its capabilities I learned...