Coolify is an open-source and self-hostable platform that serves as an alternative to services like Heroku, Netlify, and Vercel.
It allows you to manage your servers, applications, databases, and other resources on your own hardware, providing you with the ease of cloud services while maintaining control over your data and infrastructure.
Deployment: Coolify supports deploying various types of applications, including static websites, APIs, backends, databases, and services, across a wide range of programming languages and frameworks.
Server Compatibility: You can deploy your resources to any server with an SSH connection, such as your own servers, VPS, Raspberry Pi, EC2, DigitalOcean, Linode, Hetzner, and more.
Git Integration: Coolify integrates with hosted and self-hosted Git platforms like GitHub, GitLab, Bitbucket, and Gitea, enabling push-to-deploy workflows.
SSL Certificates: Coolify automatically sets up and renews Let's Encrypt SSL certificates for your custom domains.
No Vendor Lock-in: All configurations are saved on your own servers, allowing you to retain control over your resources even if you stop using Coolify.
Database Backups: Your data is automatically backed up to any S3-compatible solution for easy restoration.
Webhooks and API: Coolify offers webhooks for CI/CD integration and a powerful API for automation and integration with existing tools.
Collaboration: Share projects with team members, control permissions, and enable pull request deployments for code review.
Monitoring and Notifications: Coolify monitors your deployments, servers, disk usage, and more, and provides notifications through various channels like Discord, Telegram, and email.
Coolify can be installed on your server with a single command:
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
After installation, you can access the Coolify dashboard and start managing your resources.
Coolify also offers a paid cloud version (https://app.coolify.io) with additional features like high availability, better support, and less maintenance.