RMD
Rejuve MD
Demo dashboard
Internal testing 🔒 Encrypted at rest
MVP demo · GLP-1 weight-loss spine

Walk a fake patient from intake to delivery.

One shared encrypted order links the three surfaces below. Start an intake; watch it land on the patient timeline; approve it as a clinician; ship it as ops; the patient sees every change in real time. Open multiple tabs to see cross-surface sync.

01
Patient · prospect
Patient intake form
30-screen long-form questionnaire that captures measurements, safety screen, conditions, vitals, contact, and shipping. Eligibility decision (approve / pending / disqualified) is computed live from the patient's actual answers.
  • Real eligibility gate — pending until 14 fields filled
  • Pace projection scales with starting BMI
  • Confirmation writes the encrypted order
Start intake →
02
Patient · authenticated
Patient portal
Treatment timeline as the hero. Six stages — intake, clinician review, payment, prescription, pharmacy & shipping, delivery — drive from the live order. Real-time activity log mirrors every operator action.
  • Live timeline stage + activity log
  • Demo controls panel walks the order forward
  • Updates instantly when operator acts in another tab
Open patient portal →
03
Operator · clinician + admin
Clinical + ops workstation
Unified surface for the doctor and the admin. Rx queue surfaces the live order with one-click Approve / Decline. Orders & fulfillment section gives the operator-only view: full PII, payment detail, shipping address, advance-fulfillment chain.
  • Rx queue → Approve → Write Rx (charges card)
  • Send to pharmacy → Print label → Mark in transit → Delivered
  • Same data the patient sees, plus card last 4 + full audit trail
Open workstation →
What's wired Shared encrypted state via demo-state.js. AES-GCM-256 storage key shared with the compliance.js audit chain. Cross-tab sync via storage events. Full PHI is plaintext only in memory — bytes on disk are ciphertext.
How to test Open all three surfaces in separate tabs. Reset the demo state below. Start an intake in tab 1, approve it in tab 3, then advance fulfillment — watch tab 2 update each time. Click the 🔒 HIPAA pill (bottom-right of any page) to see the audit log + chain blocks for what you did.
Other surfaces Legacy Rejuve.md app (Alex Johnson) — the older v2 marketing + dashboard, kept reachable but not part of the spine.