Analytics built for the way you ship.
A sub-2KB client library, clean REST endpoints, and first-class TypeScript types. No bloated bundles, no tracking pixels.
1.8 KB
Bundle Size
96% smaller than Google Analytics
14ms
Edge P95 Latency
Multi-region CDN preflight
100%
Lighthouse Score
Zero impact on Core Web Vitals
Key Architecture & Capabilities
Engineered for high performance, zero data leaks, and developer simplicity.
10-Second Quick Start
Add a single script tag to your HTML or import createClient() with zero build-step friction.
Clean HTTP Ingestion
Standard POST /analytics endpoint with structured JSON payloads and 14ms edge processing.
TypeScript SDK
Full autocomplete for GA4 event signatures, custom parameters, and exception clustering.
Self-Hostable Core
Source-available engine you can deploy to your own VPC with customer-managed ClickHouse.
Tracabit vs Legacy Competitors
How our zero-cookie architecture compares against traditional platforms.
| Capability | Tracabit | Google Analytics 4 | Sentry / Datadog |
|---|---|---|---|
| Client Script Overhead | < 1.8 KB | 48.2 KB | 64.0 KB+ |
| Cookie Banner Obligation | 100% Exempt (0 Cookies) | Mandatory Consent Banner | Depends on Session Cookies |
| Inference-Free Model Protocol (MCP) | Native Sub-15ms Tools | Not Supported | Proprietary REST only |
| Cost Per 1,000,000 Events | $12.00 | Data monetization model | $350.00+ |
Implementation Example
Drop-in code sample with strict TypeScript definitions.
import { createClient } from 'tracabit';
export const analytics = createClient({
apiKey: process.env.NEXT_PUBLIC_TRACABIT_KEY!,
projectId: 'proj_developer_portal',
autoTrackPageviews: true,
});
// GA4-compatible custom event dispatch
analytics.track('feature_used', {
feature_name: 'export_csv',
tier: 'pro'
});Frequently Asked Questions
Everything you need to know about analytics built for the way you ship..
Ready to upgrade your telemetry?
Get started with 3,000 free events every month. Zero cookies, sub-2KB client overhead, and instant setup.