
What Tracelit is
Tracelit is the monitoring stack you reach for when something breaks in production — on the website and the API. One workspace. Two surfaces:
Then the part vibe coders actually care about: when something spikes, Tracelit can explain it, draft a fix, and open a PR. You review. Merge when you’re ready.
Detect → explain → PR. Same flow for a rage-click checkout bug and a panicking Go handler.
Frontend — Sites
Drop the tracker on any site. No cookies. No PII by default. Under 20 KB.
Always set
environment to production or development when you init. Ingest only accepts those two for sites.
Backend — Services
Point OpenTelemetry at Tracelit. Same workspace as your sites. Same incident and resolution loop.
Prefer guided setup? In the app, add a service as an engineer and Tracelit walks language → framework → logger with a live connection check.
Agentic process
This is the shared brain across sites and services.
You stay in control. Tracelit never pushes straight to your default branch.