Open Source

Deploy any branch to a live URL in seconds

One command pushes your code, builds it, assigns a subdomain, and returns a URL. No Docker, no complexity.

$ curl -fsSL https://dgett.dev/install.sh | bash

How it works

dgett deploy

Push your current code to your server

building...

Builds the app and assigns a subdomain

feat-auth.you.dev

Share the live URL instantly

Everything you need, nothing you don't

One-command deploys

dgett deploy pushes code and gets you a URL. Committed or uncommitted, it all goes live.

No git history pollution

Test deployments don't create junk commits in your repo. Keep your history clean.

Automatic subdomains

Each deployment gets its own subdomain based on branch or ID. feat-auth.yourdomain.com, generated automatically.

Process management

Built-in PM2-style daemon keeps your apps running. Restarts on crash, logs accessible from anywhere.

Uptime monitoring

Dashboard shows all deployments, health checks, and test results at a glance.

Unix socket routing

Caddy handles SSL and routing via unix sockets. No port conflicts, no certificate hassle.

Heroku-style deploys without the lock-in

For solo devs and small teams who want simple deploys on their own VPS.

Get Started