CodeRadar is the operating shell on top of the open CodeRadar BSL (Business Source License) core. It replaces Sentry for portfolio-internal use and serves as the single observability surface for fourteen first-party products.
The multi-product portfolio has fourteen ship products. Every one of them needs error tracking. Every one of them needs distributed traces. Every one of them needs alerting that doesn't bury the on-call. Sentry would happily charge us for that — somewhere between $26 and $89 per project per month, plus per-event overage, plus per-user fees once you scale members. Datadog APM is even more expensive, with a per-host meter that punishes high-throughput agent fleets.
The math doesn't work for a venture studio. We already operate the GCP project, the database fleet, the auth plane, and the Cloud Run cluster these products run on. Adding one more service — an error tracker — costs us almost nothing in marginal infrastructure and a non-trivial amount in vendor licensing. So we built it.
An ingest pipeline (Hono + TypeScript), two databases (Postgres for metadata, ClickHouse for events), a Next.js dashboard, an alert engine, and four SDKs (Node, Browser, Python, Go). Every product is a project under one admin org. Members are added to projects, not orgs. Everything is single-tenant from the SDK's point of view (you only see your own project's data) but multi-tenant from the operator's point of view (one ingest pipeline, one ClickHouse cluster).
The whole pipeline is also the open CodeRadar repo. We didn't fork it; we deploy it. CodeRadar is the brand and the operating shell on top, with a portfolio-aware project model and the alerting workflows we actually use day-to-day.
It isn't trying to be Sentry. Sentry has more depth on session replay, more depth on issue grouping heuristics, more depth on integrations (one-click Jira, Linear, Asana, etc.). We are at v0.x and our integration list is short on purpose: Slack, email, generic webhook. Pagerduty, Microsoft Teams, SMS are on the roadmap.
It isn't trying to be Datadog. Datadog has APM, infra metrics, log management, RUM, security monitoring, and a dozen other products in one suite. We are only doing error tracking, distributed traces, and alerting. Logs go elsewhere. Infra metrics go elsewhere. RUM is on the long roadmap.
It isn't open to external customers yet. The open CodeRadar core is BSL (Business Source License) and you can self-host the same pipeline. A managed CodeRadar tier for portfolio-adjacent companies (alums, partners) is on the roadmap, but priority is portfolio-internal stability first.
One admin org. [email protected] is admin. Every product is a project under that org with its own DSN, its own quota, its own alert rules, and its own member list. There isn't an option to create a second org — that would be the wrong shape for this tool.
Member assignment is at the project level. Joining the admin org gets you sign-in to app.coderadar.app but not automatic access to every project. Project owners (typically the product lead) add team members from the project settings. Auth today is email/password; Clerk SSO and RelayOne MSP federation are on the roadmap.
Errors fired by your application become events captured by the SDK. Events are buffered locally for up to 5 seconds (or 100 events) and shipped in batches to ingest.coderadar.app. Ingest fingerprints the event, dedups against existing fingerprints in ClickHouse, writes the row, and emits a Redis pub/sub message. The dashboard's SSE stream picks it up and renders it in the live feed in under a second. Alert rules evaluate every minute (or instantly for fingerprint:new rules) and dispatch to your channels.
Distributed traces follow a similar path. Spans are captured by the SDK with W3C tracecontext propagation, batched, and shipped to /v1/traces. Trace tree assembly happens at query time so you can pick any trace_id from an event and view the full waterfall.
CodeRadar composes with adjacent products. The ones that compose most tightly:
project:truecom.Every integration in CodeRadar is optional. Run CodeRadar by itself and it still does what an error tracker should do. Pair with the rest of the stack to compound the value. None is required.
Sales, partnerships, security disclosure, anything else: [email protected]. Security disclosures additionally accepted at [email protected]; PGP key at /security.