Skip to content

Infrastructure

Connections

Claude Code is the hub. Every service below is wired up through API keys, OAuth tokens, or MCP servers so the CLI can read, write, and orchestrate across them without leaving the terminal.

Claude Code Claude Code
Supabase
Supabase
OpenAI
Google Search Console
Google Search Console
Google Analytics
Google Analytics
PS
PageSpeed Insights
YouTube
YouTube
Google Calendar
Google Calendar
Google Drive
Google Drive
Gmail
Gmail
GBP
Google Business Profile
HighLevel CRM
Facebook
Facebook
Instagram
Instagram
LinkedIn
Zoom
Zoom
Cloudflare
Cloudflare
Vercel
Vercel
GitHub
GitHub
Hostinger
Hostinger
macOS
macOS
Stripe
Stripe
Resend
Resend
ElevenLabs
ElevenLabs
HG
HeyGen
  • macOS — Native AppleScript, osascript, Spotlight, Finder, Notes, Calendar, Messages. Claude drives the OS directly.
  • Hostinger — The VPS host (31.97.132.219). Runs the CRM booking engine, webhook receiver, AI assistant scanner, n8n, and scheduled cron jobs.
  • Cloudflare — DNS, Registrar, Pages, Zero Trust Access, Workers, API token + Global API Key auth. Every domain lives here.
  • Vercel — Hosts themarketingshow.com and other Next.js properties. Fluid Compute, Cron Jobs, AI Gateway.
  • GitHub — 80+ private repos, all synced across four machines via pullall + post-push-sync.sh.
  • Supabase — Project hpdxjdffuwyjdfyvyfoe. Voice-first log storage, auth, row-level data.
  • OpenAI — GPT-4, Whisper transcription, vision models for fallback and specialized tasks.
  • ElevenLabs — Cloned voice for voice notes and narration.
  • HeyGen — Streaming AI avatar for the Zoom avatar prototype.
  • Google Search Console — Multi-site SEO health audits via /gsc-audit.
  • Google Analytics — Traffic and conversion data for client sites.
  • PageSpeed Insights — Performance audits with iterative fix loop.
  • YouTube — Upload pipeline, unlisted video sweep, transcript pulls.
  • Google Calendar — Event reads/writes via get-events.py; secondary to HighLevel.
  • Google Docs + Drive — PARA organization, doc edits via Brand Account token.
  • Gmail — Draft creation, label management, thread search.
  • Google Business Profile — First-party API access approved 2026-04-16 (ticket 3-6942000041257). Read and write on locations, hours, Local Posts, photos, videos, reviews, Q&A, service items, attributes, insights. Full operational reference: Google Business Profile API SOP.
  • HighLevel CRM (DDXWeb) — Primary calendar and CRM. Contacts, pipelines, workflows, calls, SMS, voice AI, invoices.
  • Stripe — Subscriptions, one-time charges, webhooks for MyTechSupport and the Go Kart Park booking engine.
  • Resend — Transactional email delivery across apps.
  • Facebook — Pages API, CAPI, group scanning, lead ads webhooks, Messenger automations.
  • Instagram — Posting through the Graph API as a connected Page.
  • LinkedIn — Cross-posting for social-post skill.
  • Zoom — Meeting automation, avatar streaming, transcript capture.
  1. Drop credentials into secrets.json via secrets_cli.py add NAME VALUE.
  2. Wire the service up in the relevant repo under ~/apps/.
  3. Update this page — add the service to IntegrationsHub.astro and a bullet under the right section.
  4. Bump build.txt and push.