Skip to content
Now live — start tracking in minutes

Analytics that
know no cookies.

A GA4 alternative for the web, mobile, and backends. No cookies, so no consent banner. Identifiers are hashed on-device before anything leaves it. One script tag, or a first-party SDK for Flutter, React Native, Swift, Kotlin, or Node.js — and nothing that slows your app down.

10,000 events/month free — no credit card, no trial clock

Paid plans from $7

Funnels & webhooks included, not upsold

Privacy infrastructure

Built for secure collection and modern compliance workflows

Clear trust signals designed to feel premium and easy to scan, without changing your existing color system.

  • DPDP Act 2023

    Aligned

    India-first privacy handling for consent-led, purpose-limited data collection.

    Learn more
  • GDPR-Ready

    Prepared

    Supports minimization, lawful-basis workflows, and privacy-conscious retention.

    Learn more
  • ePrivacy-Friendly

    Lean

    No non-essential cookies by default for a leaner, cleaner collection experience.

    Learn more
  • Encrypted At Rest & In Transit

    TLS + AES-256

    TLS on every endpoint, and production storage encrypted at rest via Azure Storage Service Encryption (AES-256, platform-managed keys).

    Learn more
  • Client-Side Hashing

    Verifiable

    User identifiers are hashed with SHA-256 in the SDK, before a request ever leaves the browser or device.

    Learn more
  • PII Detection at Ingest

    Automatic

    Custom event properties are scanned at ingest for PII-shaped values and hashed in place before they're ever written to storage.

    Learn more
  • CCPA / CPRA Aligned

    Aligned

    Native respect for global consumer privacy rules, prioritizing right-to-know and do-not-sell workflows.

    Learn more
  • Right to Erasure & Export

    Built-in

    Site owners can permanently delete a visitor's data or export it on request, with every action written to an audit trail.

    Learn more
  • Micro-Bundle Footprint

    Featherlight

    Ultra-lightweight Dart and JavaScript footprint, preventing performance taxes or app size bloat.

    Learn more
Privacy Architecture

The Mayabheda Privacy Proof

Every visitor signal passes through a cryptographic one-way transformation before it ever touches a database. No raw identity. No cookies. No consent banners. Just clean, compliant analytics.

Live Ingestion Pipeline

Want the full technical breakdown — sub-processors, retention, and a side-by-side comparison with cookie-based analytics? Read the Trust & Compliance page →

Try it yourself

This is what leaves your browser. Nothing else.

Type a user ID or email below. This is exactly what happens inside the SDK before identify() ever sends a request — your raw identifier never leaves the browser.

Hash sent to the backend Start typing to see the hash…
Platform Features

Analytics without
the surveillance tax

Funnels, webhooks, and traffic alerts — included on every plan, free tier too. Zero cookies. Zero consent banners. Built for developers who respect their users.

Privacy Shield

Consent-Free
by Architecture

100%

Cookies Blocked

0

PII Intercepted

GDPR

✓ Aligned

ePrivacy
CCPA Safe

⚙ How it works: Deterministic SHA-256 hash of IP + UA + daily salt — no persistent identifiers ever stored.

Realtime Pulse

Active Right Now (preview)

247 users
5m ago Now
Live Event Stream (simulated preview)
  • page_view just now /dashboard
  • signup 1s ago /register
  • add_to_cart 2s ago /product/42
  • page_view 3s ago /pricing
  • download 4s ago /docs/sdk

⚙ How it works: Server-Sent Events stream page pings aggregated in a 30s rolling window — no polling.

Traffic Metrics

Essential Signals

Page Views
48,291
Unique Visitors
31,047
Bounce Rate
38.2%
Avg. Duration
3m 42s
↑ 12.4% vs last 30 days

SDK Integration Hub

One Script. Or One Package.

7 SDKs
<!-- Paste once. Auto-tracks page views. -->
<script src="https://mitranalytics.dev
        /vendor/mitr.js"

  data-site-id="YOUR_SITE_ID"
  async defer></script>
await MitrAnalytics.instance.initialize(
  siteId: 'YOUR_SITE_ID',
  secretKey: 'YOUR_SECRET_KEY',
);
Mitr.init('YOUR_SITE_ID');

Mitr.track('signup_completed', { plan: 'pro' });
Mitr.identify('user_42'); // hashed in-SDK
const mitr = new MitrAnalytics({
  siteId: 'YOUR_SITE_ID',
  secretKey: 'YOUR_SECRET_KEY',
});

await mitr.track('signup_completed', { userId: 'user_42' });

Acquisition

No-Crumbs Attribution

Organic
62%
Direct
21%
Referral
11%
Social
6%
/pricing → /signup /blog → /docs

Insights

Geo & Tech

Country, region & city — no third-party lookup call

Also resolves down to region & city — see how. City/region data by DB-IP.com.

Browser

Chrome 71% Safari 18% Firefox 11%

Performance

Core Web Vitals

All vitals in "Good" range

Conversion

Custom Events

signup_complete
3.2%
upgrade_click
1.8%
checkout_start
7.4%
doc_download
12.1%

Management

Global Site Switcher

Shared Access

A
J
M
+4
7 team members

Reliability

Undefeated by Ad-Blockers

yoursite.com/mitr-collect
first-party
api.mitranalytics.dev
third-party

Brave Shields, uBlock Origin, and Firefox ETP block direct cross-domain analytics calls by default. Route the SDK through a proxy on your own domain and it's indistinguishable from any other first-party API request — no dropped events, no undercounted traffic.

One-line integration

Add Mitr in 60 seconds.

Drop one package, call one function. The Mayabheda Engine initialises automatically — no configuration file, no tracking IDs to rotate, no cookie consent banner to wire up.

mitr / website
<!-- Paste once, before </head> or </body>. Auto-tracks page views. -->
<script src="https://mitranalytics.dev/vendor/mitr.js"
        data-site-id="YOUR_SITE_ID"
        async defer></script>

// Optional explicit API, once loaded
Mitr.track('signup_completed',  plan: 'pro' );
Mitr.identify('user_42'); // hashed in-SDK
6 First-party SDKs
10,000 Free events / month
0 Cookies, ever
SHA-256 Client-side hashing

Have questions about integration or security? Drop us a line directly.