British male recommended — try kdmDKE6EkgrWrrykO9Qt (Alex)
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 JARVIS voice + workspace chat. Get one at console.anthropic.com.
High-quality TTS voice. Without this, falls back to browser speech.
Try the British male JARVIS voice or use your own clone.
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.
DEPLOY TO CLOUDFLARE
1. Download Worker templates from this chat:
launch-calendar-worker.js, launch-ghl-worker.js, launch-gmail-worker.js