Onboarding Pages
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.
Role in the invite flow
Section titled “Role in the invite flow”- Clinician sends a patient an invite from doctor-dashboard; link target is
app.datasafe.dev(hds-webapp). - hds-webapp recognises the
?action=invite&…URL and shows the InviteSplash (requester name + abstract) before login. - A patient who wants to know more before signing in clicks [About HDS] → lands here at
(demo-)onboard.datasafe.dev/welcome. - After reading the welcome material the patient returns to hds-webapp to complete the invite.
Tech Stack
Section titled “Tech Stack”- Plain HTML / CSS / JS — no framework
- Deployed via gh-pages (dev + prod)
Status
Section titled “Status”Production. Shipped 2026-05-06 (plan 54).