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.
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).
Where others stop, we start
Built for teams whose users live outside the usual two regions, whose product lives on phones, and who want to trust the numbers.
Sovereign regions
Pick where each project's data lives. EU is live; UAE, US and Pakistan come next on in-country infrastructure. No global ingest proxy, no quiet copies.
- eu European UnionLive
- me United Arab EmiratesComing soon
- us United StatesComing soon
- pk PakistanComing soon
Mobile-first replay
Native wireframe replay for iOS, Android and React Native, masked on the device. One player for web and mobile.
Learn moreOne predictable meter
You pay for events. Replays, AI questions, flags and seats are included, and a spend cap means the invoice never surprises you.
Learn moreAn analyst you can check
Ask a question; every number in the answer links to the query that produced it. Confidence comes from rules, not the model's opinion of itself.
Learn moreMCP-first API
Connect Claude Code or any MCP client over OAuth with scopes you choose. Every write supports dry runs and idempotency keys.
Learn moreOne event model, every tool you need
Everything shares the same events, the same identity graph and the same bill.
Product analytics
Trends, funnels, retention, paths, stickiness and lifecycle over the same events, with SQL when you need to go further.Session replay
Web replay with rrweb, and native wireframe replay for iOS, Android and React Native.Flags & experiments
Feature flags with per-environment configuration and local evaluation, and experiments with sequential statistics that stay correct however often you look.Ask
Ask a question in plain language.Revenue
Connect Stripe, RevenueCat, the App Store and Google Play.Findings
Findings watches the metrics you choose, flags changes that are unusual for that hour and weekday, and explains which platform, version, country or flag drove them.Data & privacy
Pick a region per project.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.
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.
claude mcp add --transport http atrix-analytics https://mcp.analytics.atrix.dev/mcpThen /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.