Enables high-quality British male voice (OpenAI "onyx"). Without this, falls back to Chrome TTS.
LIVE DATA SOURCESMOCK MODE
Click a client → opens GHL contact (use {id} placeholder)
Deploy launch-calendar-worker.js to Cloudflare, paste URL here → Today panel goes live
For live client/task data from GHL (worker template available)
For live inbox/alerts (worker template available)
For live vault stats (requires Mac sync script)
DEPLOY TO CLOUDFLAREREQUIRES MAC
PASTE INTO TERMINAL ON MAC
# 1) Save this HTML file to your project folder
# 2) Install Wrangler if needed
npm install -g wrangler
# 3) Login (opens browser)
wrangler login
# 4) Deploy
wrangler pages deploy launch-ai-command-bridge.html \
--project-name=launch-command-bridge \
--branch=main
# 5) Your URL will be printed at the end
CONFIG STORED INlocalStorage (this browser only)
⚙
SYSTEM · CONFIG
COMMAND BRIDGE
API keys, data sources, deployment
API KEYS
Powers Atlas voice + workspace chat. Get one at console.anthropic.com.
Atlas speaks using Chrome's built-in TTS. No API key required.
LIVE DATA SOURCES MOCK MODE
Used when clicking a client row. {id} is replaced with the client identifier.
Cloudflare Worker that proxies Google Calendar. Template at launch-calendar-worker.js.
Cloudflare Worker that proxies GHL API. Template at launch-ghl-worker.js.
For pulling unread counts, recent threads.
Optional — for vault stats and semantic search.
Live AI Ops dashboard. Atlas pulls summary vitals from here.
Live Agency Ops dashboard. Atlas pulls client health, MRR, tasks from here.
DEPLOY COMMAND BRIDGE TO CLOUDFLARE
1. Save this file as index.html in a new local folder.
2. Verify Wrangler auth: wrangler whoami (should show team@launchautomation.ai)