Type-safe everywhere
Strict TypeScript end-to-end. Your client knows your server's response shape.
Open source · MIT · 12.4k★ on GitHub
A type-safe, edge-first observability SDK. Zero config, framework-agnostic, your data stays yours.
One install, one init line, and every handler is traced. No agent, no sidecar, no YAML.
// npm install your-tool
import { init, traced } from "your-tool";
init({
service: "checkout-api",
// Self-host: point at your own binary. Hosted: drop this line.
endpoint: process.env.TRACE_ENDPOINT,
});
export const POST = traced(async (req: Request) => {
const order = await createOrder(await req.json());
return Response.json(order);
});Migrating? Alias the import — the Datadog, Honeycomb and Sentry shims accept the same calls you already make.
Six reasons the migration usually happens in an afternoon.
Strict TypeScript end-to-end. Your client knows your server's response shape.
Cloudflare Workers, Vercel Edge, Deno Deploy. Cold starts under 5ms.
One init line. Works with Next, SvelteKit, Astro, Fastify, Hono, Bun, Deno.
Self-host free forever, or use hosted. Encrypted in transit and at rest, with EU + US residency on hosted.
API-compatible shims for Datadog, Honeycomb, Sentry. Migrate in an afternoon.
MIT-licensed core — fork it, patch it, ship it. Paid features are hosted-tier only.
40–120kB
Partial polyfills
Not offered
Per-host + per-seat
2.1kB gzipped
First-class
Free, single binary
$0.80 / M events
Self-host free forever. Hosted is metered on events — nothing else.
Kept honest in public. Anything in "Now" is on a branch you can read today; nothing in "Later" has a date.
On main or in review
OpenTelemetry exporter parity
Traces and metrics done; logs in review.
Single-binary ARM builds
Graviton and Ampere, same release artefact.
Sampling rules in config
Head and tail sampling, per route.
This quarter
Self-host dashboard
The hosted UI, shipped in the binary.
Python and Go SDKs
Same wire format, same shims.
Alert routing to PagerDuty + Slack
Wanted, not scheduled
Continuous profiling
Managed EU-only region
Query language for saved views
Yes — the core is MIT-licensed and the server ships as a single binary. Unlimited events, no phone-home, no license key.
$0.80 per million events with volume discounts from 500M/month. The first million each month is free.
API-compatible adapters for Datadog, Honeycomb, and Sentry SDK calls. Install, alias the import, verify traces, delete the old vendor.
The SDK never phones home unprompted. Hosted encrypts in transit and at rest with EU + US residency options and per-tenant key rotation; self-host keeps every byte inside your own infrastructure.
Every release notes its P95 overhead budget, and the regression test enforcing it is in the public repo.
Hosted: median first response 90 minutes, P95 under 4 hours. Self-host: community Discord plus GitHub issues triaged daily.

Free hosted tier or self-host tonight — either way you keep your data.
Sales, enterprise, partnerships — or just architecture questions. We respond within one business day.