docusign
Admin console.
Soft-gated — this is a stop-casual-stumblers token, not real auth. The TGK 2.0 demo site is all public mock content; treat anything sensitive accordingly.
Section 01 · core

The six pieces every vertical inherits.

Five scene templates and the shared shell. Drop a new HTML file onto a slot and it overrides the live deploy for this browser only. Open any vertical in a new tab to preview the override in context. To make a change canonical, download the file and drop it into the Mac repo — that's the only path that flows to GitHub and Replit.

Override slots

Drag-and-drop or click to upload. Each override is held in IndexedDB and is bypassed if you append ?nooverride=1 to any vertical URL.
Drop any building block HTML here
Filename must match one of the six slots above

Quick preview

Open the wealth vertical with current overrides applied.
Section 02 · catalog

Every story, one click away.

All verticals registered in story-shell.html. Filter by name, toggle splash and calibrate, and copy a deep link to any scene.

Section 03 · author

Edit a demo. Or compose a new one.

Every demo is a vertical (tenant + customer) wearing one of four use-case shapes — canonical 5-scene, fraud-fabric (3), intake (3 or 4), maintenance (3). Each scene loads a template from /story-templates/. Pick any combination; the shell renders it.

Section 03 · narration

Edit hotspots and beat copy without touching the shell.

Pick a vertical and a scene; edit the per-beat headline, lede, and hotspot coordinates. Save writes to localStorage and the shell picks it up on next load. Export gives you a JS block you can paste into story-shell.html when you're ready to make it canonical.

Saved
Section 04 · pulse

What's deployed, what's been said.

Live counts for the canonical site state, plus the feedback inbox pulled from the public read-only endpoint. Updates are best-effort — if a fetch fails, the site is still up; the admin page just can't reach the file or the API.

Site state

Pulled from CANONICAL.md on each refresh.

Feedback inbox

Public read-only feed at /api/feedback/public-a7k9-mpx2-4wnz-r3dh. CORS-open, PII stripped.

Reset all admin state

Clears every uploaded HTML override (IndexedDB) and every saved narration / hotspot edit (localStorage). Does not touch the deployed files. Use when you want a clean slate before previewing what visitors will see.

Section 05 · settings

Site-wide toggles.

Server-side flags persisted in Replit DB. A change here flips the experience for every visitor on the next page load — no redeploy, no per-file edit.

Feedback widget

When on, the floating feedback button (top-right purple bubble) appears on every HTML page the server renders. When off, it's stripped from every page — including the ones with hand-rolled <script src="feedback-widget.js"> tags. No file changes; the toggle is consulted on every request.