A beautiful and fast open source and self hosted alternative to Vercel, Heroku and Render
ZaneOps is a self hosted platform as a service for building, deploying and managing applications. For the stack: we use a react router v7 SPA with tanstack query for caching all the queries and tanstack virtual for infinite pages (like http logs and application runtime logs), we also use query persisters to simulate a local first behavior and improve initial loading states of the app. It also uses python/django for the backend. As for the architecture: It's built on Docker Swarm for service deployment and orchestration and Caddy as the main proxy and web server for routing http requests to apps. The project repository can be found here: https://github.com/zane-ops/zane-ops
