ssh epoll.sh

Ship the app you just made.

No dashboard. No cloud setup. Send epoll your source, let the deploy agent figure out how it runs, and get a live URL back fast.

flow

ssh epoll.sh                         # sign in with your SSH key
curl -fsSL https://epoll.sh/install | sh
epoll deploy app                     # upload, build, and host
epoll logs app                       # watch builds and runtime logs

deploy

$ epoll deploy myapp
Packaging source...
Uploading over SSH...
Detected: Next.js app
Build: passed
Release: healthy

URL: https://myapp.epoll.sh

agent

Detect: package manager, framework, build command, start command, ports, and environment hints.

Repair: apply small deploy fixes when the app is close but not production-ready.

Explain: stream the decisions and logs back over the SSH session.

guardrails

Your SSH key is your account. Source builds run isolated from the host.

Each app gets quotas, health checks, rollback history, and a stable epoll.sh URL.

hosting

epoll builds an OCI image, starts the app behind the proxy, checks it, and only then flips traffic.

$ epoll rollback myapp
Rolling back myapp...
Release: 2026-05-29T23:40:12Z

URL: https://myapp.epoll.sh