🚀 agent-first software & SaaS analytics

Product Analytics for
Coding Agents

Feed Codex, OpenClaw, Claude Code, and Cursor real product signals so your coding agent can make data-driven product decisions.

Claude Code
Codex
OpenClaw
+ Any Other
Start for Free

Free plan. No credit card required.

Bash — 80x24
$
How it works

Let AI access your analytics data via CLI.

Give your agent queryable product context without replacing the dashboard.

1

Install our CLI & Skill

By installing our CLI and our Agent Skill, you give your AI the ability to access your analytics data.

install
$ npx @analyticscli/cli onboard
analytics.ts — integration

// install and initialize

import { init } from '@analyticscli/sdk';

const analytics = init({

apiKey: 'acli_publishable_xxx',

});

// track onboarding progress

analytics.track('onboarding_step_complete', { onboardingFlowId: 'onboarding_v1' });

2

Integrate our analytics SDK in your codebase

Visit our docs

3

Your coding agent accesses your analytics data and recommends what to do next

Use your favourite coding agent for this (like codex, claude code, openclaw).

Claude Code
Codex
OpenClaw
+ Any Other
terminal — output
$

hey codex, find dropoff points in onboarding

Fetching results from analytics...

Query executed in 14ms

START
10.4k
STEP 1
9.6k
STEP 2
4.4k
DONE
3.6k
Recommendation

"Based on the 54% dropoff at STEP 2, I'll refactor the registration flow to split it into two steps and simplify the required fields."

ANALYTICSCLI PREVIEW
Developer-first SDK

Fast setup.

Let your coding agent handle the SDK integration in your codebase.

Published SDK support

React Native TypeScript SDK Web TypeScript SDK Expo TypeScript SDK Native Swift Not available Native Kotlin Not available Flutter Not available

The published TypeScript SDK supports Web, Expo, and React Native. Native Swift, Kotlin, and Flutter SDKs are not currently available.

Analytics.tsx
1
2
3
4
5
6
7
8
9
10
11
import { init } from '@analyticscli/sdk';

const analytics = init({
  apiKey: process.env.EXPO_PUBLIC_ANALYTICSCLI_PUBLISHABLE_API_KEY,
  identityTrackingMode: 'consent_gated'
});

analytics.identify('user_123');

analytics.track('onboarding:complete');

Guided

setup

Growth Engineer

Your agent's growth brain.

Connect analytics, revenue, crashes, reviews, feedback, and code context. The Growth Engineer ranks the next opportunity and turns the evidence into work your team can review.

Signals it reviews

AnalyticsCLI

funnels · retention · feedback

RevenueCat

subscriptions · transactions · MRR

Sentry

crashes · errors · releases

App Store Connect

analytics · reviews · ratings

GitHub

code context · issues · PRs

Reasoning
AI

Growth Engineer

Runs in OpenClaw
or Hermes

Ranks opportunities
Maps evidence to code

Ready for review

Using another coding agent? Install the raw AnalyticsCLI skill .

Work it hands back

GitHub Issue

Ready-to-act task with evidence

PR Plan

Affected files and implementation steps

Notification

OpenClaw or Hermes channel handoff

Review Summary

Findings, confidence, and verification KPIs

Start for free. Scale as you grow.

Flexible plans designed for traffic of any size. Pay only for what you need.

Choose your monthly usage

Up to 15K events
15K events50M+ events

Price

$0

No credit card required

Always free

What's included:

  • 15K events tracked
  • 1K CLI queries
  • Up to 2 projects
  • Beautiful & customizable dashboard
  • Export your data as CSV
  • Real-time Live View
Start free

Free includes 2 projects. Paid bundles include unlimited projects. Cancel anytime.

Frequently Asked Questions

Everything you need to know about AnalyticsCLI.

Product Questions

AnalyticsCLI gives your coding agent direct access to product telemetry. The Growth Engineer uses it to turn analytics, revenue, crashes, feedback, and code context into concrete product improvements.

It is a free OpenClaw skill that gathers connected product signals, ranks the highest-impact opportunities, and writes implementation-ready handoffs for OpenClaw, GitHub issues, or draft PR tasks.

Yes. You can implement the AnalyticsCLI SDK in seconds using our skill with your coding agent of choice, then start tracking the events that matter.

No! AnalyticsCLI is designed for software of all kinds. Whether you are building a SaaS, a web app, a mobile app, or a CLI tool, AnalyticsCLI helps your agent understand user behavior across any platform.

No. AnalyticsCLI only ingests the events you explicitly send. There is no hidden automatic capture or screen recording.

Yes. Query views support Release/Debug mode separation so you can validate instrumentation in debug without polluting your release analysis.

Analytics event data and its backups are currently stored in the EU (Germany). We are planning to provide a US analytics data region in the future.

You can use OpenClaw for the full Growth Engineer workflow, or query the same AnalyticsCLI data from Codex, Claude Code, Cursor, and other coding agents.

The main connectors are AnalyticsCLI product analytics, GitHub code access, RevenueCat monetization data, Sentry crashes and performance, and App Store Connect CLI. Feedback and reviews can also be included when configured.

Plans are based on monthly event volume and monthly CLI query volume. You can start with the free bundle and scale up as usage grows.

The core repos are public on GitHub: analyticscli-cli, growth-engineer-cli, and analyticscli-sdk-ts.