Skip to content
atrixANALYTICS

EU region live · UAE, US and Pakistan next

Product analytics that stays where your users are.

Analytics, session replay, feature flags and experiments, with data kept in the region you choose, one predictable meter, and an AI analyst whose every number links to the query that produced it.

Free up to 1M events a month. No card needed.

Ask·eu region

Why did checkout conversion drop last week?

Checkout conversion fell from 41.2% to 33.8%. Android app version 2.3.0 accounts for 87% of the drop.

Evidence e2 · funnel

select windowFunnel(1209600)(timestamp, …)

from events where m_os = 'Android' and …

184,213 rows · ingest lag 42 s · unsampled

Illustrative example. Confidence: high (rule-based).

Five minutes to your first chart

SDKs for the web, React, React Native and Expo, Node, Python and Go, plus native replay for iOS and Android. They all pass one conformance suite, never throw, and send money as integer minor units.

app.ts
import * as atrix from "@atrix.dev/analytics-web";

atrix.init("atx_pk_eu_production_…");   // the key picks the region
atrix.track("checkout_completed", { amount: 1999, currency: "AED" });
atrix.identify(user.id, { plan: "pro" });

Your assistant, on your data

The hosted MCP server lets Claude Code and other clients list projects and run trends, funnels and retention, with OAuth scopes you pick and can revoke.

terminal
claude mcp add --transport http atrix-analytics https://mcp.analytics.atrix.dev/mcp

Then /mcp → Authenticate. MCP guide

Pricing you can read in one breath

Events are the only meter. Past your cap we sample instead of billing or cutting you off.

Free

$0/mo

1M events included

Starter

$39/mo

5M events included

Growth

$149/mo

25M events included

Scale

$499/mo

100M events included

Open source where it matters. Yours to inspect.

SDKs are MIT. The platform is AGPL-3.0, so you can read exactly what is collected and how it is stored.