Command Deck (home)
Public/The 100-platform board. Top 50 clinical/patient systems, bottom 50 operations/corporate systems, plus domain report previews.
- Data:
- src/data/platforms.ts, src/data/dashboard-pairs.ts
- What you can do:
- Click any tile to open its dashboard; run a domain report; jump to any section of the app.
Platform dashboard (x100)
Public/platform/$slugOne dashboard per platform: metrics, compliance posture (HIPAA / SOC 2 / ISO 27001 / HITECH), KPIs, AI agents and workflows, plus prev/next navigation through all 100.
- Data:
- src/data/platforms.ts + src/data/platform-build.ts
- What you can do:
- Download build JSON · Download CSV · Print / Save as PDF.
EHR clinical modules (x28)
Public/platform/ehr/module/$moduleEvery strictly clinical service line lives inside the EHR: census, LOS, orders and quality metrics per module.
- Data:
- src/data/platforms.ts (ehrClinicalModules)
- What you can do:
- Open any module, walk modules with prev/next.
Emergency Department Command Center
Public/platform/ehr/module/emergency-deptThe full MegaHospital ED build: 66 page specifications and 20 enterprise KPIs.
- Data:
- src/data/emergency-dept.ts
- What you can do:
- Open any of the 66 ED pages at /platform/ehr/module/emergency-dept/page/$page.
Paired dashboards (x50)
Public/pairs and /pair/$slugEach pair links a clinical/patient system (top) to its operational/revenue counterpart (bottom), colour-coded by domain.
- Data:
- src/data/dashboard-pairs.ts
- What you can do:
- Open a pair to read both halves and its build prompt.
Domain reports (x11)
Public/color/$domainRevenue KPIs and a narrative summary per colour domain, with the dashboards in that domain.
- Data:
- src/lib/domain-report.ts
- What you can do:
- Export CSV · Export PDF.
Department directory
Public/departments1118 departments a mega-hospital runs — 700 inside the hospital, 418 outside.
- Data:
- src/data/departments.ts
- What you can do:
- Search and filter by location and category.
Clinical Core EHR build spec
Public/ehr-spec50 build requirements across 11 sections, with per-user completion tracking. Demo only — not HIPAA compliant.
- Data:
- src/data/ehr-spec.ts + database table ehr_progress
- What you can do:
- Tick requirements, or mark all complete for demo purposes.
Revenue cycle leadership
Public/revenue-cycle13 revenue leadership roles by tier with responsibilities.
- Data:
- src/data/revenue-cycle.ts
- What you can do:
- Reference structure for staffing and accountability.
Book a demo (paid)
Public/book-demoHospital signs the engagement terms with a timestamped signature and signing code, then pays the $20,000 demo engagement fee.
- Data:
- Stripe Checkout via src/lib/checkout.functions.ts
- What you can do:
- Card, Apple Pay, Google Pay, or ACH bank debit. Receipt emailed automatically.
Connect Claude / ChatGPT
Public/connect-aiDownload ready-made agent configuration files so Claude or ChatGPT can read this platform through MCP.
- Data:
- src/lib/mcp/*
- What you can do:
- Download for Claude · Download for ChatGPT, with paste-here instructions.
Full data export
Public/data-exportEverything in one place: consolidated JSON bundle plus per-data-set JSON and CSV.
- Data:
- All src/data/* registries
- What you can do:
- One-click ZIP containing the full bundle, every data set and a README.
Bulk platform export
Public/platforms-exportExports the build content (KPIs, AI agents, workflows) for all 100 platforms with progress tracking.
- Data:
- src/data/platform-build.ts
- What you can do:
- Download ZIP.
Sign in
Public/authEmail and Google sign-in. Required for CRM, prospects, encounters, payments and admin pages.
- Data:
- Managed auth (Lovable Cloud)
- What you can do:
- Sign in / create account.