← Exit founder view โ back to presentation mode
?admin=<your key> to this URL to view the reference โ it lists the admin key and the real-names switch, so it stays hidden by default.Two query parameters unlock founder-only views of the REV.health investor portal. Append them to any portal URL.
Reveals the interactive Playground (the editable model) and injects its nav link. Without it, the Playground link is hidden and any stray link is removed โ so investors never see it.
?admin=rev-playground-2026 to any page URL.ADMIN_KEY in assets/admin.js (then redeploy).Try it:
Open the Playground โ Any page works (snapshot) โThe gate is a soft, client-side convenience gate (it hides UI, it's not security). Don't rely on it to protect anything truly sensitive.
By default the comparison pages anonymize every competitor (a boot-time pass runs before first paint). Adding ?realnames turns the anonymization OFF and shows the real vendor names and the real-name-gated source links (e.g., the DOJ / Healthcare IT News citations).
| Anonymized (default) | Real name (?realnames) |
|---|---|
| EMR + RCM #01 | athenahealth / athenaOne |
| EMR + RCM #02 | eClinicalWorks |
| EMR #03 | Elation |
| EMR + RCM #04 | NextGen |
| EMR #05 | Praxis |
?realnames to a comparison page URL (e.g. emr-compare).Try it:
emr-compare with real names โ default (anonymized) โMechanism lives in assets/emr-compare.js (maybeAnon) + the in-<head> boot pass; any JS-injected vendor string must go through it or it would leak.
Stack both on one URL: ?admin=rev-playground-2026&realnames โ unlock the Playground and show real names at once.
REV.health โ internal founder reference ยท 2026-06-24