Ship privacy-first analytics with a 10-second install.
PRIVACY-FIRST ANALYTICS

One tracker. Every signal you need.

Install a sub-2KB script tag, collect events without cookies, and query your metrics through a clean HTTP API — built for humans and AI agents.

Sub-2KB script 10-second install Zero cookies Agent-ready JSON
Tracabit product dashboard showing live event stream, pageviews chart, active sessions counter, privacy-first analytics interface, clean white UI with blue accents, minimal design
Pillar 1 — Event Ingestion

Drop in one script tag. Start collecting in 10 seconds.

Add a single script tag to your site. Tracabit auto-tracks page views, sessions, devices, and referrers — no cookies, no consent banner, no config. Custom events work with one line of JavaScript.

<!-- Auto-tracks pageviews, referrers & devices --> <script src="https://your-host/tracabit/js" data-key="tcb_live_a89f..." data-project="tcb_proj_prod_01"></script>
Tracabit event ingestion dashboard with real-time pageview counter, session list, device breakdown chart, clean minimal interface with blue accents
Tracabit metrics API response visualization, JSON code block with structured analytics data, dark developer console aesthetic with blue highlights
Pillar 2 — Queryable Metrics

Query your metrics through a clean HTTP API.

Every event becomes a daily metric you can query with one GET request. Pageviews, sessions, users, bounce rate, traffic sources, countries, and devices — all in structured JSON.

{ "ok": true, "data": { "date": "2026-08-16", "users": 1284, "sessions": 1820, "pageviews": 4200, "bounceRate": "28.5%" } }
Pillar 3 — Privacy by Design

No cookies. No surveillance. No data resale.

Zero-cookie architecture

Session persistence via sessionStorage, cleared immediately on tab close.

Anonymous sessions

No PII required; passive fingerprint is a djb2 hash of non-identifying browser attributes.

Per-project API keys

Every request authenticated; cross-project access rejected with HTTP 403.

Geo-IP via CDN headers

Country attribution from CDN edge headers, never from client-supplied values.

Privacy-first analytics architecture diagram showing zero-cookie data flow, anonymous session IDs, per-project API key authentication, clean geometric vector illustration in blue and white
AGENT-READY API

Make your metrics readable by agents.

Agents need stable schemas, precise dimensions, and answers they can call without scraping a dashboard. Tracabit exposes structured HTTP/JSON metrics any agent can query directly. MCP server is on the roadmap.

# Autonomous agent querying 16-day analytics metrics curl -H "Authorization: Bearer tcb_live_a89f..." \ "https://your-host/metrics?from=2026-08-01&to=2026-08-16"
MCP serverRoadmap
Connect an agent

Turn every signal into your next decision.

Start with a lightweight tracker. Grow into agent-readable product intelligence.

No cookies. No third-party ad tracking. Your telemetry stays yours.