demo.kstratmdconsulting.com (the live demo site)
The public, hosted SuiteCentral 2.0 demo experience at
https://demo.kstratmdconsulting.com— the artifact a Squire executive actually clicks on when reviewing the pitch.
What it is
A live, hosted website that bundles the SuiteCentral 2.0 executive package into a navigable review experience. The site has two top-level sections:
/Squire-Executive-Package-v2/— the Executive Package proper. Numbered HTML pages (00-...,09-...,10-...,15-..., etc.) that mirror the markdown source files in the notebook (01-EXECUTIVE-SUMMARY.md,10-ROLE-BRIEF-CFO.md, etc.) but as standalone HTML./squire-v2-media-demo/— the Demo Hub, structured as a three-track experience: Watch (narrated videos), Click (interactive walkthroughs), and Read (executive summaries).
Per 15-start-here-async-standalone, the canonical entry point for an async-first reviewer is /Squire-Executive-Package-v2/15-START-HERE-ASYNC-STANDALONE, which routes them into one of three guided paths.
Why it matters (to the adoption case)
This is the actual artifact Squire’s CFO, CTO, COO, and CEO will interact with. Everything else in the corpus — the markdown sources in the notebook, this wiki — is upstream of the live demo site. When we evaluate “how does Squire experience SuiteCentral 2.0 before they sign anything,” the answer is: they go to this URL and walk through one of the three review paths.
It also represents the commitment to async review: the same content is presented in three durations (12 / 25 / 50 minutes) so reviewers can self-select. This lowers the friction of executive review, which is exactly what Squire would want as a 50-year-old CPA firm whose leadership is busy.
Key structural pages on the site
These are the URLs surfaced in 15-start-here-async-standalone. Most are not yet formally ingested as wiki sources; they are listed here so future ingest passes know where to find them.
The package proper (/Squire-Executive-Package-v2/)
| # | URL | What it is | Status |
|---|---|---|---|
| 00 | /00-EXECUTIVE-OUTCOMES-STANDALONE.html | Path A step 1 — the executive outcomes overview | not ingested |
| 09 | /09-CLAIM-PROOF-MATRIX-STANDALONE.html | The claim-to-proof matrix (Paths A, B, C all use it) | not ingested |
| 10 | /10-ROLE-BRIEF-CFO-STANDALONE.html | CFO role brief (HTML version) | ingested via 10-role-brief-cfo (markdown vintage) |
| 11 | /11-ROLE-BRIEF-CTO-STANDALONE.html | CTO role brief (HTML version) | ingested via 11-role-brief-cto (markdown vintage) |
| 12 | /12-ROLE-BRIEF-COO-STANDALONE.html | COO role brief (HTML version) | ingested via 12-role-brief-coo (markdown vintage) |
| 15 | /15-START-HERE-ASYNC-STANDALONE.html | The async review entry point | ingested via 15-start-here-async-standalone |
| 16 | /16-PILOT-DECISION-MEMO-STANDALONE.html | The decision artifact every path delivers to. Highest-priority next ingest. | not ingested |
| 18 | /18-LIVE-DEMO-SETUP-STANDALONE.html | Local server-backed setup for technical reviewers | not ingested |
| 19 | /19-DECISION-PATH-STANDALONE.html | ”Role-based routing to a decision artifact” — likely answers “who leads pilot approval” | not ingested |
| 22 | /22-MODULE-LIBRARY-STANDALONE.html | The 16-module library (footprint validation) | not ingested |
| 23 | /23-ENGINEERING-SCALE-QUALITY-STANDALONE.html | Full benchmark narrative behind the 60-second quality snapshot | not ingested |
The Demo Hub (/squire-v2-media-demo/)
| URL | What it is | Status |
|---|---|---|
/squire-v2-media-demo/index.html | Demo Hub entry — Watch / Click / Read three-track navigation | not ingested |
/squire-v2-media-demo/watch/videos/index.html | Watch playlist — storyboard clips | not ingested |
/squire-v2-media-demo/watch/videos/player.html?video=<module-id> | Narrated video player — canonical URL template for module demo videos (per 22-module-library) | partially ingested (narration text via narration-scripts) |
/squire-v2-media-demo/watch/videos/transcripts.html | Watch transcripts and captions aggregation | added to notebook 2026-04-07 (JS-rendered shell; no substantive text) |
/squire-v2-media-demo/oracle-comparison.html | Oracle comparison page — “8-row matrix” per 09-claim-proof-matrix (Path C step 4) | not ingested |
/squire-v2-media-demo/read/talking-points | Leadership talking points | ingested via read-talking-points |
/squire-v2-media-demo/read/elevator-pitch | 90-second pitch script | ingested via read-elevator-pitch |
/squire-v2-media-demo/read/executive-summary.html | ”Read” track — executive summary | ingested as notebook source (separate from the markdown 01-EXECUTIVE-SUMMARY.md) |
/squire-v2-media-demo/read/competitive-diff.html | ”Read” track — competitive differentiation | ingested as notebook source |
/squire-v2-media-demo/read/context-sidecar-proof.html | Context Sidecar reviewer proof page (per 22-module-library) | not ingested |
/ai-field-mapping-editor.html (on the demo host) | Live interactive tool for AI field mapping — not just a demo video (per 22-module-library) | not ingested |
/public/<dashboard>.html | Module-specific dashboards — canonical dashboard evidence path (per 22-module-library) | N/A — one dashboard per module |
/compliance-dashboard.html | Governance evidence dashboard with SOC2 sections + export (per 09-claim-proof-matrix) | not ingested |
The site has two source-content vintages (important)
A subtle but important fact: the site combines sources from two different content vintages.
- Slide-vintage: the notebook
.mdsources used in 01-executive-summary and the role briefs (10-role-brief-cfo, 11-role-brief-cto, 12-role-brief-coo) cite 9,038/9,061 tests with 23 skipped. - Current vintage: the Start Here page cites 9,364/9,394 tests with 30 skipped — the same numbers as the Preston-Test repo
README.md.
The Start Here page has been refreshed since the slide-vintage assets were created; the role briefs and slide script have not. This means a reviewer walking Path B will see slightly different test counts on Start Here than on the role brief pages they hit in step 6. Probably not a deal-breaker, but worth knowing about. See production-proof for the full vintage comparison.
Video transcript limitation
The site’s narrated video player at /squire-v2-media-demo/watch/videos/player?video=ai-governance-layer is a JavaScript wrapper — the static HTML NotebookLM scrapes contains only UI strings (“Open raw video file”, “Narration Transcript”, “Show on-screen captions”) and not the actual narration. As a result, the wiki currently has no extractable text for the AI Governance Layer hook video.
There is a related Google Slides source in the notebook titled The_AI_Governance_Layer (source ID 9c54c59e-...), but it too has zero extractable text — only slide image URLs and slide UUIDs.
Open question: how to ingest the AI Governance Layer narration. Possible paths:
- The player UI may expose the transcript as a visible block — a manual paste from the user could capture it.
- The video config may load from a separate JSON / VTT / SRT file with a discoverable URL.
- The slide deck PDF version
SuiteCentral_Enterprise_AI_Data_Core.pdf(also in the notebook, also currently 0 chars) may contain the narration text in its speaker notes.
Sources
- 15-start-here-async-standalone — all structural and navigational claims about the site
- 22-module-library — canonical module demo URL template, evidence routing patterns, new URLs for context-sidecar-proof and ai-field-mapping-editor