Event Analytics
Event tracking, funnels, retention charts, and user paths. Understand how contacts move through your growth loops with full event history.
GrowthOS does not build its own analytics engine. Instead, it integrates deeply with PostHog — the open-source product analytics platform — as its analytics backbone.
The reasoning is straightforward:
GrowthOS events flow through the event bus into PostHog, where they are stored in ClickHouse and made available for analysis, feature flag evaluation, and experiment tracking. Feature flag decisions flow back into GrowthOS modules to control behavior.
Event Analytics
Event tracking, funnels, retention charts, and user paths. Understand how contacts move through your growth loops with full event history.
Feature Flags
Gradual rollouts and A/B test allocation. Control which contacts see new features, referral campaigns, or UI variants — evaluated server-side or client-side.
Experiments
Statistical significance testing and variant analysis. Run experiments on referral reward amounts, email subject lines, waitlist mechanics, and more.
Session Replay
Watch real user sessions to debug experience issues. Understand why a referral flow has drop-off or why a survey has low completion rates.
Surveys (Basic)
PostHog includes basic survey capabilities. GrowthOS extends these with automated follow-up actions, segment routing, and cross-module triggers.
HogQL
SQL-like query language over the full event stream. Build custom reports, export data for analysis, and power dashboards with ad-hoc queries.
PostHog is the observation layer. GrowthOS is the action layer. Together, they close the loop from insight to outcome.
| PostHog Observes | GrowthOS Acts |
|---|---|
| Funnel drop-off at step 3 | Trigger a re-engagement nudge for contacts who dropped off |
| NPS score distribution | Auto-route detractors to retention sequences, promoters to referral prompts |
| Feature adoption rate | Gate referral rewards behind feature activation milestones |
| Experiment variant wins | Roll out the winning variant to all contacts via feature flags |
| Session replay shows confusion | Trigger a contextual micro-survey at the point of friction |
| Retention curve flattens at day 7 | Launch a day-7 email sequence with activation tips |
PostHog does not include — and is not designed to include — these GrowthOS capabilities:
The PostHog integration is designed to scale with GrowthOS from early-stage to growth-stage.
The boundary between PostHog and GrowthOS is clean and deliberate.
PostHog and GrowthOS form a virtuous cycle: modules generate events, PostHog analyzes them, insights trigger module actions, and those actions generate more events. Neither component tries to do the other’s job.