deplio.dev Open Beta

Deploy full-stack apps
with one command.

A Surge.sh-style CLI backed by our cloud control plane. Provisions hosting, files, Postgres, mailboxes, and SSL in seconds. You install one binary; we run the rest.

try curl -fsSL https://deplio.dev/install.sh | sh
~5s
First deploy
1cmd
All it takes
0ops
For you to run
~/projects/myapp — deplio
live
What you actually get

Real artifacts,
not promises.

Six things that land in your account, with the actual values you'd see after a deploy. No vague benefit copy, no "powered by AI" marketing — just what gets created.

Hosting
LIVE
myapp.deplio.dev
200 OK · 14 ms
Files
247
📁myapp/
📁src/
📄App.tsx2.1 KB
📄api.ts894 B
📁public/
🖼og.jpg79 KB
📄package.json612 B
📄240 more
synced to /home/myapp/public_html
Database
postgres-15
myapp_prod=# \dt
publicusers1.2kpublicorders8.4kpublicsessions312publicmigrations12
(4 rows)
schema_version v12 · healthy
Mail
mailbox
SPF
DKIM
DMARC
IMAP · SMTP · 10 GB
SSL
auto-renew
Let's Encrypt
R3 · ECDSA P-256
Issued2026-04-25
Expires2026-07-25
renewing 30 days before expiry
Backups
nightly
30-day retention23 snapshots
Under the hood

Boring tech,
arranged carefully.

Go everywhere. Chi for HTTP, asynq for background work, Postgres for state, Redis for queues, MinIO for blobs. We run all of this on our cloud — you install one binary, and that's the only piece on your machine.

deplio CLI
cobra
API server
Chi · slog · orchestrator
Redis
job queue
Worker
asynq · SSH ops
Postgres
pgx/v5 · NOTIFY
MinIO / S3
tar.gz bundles
Provider interface
pluggable adapter
Live · streaming

Watch the deploy
as it happens.

deplio logs --follow opens an SSE stream backed by Postgres LISTEN/NOTIFY — every state change, every step the worker takes, every line your migrations print, the moment they happen.

  • No polling. The DB pushes; the API forwards; the CLI prints.
  • Reconnects survive Wi-Fi drops without losing line ordering.
  • Pipe it anywhere — | grep WARN, | jq, your CI.
$ deplio logs --follow dep_a3f97c
streaming
connecting to log stream...
postgres NOTIFY · LISTEN · SSE
tail -f
5 seconds

From command
to live.

A small example deploy played back in real time. The phases run in parallel where possible — that's why it lands at ~5s and not 25.

Wall clock
0.0s
Bundle
Upload
Queue
Provision
Database
Mail · SSL
Live
t=0five seconds, parallel where possible✓ live
vs everything else

Where deplio
actually wins.

Most platforms either lock you to their cloud or only handle static sites. Most control panels do everything but force you to click through ten screens to get there. deplio is the rare one that's both pluggable and full-stack.

Surge.sh
Static, since 2014
  • Static sites
  • Full-stack apps
  • Database provisioned
  • Mailbox provisioned
  • SSL · auto-renew
  • Live deploy logs
  • Free tier
  • One-command deploy
  • Sub-10s deploys
Vercel · Netlify
Edge platforms
  • Static sites
  • Full-stack apps
  • Database provisioned
  • Mailbox provisioned
  • SSL · auto-renew
  • Live deploy logs
  • Free tier
  • One-command deploy
  • Sub-10s deploys
Heroku
RIP free tier
  • Static sites
  • Full-stack apps
  • Database provisioned
  • Mailbox provisioned
  • SSL · auto-renew
  • Live deploy logs
  • Free tier
  • One-command deploy
  • Sub-10s deploys
Raw control panel
What you do today
  • Static sites
  • Full-stack apps
  • Database provisioned
  • Mailbox provisioned
  • SSL · auto-renew
  • Live deploy logs
  • Free tier
  • One-command deploy
  • Sub-10s deploys
Deplio
Open beta
Recommended
  • Static sites
  • Full-stack apps
  • Database provisioned
  • Mailbox provisioned
  • SSL · auto-renew
  • Live deploy logs
  • Free tier
  • One-command deploy
  • Sub-10s deploys

Names + tag­lines used fairly · feedback welcome · tell us what we got wrong

Install

Pick your
install.

One binary. Six ways to get it on your machine. Click any snippet to copy.

Homebrew
macOS · Linux
brew install deplio/tap/deplio
Universal
curl pipe sh
curl -fsSL https://deplio.dev/install.sh | sh
Scoop
Windows
scoop install deplio/deplio
deb · rpm · apk
Linux distros
# Download from https://deplio.dev/releases
sudo dpkg -i deplio_*.deb
PowerShell
Windows
iwr -useb https://deplio.dev/install.ps1 | iex
Docker
any container host
docker run --rm deplio/cli:latest --version

Signed releases at deplio.dev/releases · macOS · Linux · Windows · Docker

No magic

Boring tech, on purpose.

Built with
10 trusted libraries
Go 1.22+
language
Chi
http router
asynq
task queue
pgx/v5
postgres driver
PostgreSQL 15
data + NOTIFY
Redis
queue backbone
MinIO · S3
bundle storage
cobra
CLI framework
slog
structured logs
crypto/ssh
remote ops
No magic. Just well-known libraries, carefully arranged. deep dive
First deploy in 60 seconds

From localhost to
production . In one line.

Stop clicking through hosting panels by hand. Stop SSHing into boxes to flip an SSL toggle. Just deploy.

$ deplio deploy ./myapp
Get deplio
v0.1.0 · open beta · built with Go 1.22+ · by wexron infotech