Ship privacy-first analytics with a 10-second install.
Developer Reference

TypeScript-first analytics.

Strict typing for all telemetry events, custom parameters, error clusters, and Web Vitals metrics.

Key Architecture & Capabilities

Engineered for high performance, zero data leaks, and developer simplicity.

01

Strict Type Definitions

Full TypeScript interfaces for AnalyticsEvent, DailyMetricRecord, and Project.

Production Verified
02

Autocomplete Safety

Catch misspelled event names and incorrect parameter types at compile time.

Production Verified
03

Zero Any Types

Clean type signatures across the entire SDK and API client library.

Production Verified
04

Exported Schemas

Easily reuse Tracabit types in your own backend services and pipelines.

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.

types.ts
export interface AnalyticsEvent {
  projectId: string;
  event: string;
  url: string;
  referrer?: string;
  sessionId?: string;
  params?: Record<string, string | number | boolean>;
  timestamp?: number;
}

Ready to upgrade your telemetry?

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