Coolify screenshot
#207 B+ Rank #81

Coolify

Self-hosted alternative to Heroku/Vercel/Netlify for deploying apps, databases, and services from git. Standout trait is a clean Laravel-based control plane that manages Docker/Kubernetes targets declaratively.

Infrastructure PHP Medium to deploy $20/mo equiv
72.8 / 100

βš™ Full Stack

Laravel (PHP) control-plane server with PostgreSQL for state and Redis for queues/broadcasting, orchestrating remote Docker hosts over SSH. Livewire powers the reactive admin UI server-side.

πŸ“ˆ Scaling Analysis

The control plane itself is lightly loaded and scales fine since all state is in Postgres, but Coolify's actual design point is single/few-server fleets it manages via SSH, not the target of a highly-elastic system. Good horizontal story for the control plane, weaker story if you expect it to orchestrate thousands of managed nodes.

πŸš€ Running on Nexlayer

Run the coolify app pod alongside postgres and redis pods, using postgres.pod:5432 / redis.pod:6379 for inter-pod DNS and mirror.gcr.io for the base PHP/Postgres/Redis images. Because Coolify itself manages remote Docker daemons, running it inside Nexlayer to manage Nexlayer resources directly is not its intended use case β€” treat it as an app to host, not a meta-orchestrator here.