Introduction
TrichiData is a SaaS analytics platform for developers. It gives your team a single place to collect events from any application and explore that data through a flexible table builder — no SQL required.
TrichiData is a SaaS analytics platform for developers. It gives your team a single place to collect events from any application and explore that data through a flexible table builder — no SQL required.
What it does
- Collects events — integrate once via SDK or HTTP API; all events land in a central store
- Auto-discovers schema — after the first event arrives, the platform maps all known event names and their properties automatically
- Lets you build tables — admins construct arbitrary reports by choosing events, columns, filters, groupings, and time ranges through a UI — no predefined dashboards, no fixed schema
- Forwards to destinations — server-side forwarding to GA4, Facebook Pixel, and more (no client-side pixels needed)
Who it's for
| Role | What they do |
|---|---|
| Developer | Integrates the SDK, manages API keys, sets up sources |
| Admin / Analyst | Builds tables, connects destinations, analyzes results in the UI |
Key design decisions
- No per-MAU pricing. You pay per project, not per active user — unlike Mixpanel or Amplitude.
- You define the schema. The data model is driven by the events you send, not by a fixed platform schema.
- No PII collected. The platform intentionally does not accept or store personally identifiable information. See Compliance.
- Server-side forwarding. Destinations receive events from the platform's backend — not from the end user's browser. This eliminates ad blocker interference and centralizes control.
Next steps
Integrate events:
- SDK Quickstart — track your first event
- Browser SDK — vanilla JS and frameworks
- React SDK —
TrichiDataProviderand hooks - React Native SDK — mobile apps
- Node SDK — server-side tracking
- REST API — sessions, events, and schemas
Use the platform:
- Table Builder — build reports
- Destinations — forward events to GA4 or Facebook Pixel
- Account — workspaces, API keys, billing