Ship privacy-first analytics with a 10-second install.
Teams & Audiences

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.

01

10-Second Quick Start

Add a single script tag to your HTML or import createClient() with zero build-step friction.

Production Verified
02

Clean HTTP Ingestion

Standard POST /analytics endpoint with structured JSON payloads and 14ms edge processing.

Production Verified
03

TypeScript SDK

Full autocomplete for GA4 event signatures, custom parameters, and exception clustering.

Production Verified
04

Self-Hostable Core

Source-available engine you can deploy to your own VPC with customer-managed ClickHouse.

Production Verified

Tracabit vs Legacy Competitors

How our zero-cookie architecture compares against traditional platforms.

CapabilityTracabitGoogle Analytics 4Sentry / Datadog
Client Script Overhead< 1.8 KB48.2 KB64.0 KB+
Cookie Banner Obligation100% Exempt (0 Cookies)Mandatory Consent BannerDepends on Session Cookies
Inference-Free Model Protocol (MCP)Native Sub-15ms ToolsNot SupportedProprietary REST only
Cost Per 1,000,000 Events$12.00Data monetization model$350.00+

Implementation Example

Drop-in code sample with strict TypeScript definitions.

analytics.ts
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..

Unlike GA4 which loads 48KB+ of scripts and requires complex gtag configurations, Tracabit is under 2KB, executes in non-blocking Web Workers or beacon threads, provides strict TypeScript typings, and requires zero cookie consent popups.

Ready to upgrade your telemetry?

Get started with 3,000 free events every month. Zero cookies, sub-2KB client overhead, and instant setup.