
Coolify Has a Free API — Self-Host Everything with One Tool
Coolify is an open-source, self-hostable Heroku/Netlify/Vercel alternative. Deploy apps, databases, and services on your own server with a beautiful UI. What Is Coolify? Coolify lets you deploy anything — Docker containers, static sites, Node.js apps, databases — on your own VPS. One install, unlimited projects. Features (all free): Git push to deploy SSL certificates (auto Let us Encrypt) Database management (PostgreSQL, MySQL, MongoDB, Redis) Docker Compose support Webhook deployments Team management Install Coolify curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash That is it. Open http://YOUR_IP:8000 and start deploying. API # List applications curl https://your-coolify.com/api/v1/applications \ -H "Authorization: Bearer YOUR_TOKEN" # Deploy application curl -X POST https://your-coolify.com/api/v1/applications/APP_UUID/deploy \ -H "Authorization: Bearer YOUR_TOKEN" # List databases curl https://your-coolify.com/api/v1/databases \ -H "Authorization: Bearer YOUR_TOKEN" Supp
Continue reading on Dev.to DevOps
Opens in a new tab



