What it is
PostHog is a product suite that meters each product separately on one bill: analytics, session replay, feature flags, experiments, surveys, error tracking, a data warehouse, and a CDP for pipelines. On event analytics it covers the same ground as Amplitude and Mixpanel; it also carries the flag-and-experiment layer those two leave to a separate vendor. PostHog raised a $75M Series E in September 2025 at a $1.4B post-money valuation and reported 213 employees as of 31 July 2026, so this is not a side project you are betting a stack on.
Why it shows up in Customer Success stacks
- It is the one entry in this category a team can run past pilot at zero cost. Every product has its own monthly free allowance that resets: 1M analytics events, 5,000 session recordings, 1M feature-flag requests, 1,500 survey responses, 100K error-tracking exceptions, 1M data-warehouse rows. Pendo and Heap are quote-gated with no published entry price; PostHog is the opposite pole.
- Seats are free and unlimited on every plan, including the free one. A CSM who needs to watch one replay per week costs nothing to add. On Userpilot that same person consumes one of three Starter seats, and on Amplitude or Pendo they are a line item in the contract.
- The MCP server is shipped, hosted, and generally available.
npx @posthog/wizard mcp addinstalls it into Claude Code, Claude Desktop, Cursor, VS Code, Codex, Windsurf, or Zed. From there an agent ships a feature flag, runs a HogQL query, or reads a stack trace without opening the app. Amplitude and Mixpanel also ship MCP servers; Pendo and Heap ship none.
Pricing reality
There are two plans — free, and pay-as-you-go — plus three platform packages bought on top. Paid unlocks 6 projects instead of 1 and 7-year data retention instead of 1 year. Support is email; Slack support opens at $2,000/mo of spend.
Published per-unit rates start at $0.00005 per analytics event above the free 1M and step down on a volume curve to $0.000009 at 250M+ events per month. Session replay starts at $0.005 per recording above the free 5,000 and steps down to $0.0015 at 500K+. The platform packages are Boost at $250/mo (unlimited projects, SSO enforcement, 2FA enforcement, white labeling, HIPAA BAA, 7-day activity logs), Scale at $750/mo (SAML, 8-hour priority support target, 2-month activity logs, feature-flag approvals), and Enterprise at custom pricing (RBAC, property-level access control, SCIM, custom MSA, 60-month retention).
What a real bill looks like: a 20-person B2B SaaS ingesting 10M analytics events and 20,000 recordings per month, on Boost, lands near $640/mo — roughly $7.7K/yr if events are sent anonymously (estimate, worked from the published rates above). Send those same events with person profiles attached and the analytics line multiplies, pushing the same team into the $1,300–1,600/mo band. The variable that moves your bill is not headcount and not seats — it is what fraction of your events carry a person profile.
Best for
Product-led B2B SaaS teams of roughly 5–50 people where the same group owns activation analytics, feature flags, and replay, and where CS needs to watch sessions and ship surveys without a seat negotiation. ROI is strongest under about 20M monthly events, where the free allowances plus the volume curve stay well below Amplitude’s or Pendo’s annual floor.
Do not buy it if
In-app guidance is the job. PostHog removes product tours on 26 September 2026 — the tool stops working across all versions and support ends the same day. If onboarding checklists, tooltips, and guided flows are the deliverable, buy Userpilot, Pendo, or Appcues and wire PostHog in underneath as the analytics and flag layer. Also skip it if security review requires RBAC or SCIM before signature — those sit behind an Enterprise conversation, which is the exact quote-gated motion you came here to avoid.
Versus the alternatives
- Amplitude — pick it when analytics is an enterprise system of record with governance, taxonomy review, and a data team that owns the event schema. PostHog’s breadth is a liability when four teams define events differently and nobody arbitrates.
- Mixpanel — pick it when you want event analytics and nothing else. One product, one meter, one mental model beats eight meters you have to reason about at renewal.
- Pendo / Userpilot — pick either when guidance beats measurement, which the September 2026 tours removal now makes an explicit fork rather than a preference.
- Fastest-growing entrant — in this segment that is PostHog itself, at an estimated 99% year-over-year revenue growth as of February 2026 (third-party estimate, not a vendor-reported figure). Heap is the counter-case: it sits inside Contentsquare and is no longer sold as an independent pole.
Watch-outs
- Identified events cost up to 4x anonymous ones, per PostHog’s own docs — the single largest driver of a surprise bill. Guard: set
person_profiles: 'identified_only'in the JS web SDK and pass$process_person_profile: falseon backend capture calls for events that do not need a profile, then check the identified-event share in billing before scaling ingestion. - Product tours disappear on 26 September 2026. Guard: PostHog ships a free product-tours agent skill that rebuilds the equivalent, but schedule it as a dated migration with an owner, not as an upgrade that happens to you. If tours were the buying reason, move to a guidance tool now rather than rebuilding on a product line the vendor already exited.
- Self-hosting is MIT-licensed but officially unsupported. No tagged releases, no guarantees, and every paid-plan feature is Cloud-only; PostHog’s docs put the practical ceiling near 300K events, 1K recordings, and 300K flag calls per month. Guard: treat the Docker Compose deployment as an evaluation install. If data residency is the real driver, use the EU Cloud region (BAA available for HIPAA) instead of running it yourself.
- Usage-based billing has no natural ceiling. An instrumentation bug that double-fires an event bills at full rate. Guard: set a per-product billing limit in billing settings on day one, before the first production deploy, not after the first invoice.
- Governance is priced as an add-on, not a tier. SSO enforcement needs Boost, SAML needs Scale, RBAC and SCIM need Enterprise. Guard: if your security review requires SAML, price $750/mo into the evaluation from the start — it triples the platform line and changes which competitor wins on cost.