ZaneOps is a beautiful, self-hosted, open-source platform for hosting static sites, web apps, databases, services (like Supabase, WordPress, Ghost), workers, or anything else you need—whether you're launching a startup or managing an enterprise.
It is a free and open-source alternative to platforms like Heroku, Railway, and Render, leveraging the scalability of Docker Swarm and the flexibility of Caddy.
You can install zaneops like this :
# create a folder for installing ZaneOps
mkdir -p /var/www/zaneops
cd /var/www/zaneops
# download the ZaneOps "cli"
curl https://cdn.zaneops.dev/makefile > Makefile
make setup
make deploy
Note
If you have any issue, be sure to checkout the instructions steps in the documentation for more detailled setup.
- Onboarding
- Login
- Dashboard
- Creating a Project
- Project detail
Note
More screenshots in the documentation
Interested in contributing? Check out the contribution guidelines.