Doorstep — pilot bundle

Bundle version 1.0.0

This site should live on your Edge node (same place you’ll serve the Doorstep UI). After the operator installs the hApp on the conductor, pilots open the app here and use Connect.

Who are you?

Pilot

Open the Doorstep board, then Connect with the wss:// URL and token from your organizer. Questions? Telegram support group.

Node operator

Install doorstep.happ on the conductor (URLs below), wire TLS + app WebSocket + allowed_origins. Full checklist: operator docs. If you use the worldofai edge stack, the live dashboard is here.

Community support

Doorstep pilots and operators — join the Telegram group.

Open the app (main UI): Doorstep board →

Use Connect with the app WebSocket URL and token from your organizer — or Kangaroo / a desktop shell that injects them.

Install the hApp on the conductor

If your Edge stack lets you install from a URL, paste one of these (right-click → copy link, or copy the text):

If the .webhapp link 404s, rebuild with npm run build:webhapp then npm run edge:bundle again.

What to do with these files

Downloads (click to save):

Edge base URL (baked into this page): https://doorstep.social

Deploy the edge-bundle folder so these URLs respond on that host.

Build tip: To bake in the URLs above, run on your PC:

COVENANT_EDGE_BASE_URL=https://your-edge-host npm run edge:bundle

(PowerShell: $env:COVENANT_EDGE_BASE_URL="https://your-edge-host"; npm run edge:bundle)

Optional: COVENANT_EDGE_DISPLAY_NAME=Doorstep and COVENANT_EDGE_SITE_TAG=worldofai.space for public name + <meta name="hosted-at"> on the pilot page and main UI.

Doorstep v1.0.0 · Support (Telegram) · Operator docs