Skip to content

ZaneOps v1.0

27 Feb 2025 by Fred KISSIE

ZaneOps v1.0 is finally here!

ZaneOps is a beautiful, self-hosted, open-source platform for hosting static sites, web apps, databases, services (like Umami, WordPress, Supabase), workers, or anything else you need—whether you’re launching a startup or managing an enterprise.

Today, ZaneOps is stable and production-ready.

Installation steps are detailled on the installation page, but here is the TLDR:

Terminal window
# create directory to install zaneops
mkdir -p /var/www/zaneops && cd /var/www/zaneops
# download zaneops CLI
curl https://cdn.zaneops.dev/makefile > Makefile
# setup zaneops
make setup
# start zaneops app
make deploy

The goal of ZaneOps is to bring together the best features we could steal take inspiration from popular platforms like Vercel, Railway, and Render, while giving you full ownership of your data and complete control over your server costs.

Supports adding single variables:

And importing variables from .env files:

Supports wildcard domains:

Generates default URLs for services:

Allows multiple services to share the same domain:

Multiple services sharing the same domain

Application logs are persisted per deployment:

HTTP logs are persisted per deployment and per service:

Provides metrics per service and deployment:

Allows you to review changes before deploying:

Override the content of any file within your services or add new files required for configuration:

Easily set up a CI/CD workflow:

If you’d like to start using ZaneOps today, follow the installation steps.

You can also check out our tutorial on deploying a React Router SSR app on ZaneOps.

V1.0 is just the beginning! We have exciting features planned, including:

  • Git-based deployments with GitHub integration and pull request preview environments
  • Multi-server support with multiple replicas per service
  • Automated backups for databases and other services

We’re just getting started, and we’d love for you to join us on this journey.

If you’ve made it this far, we have a small favor to ask: Please, give us a star on GitHub! ⭐ It’s one of the easiest ways to support the project. You can also help by resharing this post and spreading the word about ZaneOps.

Thank you! 🫶