One command pushes your code, builds it, assigns a subdomain, and returns a URL. No Docker, no complexity.
Push your current code to your server
Builds the app and assigns a subdomain
Share the live URL instantly
dgett deploy pushes code and gets you a URL. Committed or uncommitted, it all goes live.
Test deployments don't create junk commits in your repo. Keep your history clean.
Each deployment gets its own subdomain based on branch or ID. feat-auth.yourdomain.com, generated automatically.
Built-in PM2-style daemon keeps your apps running. Restarts on crash, logs accessible from anywhere.
Dashboard shows all deployments, health checks, and test results at a glance.
Caddy handles SSL and routing via unix sockets. No port conflicts, no certificate hassle.
For solo devs and small teams who want simple deploys on their own VPS.
Get Started