Setup Guide — Chateau Bounce OS HTML Dashboard

This page explains how to wire your Notion links and (optionally) embed live metric views.

1) Where to paste your Notion URLs

Edit assets/config.js and paste your Notion page URLs:

window.CB_LINKS = {
  prompts: "https://notion.so/your-prompt-library",
  outreach: "https://notion.so/your-outreach",
  inventory: "https://notion.so/your-inventory",
  seo: "https://notion.so/your-seo",
  perf: "https://notion.so/your-performance",
  sops: "https://notion.so/your-sops",
  automation: "https://notion.so/your-automation",
  events: "https://notion.so/your-events",
  training: "https://notion.so/your-training",
  revenue: "https://notion.so/your-revenue",
  metricActivePrompts: "https://notion.so/view-active-prompts",
  metricHotLeads: "https://notion.so/view-hot-leads",
  metricRevenueThisMonth: "https://notion.so/view-revenue-this-month"
};

2) Hosting

3) Live Metrics (Simple Mode)

Use filtered Notion views and paste their share URLs into config.js (metric keys). Clicking the metric tiles opens them.

4) Upgrade to API metrics (Optional)

Use Notion API + your database IDs to fetch counts/sums and inject into the three tiles.