Git-aware analytics
Every commit auto-annotates every metric. Click a metric drop, jump to the commit that caused it, then to the exact line of code in your editor.
01 · Install
/init reads your codebase, detects your stack, instruments every meaningful event, and opens a PR with the diff. No yak-shaving, no schemas to design.
# in your project, runclaude mcp add growth-loop -e GROWTH_API_KEY=pk_live_… -- npx -y @growth-loop/mcp-server› scanning codebase...› detected: next.js 15, stripe, clerk, supabase› found 17 routes, 4 forms, 1 checkout flow› installing @growth-loop/sdk...› wiring auto-capture (pageview, click, error)› reading STRIPE_SECRET_KEY from .env› hooking subscription.created, .updated, .deleted› opening PR with all changes...✓ Ready. Open https://growth-loop.dev/dashboard
02 · Surface
Every commit auto-annotates every metric. Click a metric drop, jump to the commit that caused it, then to the exact line of code in your editor.
Anomaly detected, agent reads events + replays + git history + deploy timeline, returns 3–5 ranked hypotheses with citations. Never auto-merges. Always explains.
Stripe, LemonSqueezy, Paddle, RevenueCat — connected on init. MRR, churn, expansion, LTV joined to product behavior, not stuck in a billing tab.
Full DOM replays, console, network, rage-clicks, errors. PII auto-masked at the SDK before it ever leaves the browser.
Daily Slack/Telegram brief with 1–3 actionable insights. Real-time alerts only when something actually breaks. The agent learns what you ignore.
Open-source core under AGPL. Cookieless by default. EU/US data residency. SOC 2 in progress.
03 · Loop
$ claude mcp add growth-loop -e GROWTH_API_KEY=pk_live_… -- npx -y @growth-loop/mcp-server
Sniffs your stack (Next.js, Vite, Remix, Astro, FastAPI, Expo, RN), wires the SDK, opens a reviewable PR.
$ git push
Every deploy gets annotated on every metric. Preview deploys are tracked separately so you can A/B before merging.
$ /growth diagnose churn
The agent reads events, replays, code, git history. Returns hypotheses with evidence — not vibes.
$ /growth plan "raise activation 20%"
Get a ranked backlog of experiments. Run them with feature flags. Auto-rollback if a key metric drops.
05 · The growth-loop
Scroll. Watch your product’s observability grow from a single @track decorator into a self-citing diagnosis pipeline that ships PRs back into your repo.
seed → ingest → connect → diagnose → ship
04 · Pricing