A lightweight, self-hosted PaaS — deploy from Git with automatic SSL, health checks, and webhooks. Targeting <50MB RAM idle.
Think Coolify, but leaner.
Simple, fast, and resource-efficient. No Kubernetes required.
Push to Git, Ployer builds and deploys automatically. Supports Dockerfile, Nixpacks, and Docker Compose.
Zero-config HTTPS via Caddy + Let's Encrypt. Just point your DNS and you're done.
GitHub and GitLab push events trigger auto-deploys. Set it up once, deploy on every push.
HTTP polling with auto-restart on failure. Your apps stay up without manual intervention.
WebSocket streaming for build and runtime logs. See exactly what's happening as it happens.
Manage applications across multiple servers from a single dashboard.
Environment variables encrypted at rest with AES-256-GCM. Your secrets stay secret.
CPU, memory, and network I/O monitoring. Know exactly how your apps are performing.
Everything runs on a single server. No orchestrator, no external database.
Runs on virtually any VPS. No beefy hardware needed.
Point your domain's DNS A record to your server, then run:
$ curl -fsSL https://ployer.nusendra.com/install.sh | sudo bash The installer will automatically: