Master list of every page and how they connect. Site guide explains each page in plain language and is the best place to navigate from.
<<<<<<< ours <<<<<<< oursGet started: Landing → Get started (wizard) or Open dashboard → Dashboard. Boot is optional (advanced). Core nav: Home · Site guide · Dashboard · Status · Ports · Boot · Sign in.
======= ======= >>>>>>> theirsCanonical order: Dashboard → Docs → Downloads → Pricing → Landing → SMB → SMB Dashboard → Sales → ROI → Dash → Install→Track → Flow → Next Layer.
>>>>>>> theirs| Page | Purpose | Next |
|---|---|---|
| index.html | Main app dashboard (agents, tasks, wallet, marketplace, analytics, logs). Entry for logged-in users. | In-app sections; Site links to all other public pages. |
| landing.html | “Automate Client Reporting in 7 Days” — agencies | #book, #demo |
| smb-landing.html | SMB conversion: headline, proof, Book Free Demo form | → demo request API → smb-dashboard |
| wizard.html | Setup wizard — Welcome, Install & run, Wallet, First agent, Finish | Boot, Dashboard |
| boot-from-here.html | Boot from here — port controller, monitor, installer (7777), start URL | Dashboard, Status |
| demo-suite.html | Demo suite — record session, present at 1×/2×/4× (Playwright-style) | Import & View, Landing #demo |
| import.html | Import & View — upload/open demo recording (JSON), view, Hugging Face links, Downloads | Demo suite, Downloads |
| terminal.html | Terminal — Bridge AI Digital Twin Console; link docking station for SupaClaw, SupaCo, Spine, Bridge | System map, Nav |
| digital-twin-console.html | Digital Twin Console — Human API, telemetry, goals, status; twins SupaC · SupaSoloc | Terminal, Status |
| node.html | Sovereign Node Console — topology, LOCAL SERVICES, domain map, gateway endpoints, EVM bridge | Terminal, System map |
| smb-dashboard.html | Ops: Overview, Demo Requests, Clients, Outreach, Case Studies. Live metrics, funnel, actions. | Landing, Sales, Flow |
| sales-dashboard.html | Sales script (Discover → Show → Prove → Offer → Close) + ROI | Used on/after demo |
| docs.html | Deploy, first launch, funnel | Home, Downloads |
| downloads.html | Installers / downloads | Docs |
| pricing.html | Plans, payment (PayPal / Paystack) | Checkout, ROI |
| crm.html | CRM — quotations, invoices, tickets (AI-orchestrated; prime agents / SupaClaw) | Pricing, Nav, Agents |
| roi-snapshot.html | Live ROI metrics — GET /api/roi/snapshot (client, templates, activity) |
SMB Dashboard, Sales |
| dash-face.html | Dash Face — live thought stream, meta-cognition | Nav |
| supaco.html | Supa-Claw control panel — treasury + business + domain lattice status | Ops / domain health |
| install-track.html | Install → Generate → Track — pipeline status | Landing #book |
| flow.html | This page — site flow & SMB conversion map | All pages (nav) |
| site-guide.html | Site guide — step-by-step walkthrough: Landing → Wizard → Boot → Dashboard → Suites → Flow → Status | Landing, Flow |
| partners-voice.html | Partners & Voice — Vapi voice AI, March 17 Composer build, emergent lab capabilities | Vapi, Google One |
| google-one-referral.html | Google One referral — Google skin; invite link for 4‑month Google AI Pro trial (affiliated) | Invite link, Partners |
| display-all.html | Boot · Run · Install · Link · Glue · Flow — single aggregate view (polity, governance, services) | Dashboard, Flow |
| next-layer.html | Orchestration — Conversion→Install→Demo stack, live APIs, GTM phases | Flow, Pipeline, SMB Ops |
┌─────────────────┐
│ index.html │ Main app
└────────┬────────┘
┌───────────────────┼───────────────────┐
▼ ▼ ▼
landing.html smb-landing.html docs.html
(Agencies) (SMB conversion) downloads
│ │
│ │ Form → /api/smb-demo-request or /api/demo-slots/:id/book
│ ▼
│ smb-dashboard.html ←── demo requests, clients
│ │
└───────────────────┼───────────────────┐
▼ ▼
sales-dashboard.html install-track.html
Case studies / proof Install→Generate→Track
Conversion — smb-landing / landing → demo request or slot book → /api/smb-demo-request or /api/demo-slots/:id/book
Install — First demo request received → pipeline phase 1 active → Install→Track status
Demo — sales-dashboard script → /api/sales/demo-clients, POST /api/sales/call-outcome → convert to client
The next layer sits above the conversion funnel and wires everything together: Next Layer →
/api/metrics, nav to all pagesGET /api/demo-slots, POST /api/demo-slots/:slotId/book → creates demo request with status scheduledGET /api/email-templates → cold outreach templates in SMB Dashboard Outreach tabGET /api/dash-face → live thought stream, bridge statusAll APIs served by the dashboard server. Single DATA_DIR for demo-requests, clients.
Phase 1 Conversion — smb-landing.html; form → POST /api/smb-demo-request or slot → POST /api/demo-slots/:id/book.
Phase 2 Sales — sales-dashboard.html script; API: GET /api/sales/demo-clients, POST /api/sales/call-outcome.
Phase 3 Outreach — GET /api/email-templates; smb-dashboard Outreach tab shows cold_outreach templates.
Phase 4 Proof — Case study generate/approve/export (smb-server.js).
Phase 5 Paid — Funnel metrics, case studies; no dedicated backend.
Where search (global search, filters, embeddings) and AI (Dash Face, Chat, LLM Gateway, OpenRouter) live: docs/SEARCH_AND_AI_MAP.md. Dashboard global search (⌘K) navigates to Agents/Tasks/Logs/Settings and applies filters; AI is wired via /api/ai/chat/quick, /api/ai/voice/speak, and LLM Gateway :8080.
Full synthesis of GTM plan, smb-server.js, demo-booking.js, and email-templates.json (launch phases, email sequences, booking logic):
Repository: docs/SMB_GTM_OPERATIONAL_FLOW.md
That doc maps launch phases ↔ email sequences ↔ booking and API so all components line up for the SMB conversion process.