
Coolify Has a Free API — Heres How to Self-Host Your Own Vercel Alternative
Coolify is an open-source, self-hostable platform that replaces Vercel, Netlify, and Heroku. Deploy apps, databases, and services from your own server with a beautiful dashboard. Why Coolify? Self-hosted Vercel : Deploy from Git with zero config Any language : Node, Python, Go, Rust, PHP, Ruby, static Databases : PostgreSQL, MySQL, Redis, MongoDB one-click Free forever : Your server, your rules Docker-based : Anything in a Dockerfile can be deployed Auto SSL : Let's Encrypt certificates Webhooks : Auto-deploy on git push Install (One Command) curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash Dashboard available at http://your-server:8000 Deploy from GitHub Connect your GitHub repo in the dashboard Coolify detects your framework (Next.js, Remix, etc.) Click Deploy — automatic builds, SSL, and domain setup API: List Applications curl http://localhost:8000/api/v1/applications \ -H 'Authorization: Bearer YOUR_API_TOKEN' API: Create Application curl -X POST http://localhost:8000/
Continue reading on Dev.to Tutorial
Opens in a new tab
