Skip to main content
Open source

The code that runs in your app should be readable.

@trueclara/parser and @trueclara/next are the inspectable pieces teams install in their repos. The managed dashboard, ingestion, billing, and detector stay hosted.

01

Runtime

Teams can read the runtime that posts aggregate route behavior from their Next.js app.

02

Parser

The parser can run locally or in CI and emits the deterministic route graph used by the dashboard.

03

Managed

Regression detection, ingestion, billing, retention, and dashboard workflows are operated by TrueClara.

Settings Install (THEME (light))
Open packages should be shown through the surfaces where teams actually install and inspect them.
Runtime

The browser package is inspectable.

Teams can read the runtime that posts aggregate route behavior from their Next.js app.

ProviderConsentEvents
Settings Install (THEME (light))
Per-project install instructions make the open runtime and parser boundary concrete.
Parser

The source-tree walker is open.

The parser can run locally or in CI and emits the deterministic route graph used by the dashboard.

RoutesEdgesGraph JSON
Project Diagram (THEME (light))
The parser output is visible as a graph artifact inside the hosted workflow.
Managed

The detector and warehouse are product infrastructure.

Regression detection, ingestion, billing, retention, and dashboard workflows are operated by TrueClara.

TinybirdPostgresSlack OAuth
Observations List (THEME (light))
The managed detector and dashboard remain clearly separate from the installable packages.
Boundary

No self-host promise is implied.

Open packages support auditability and local verification. They are not a complete self-hosted product.

ReadableVerifiableManaged service
Workspace Billing (THEME (light))
Commercial and hosted boundaries stay explicit when the page points at the actual managed surfaces.
Before / after

Dashboard archaeology becomes one attributed answer.

Keep deploy context, route movement, and evidence together long enough for the team to decide.

Audit
The runtime and parser can be reviewed.
Installed code is opaque.
CI
The parser emits graph artifacts during build.
Route state is inferred later.
Scope
Installed packages and managed service boundaries are explicit.
Open source claims imply self-hosting.

Run the open pieces. Let the hosted system operate the detector.

TrueClara keeps the repo-installed code auditable while preserving a reliable managed service.