Skip to content

Onboarding Pages

ApplicationDemoProduction
Demo: ea427ac (May 6, 2026)Prod: 5bda353 (Jun 11, 2026)

Small static site that serves the “About HDS” / Welcome experience shown when a patient clicks [About HDS] on the invite splash inside hds-webapp. Pure marketing / info — no authentication, no flow logic.

  1. Clinician sends a patient an invite from doctor-dashboard; link target is app.datasafe.dev (hds-webapp).
  2. hds-webapp recognises the ?action=invite&… URL and shows the InviteSplash (requester name + abstract) before login.
  3. A patient who wants to know more before signing in clicks [About HDS] → lands here at (demo-)onboard.datasafe.dev/welcome.
  4. After reading the welcome material the patient returns to hds-webapp to complete the invite.
  • Plain HTML / CSS / JS — no framework
  • Deployed via gh-pages (dev + prod)

Production. Shipped 2026-05-06 (plan 54).