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?
Open the Doorstep board, then Connect with the wss:// URL and token from your organizer. Questions? Telegram support group.
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
doorstep.happ — For whoever operates the Edge / Holochain node. Install it on that conductor (e.g. dashboard Host using the URL above, or Admin WebSocket over SSH per docs/PHASE_B_RUNBOOK.md). Most pilots do not install this; they use the web app once the hApp is already hosted.doorstep.webhapp — Same hApp plus packaged UI, for desktop tools that open a .webhapp (launcher / Kangaroo-style shells). Optional if everyone uses the browser + Connect.wss:// app URL and token your organizer provides, after the operator has installed and enabled the app on the node.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