Master list of every page and how they connect. GTM phases, booking, and APIs.
Canonical order: Dashboard → Docs → Downloads → Pricing → Landing → SMB → SMB Dashboard → Sales → ROI → Flow.
| 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 |
| smb-dashboard.html | Ops: demo requests, clients, outreach, case studies | Landing, Sales |
| 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 |
| roi-snapshot.html | Live ROI metrics (client, templates, activity) | SMB Dashboard, Sales |
| flow.html | This page — site flow & SMB conversion map | All pages (nav) |
┌─────────────────┐
│ index.html │ Main app
└────────┬────────┘
┌───────────────────┼───────────────────┐
▼ ▼ ▼
landing.html smb-landing.html docs.html
(Agencies) (SMB conversion) downloads
│ │
│ │ Book form → /api/smb-demo-request
│ ▼
│ smb-dashboard.html ←── demo requests, clients
│ │
└───────────────────┼───────────────────┐
▼ ▼
sales-dashboard.html Case studies / proof
Phase 1 Conversion — smb-landing.html, demo request or slot booking (smb-server.js, demo-booking.js).
Phase 2 Sales — sales-dashboard.html script; API: demos, clients, metrics, demo outcome.
Phase 3 Outreach — Cold email templates (email-templates.json); smb-dashboard Outreach tab.
Phase 4 Proof — Case study generate/approve/export (smb-server.js).
Phase 5 Paid — Funnel metrics, case studies; no dedicated backend.
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.