Analytics. Product events without the payload.
Plooi uses PostHog for product analytics and Metabase for BI dashboards. Prompts, outputs, and uploaded files never enter the analytics pipeline.
Closed Alpha. The analytics surface is internal during alpha. Public dashboards land with the public launch.
What it measures
- Activation and adoption.
- Per-node and per-model usage.
- Credits spent versus provider cost.
- Conversion (Free → Paid, credit packs).
Event schema (excerpt)
| Area | Examples |
|---|---|
| Session | session_started, session_ended |
| Onboarding | onboarding_started, onboarding_completed |
| Nodes | node_added, node_run_started, node_run_completed |
| Billing | checkout_started, subscription_started, credit_pack_purchased |
| Settings | model_selected |
Privacy boundary
- No prompts, outputs, or files are ever sent to PostHog.
- Only metadata — token counts, latency, cost, model id — crosses the boundary.
- The PostHog instance is EU-hosted.
The full event schema lives in docs/ANALYTICS.md.