Self-hosted deploy platform

Ship Node.js apps without touching a server

Drop a zip or point at a git repo. Every deploy gets its own isolated container, a subdomain with automatic SSL, and real-time logs from the first line of output.

live

$ git push origin main

Extracting source…

Running npm install & build…

Creating isolated container…

Issuing SSL certificate…

✓ Live at https://chat.apps.yourdomain.com

How it works

Three steps, no server to log into.

01

Connect your source

Drag and drop a .zip, or paste a public git repository URL and branch.

02

Build & isolate

Dependencies install, your build script runs, and package.json is checked against the platform blocklist before anything ships.

03

Live behind SSL

An isolated Podman container starts, nginx picks up the route, and a certificate is issued — all before you've finished reading this.

Everything a deploy needs

Nothing you have to configure by hand.

Any Node.js app

Next.js, Express, anything with a package.json. Pick a Node version, ship it.

Zip or git

Drag a zip for a quick deploy, or point at a repo and branch — same pipeline either way.

Isolated by default

Dropped capabilities, memory and process limits per container, plus an admin-managed npm package blocklist.

Domains that just work

Auto subdomain and SSL out of the box. Verify your own domain with DNS in a couple minutes.

Real-time visibility

Live build, runtime, access, and error logs streamed as they happen — not after the fact.

Full control

Env vars, install/start commands, and start/stop/restart — all from one dashboard.

Ready to ship?

Create an account and deploy your first app in the next few minutes.

Get started — it's free