Self-hosted deploy platform
Ship Node.js apps
without touching a server
Drop a zip, get a container. Every deploy gets its own subdomain, isolated runtime, and automatic SSL — or point your own domain at it.
$ zip -r chat-app.zip .
$ drag chat-app.zip → dashboard
Extracting archive…
Running npm install & build…
Creating isolated container…
Issuing SSL certificate…
✓ Live at https://chat.apps.yourdomain.com
Any Node.js app
Next.js, Express, anything with a package.json. Pick a Node version, drop a zip.
Isolated by default
Each deploy runs in its own container — dropped capabilities, memory and process limits.
Domains that just work
Auto subdomain and SSL out of the box. Verify a custom domain in a couple minutes.