Coolify — Self-Hosted Vercel & Netlify Alternative
Deploy apps, databases, and services on your own server with one click. No vendor lock-in. 52K+ GitHub stars.
Review-first install path
This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.
npx -y tokrepo@latest install 202dfab1-6823-4fb2-a585-8af913d55af3 --target codexDry-run first, confirm the writes, then run this command.
What it is
Coolify is an open-source, self-hosted platform-as-a-service (PaaS) that lets you deploy applications, databases, and services on your own server with a visual dashboard. It supports Docker, Docker Compose, Nixpacks, and Buildpacks for deployment. One-click installs are available for popular services like PostgreSQL, Redis, MongoDB, and MinIO.
It targets developers and small teams who want the convenience of Vercel or Netlify but prefer to own their infrastructure and avoid vendor lock-in.
How it saves time or tokens
Coolify provides a Heroku-like deployment experience on your own VPS. Instead of configuring Nginx, SSL certificates, Docker networking, and CI/CD pipelines manually, Coolify handles all of this through its dashboard. For AI projects, you can deploy model servers, APIs, and databases on a single server with automatic HTTPS and zero-downtime deployments.
How to use
- Install on your server:
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
- Open
http://your-server:8000and set up your admin account.
- Deploy an application:
- Connect your GitHub/GitLab repository
- Coolify auto-detects the framework and builds it
- Configure domain and environment variables
- Click deploy
Example
# Install Coolify on a fresh Ubuntu server
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
# After setup, use the dashboard to:
# 1. Add your server as a resource
# 2. Connect a GitHub repository with your AI app
# 3. Set environment variables (OPENAI_API_KEY, DATABASE_URL)
# 4. Deploy with one click
# 5. Coolify handles SSL, reverse proxy, and Docker
# One-click deploy databases for your AI stack:
# - PostgreSQL for application data
# - Redis for caching and queues
# - MinIO for file/model storage
Related on TokRepo
- AI tools for DevOps -- Deployment and infrastructure tools
- AI tools for self-hosted -- Self-hostable platforms
Common pitfalls
- Coolify runs on a single server by default. For high-availability deployments, you need to configure multi-server setups manually.
- The server needs adequate resources. Running Coolify plus multiple applications and databases on a small VPS (1GB RAM) will cause performance issues. Start with at least 2GB RAM.
- Automatic HTTPS requires a domain pointed to your server. Local deployments work with HTTP but will not have SSL certificates.
Frequently Asked Questions
Coolify deploys any Dockerized application, Docker Compose stacks, static sites, and applications built with Nixpacks or Buildpacks. It supports Node.js, Python, Go, Rust, PHP, Ruby, and any other language. One-click database deployments include PostgreSQL, MySQL, MongoDB, Redis, and more.
Yes. Coolify integrates with Let's Encrypt for automatic SSL certificate generation and renewal. Point your domain to your server, configure it in Coolify, and HTTPS is set up automatically with Traefik as the reverse proxy.
Vercel is a managed platform optimized for Next.js and frontend frameworks. Coolify is self-hosted and supports any Docker application plus databases. Coolify gives you full infrastructure control at the cost of managing your own server. Vercel is simpler but creates vendor dependency.
Yes. Coolify provides built-in CI/CD through webhooks. When you push to your repository, Coolify automatically builds and deploys. It supports preview deployments for pull requests and rollbacks to previous versions.
Yes. Coolify is open-source and free for self-hosting. The team offers optional paid support and a cloud-hosted version. Self-hosting has no feature limitations or usage restrictions.
Citations (3)
- Coolify GitHub Repository— Coolify is an open-source self-hosted PaaS
- Coolify Documentation— Coolify supports Docker, Nixpacks, and Buildpacks deployments
- Coolify Blog— Self-hosted PaaS platforms eliminate vendor lock-in
Related on TokRepo
Source & Thanks
Discussion
Related Assets
Vikunja — Self-Hosted Open Source To-Do and Project Management
Vikunja is an open-source task management application written in Go. It offers lists, kanban boards, Gantt charts, and CalDAV sync — a self-hosted alternative to Todoist, Trello, and Asana.
Homarr — Customizable Self-Hosted Server Dashboard
Homarr is a sleek, modern dashboard for your self-hosted server that integrates with dozens of services. It provides real-time monitoring widgets, application shortcuts, and Docker container management in one unified interface.
Tabby — Self-Hosted AI Coding Assistant
Self-hosted AI code completion and chat assistant. Privacy-first alternative to GitHub Copilot. Supports 20+ models, repo-aware context, and IDE integrations. 33K+ stars.
Whoogle — Self-Hosted Privacy-Respecting Search Engine
Whoogle is a self-hosted metasearch engine that proxies Google search results through your own server, stripping ads, tracking scripts, and AMP links while preserving result quality.