Self-hosted open-source alternative to Vercel, Heroku, Netlify
Top 78.9% on sourcepulse
Quantum provides a hackable, self-hosted platform for deploying GitHub repositories and Docker containers, serving as an open-source alternative to Vercel, Heroku, and Netlify. It targets developers and power users seeking a unified environment for application development and continuous deployment, offering features like one-click service deployment and direct file system access to containers.
How It Works
Quantum leverages Docker for containerized deployments, managing applications through a backend server, a frontend web application, and a MongoDB instance. It automates environment variable mapping and provides a CLI for administrative tasks, including user creation. The platform supports custom domains via Nginx reverse proxy and stores repositories and logs in /var/lib/quantum
.
Quick Start & Requirements
docker-compose up -d --build
(after configuring .env
file) or bash scripts/deploy-setup-utility.sh
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
4 months ago
Inactive