Back to Discover
PostHog logo

PostHog

StartupLaunched September 2026

The Story

PostHog is a product analytics platform that bundles several tools a product team usually buys separately: event analytics, session replay, feature flags, experiments, and surveys. The argument for bundling is that these tools answer related questions and are more useful when they share one event stream.

The analytics core is an event pipeline. A product sends events with properties, and the platform builds funnels, retention curves, and paths from them. Session replay records the interface alongside those events, so a drop-off in a funnel can be watched rather than only counted.

Feature flags and experiments read from the same user identity, which is what closes the loop: a flag can gate a change, an experiment can measure it, and the funnel shows the result. The platform is published as open source and can be self-hosted, though the self-hosted deployment is a heavier operational commitment than the hosted service.

Overview

PostHog's premise is that analytics, replay, and flags are one system, not four vendors.

Events are the foundation. An application sends an event with a name and properties, and the platform builds funnels, retention, and path analysis from that stream.

Session replay records the interface alongside the events. When a funnel shows a drop-off, the recording of a session in that step can be watched instead of inferred.

Feature flags and experiments read the same user identity the analytics use. A flag gates a change, an experiment measures its effect, and the funnel shows the outcome - which is the integration argument for choosing one platform over four.

Key Features

  • One event stream

    Analytics, replay, flags, and experiments read the same events and identity.

  • Session replay

    Recordings sit alongside the events, so a drop-off can be watched.

  • Feature flags

    Flags gate a change and can be tied to an experiment.

  • Open-source core

    The source is published in a public repository with a license file.

Where PostHog is a strong choice, and where it is not

Choose PostHog if you want analytics, replay, and flags to share one event stream, and you would rather not stitch together four vendors and their identity models.

Look elsewhere if you only need page-view analytics, or if a self-hosted deployment's operational weight is more than your team wants to carry.

Getting started

The SDK starts sending events in minutes; the work is deciding on an event taxonomy you will live with.

  • ~10 min
    Time to first event

    Install the snippet or SDK and events start arriving. Insights are queryable immediately.

  • Free
    Cost to start

    The cloud free tier covers a monthly event allowance. Self-hosting is free but you operate ClickHouse.

  • Nothing
    Prerequisites

    An account for cloud. Self-hosting needs Docker and a machine with real memory.

Known limitations

Constraints confirmed from the project's documentation and pricing page.

  • Self-hosting is a serious commitment. ClickHouse and the surrounding services need real hardware and ongoing operations.
  • Event volume drives cost. Pricing scales with events, so an app that logs chatty events pays for them.
  • Depth varies by product. Analytics, replay, and flags are all competent, but a specialist tool may go deeper in any one area.
  • An event taxonomy is hard to change later. Renaming events after months of data means the history splits.
OUR VERDICT

Pick PostHog if you would rather consolidate than buy best-of-breed

One SDK and one event stream behind analytics, replay, and feature flags removes the integration work of running four tools.

The value is that a funnel, the replays inside it, and the flag that produced the variant all read from the same data. That makes questions answerable without exporting between vendors.

If you already run a mature warehouse-based analytics stack, or you need the deepest tool in one specific category, a specialist is the better choice.

FAQ

What is PostHog?

PostHog is a product analytics platform that bundles event analytics, session replay, feature flags, experiments, and surveys on one event stream.

Is PostHog open source?

Yes. The source is published in a public repository with a license file. Check the repository for current license terms.

Can I self-host PostHog?

Yes, though the self-hosted deployment is a heavier operational commitment than the hosted service. Check the documentation for current requirements.

Is PostHog free?

PostHog lists a free tier with monthly event limits alongside usage-based paid plans. Check the pricing page for current numbers.

What stack is PostHog built with?

CompassPad records PostHog as a Django and Python backend with a TypeScript and React front end on PostgreSQL and ClickHouse, based on the public repository.

What we checked

  • LIVE
    Site and primary link

    The marketing site resolved and the primary product link reached the product itself.

  • PRICING
    Pricing page

    The pricing page resolved and lists the current plans and limits.

  • DOCS
    Documentation

    Public documentation resolved and covers the product's core surfaces.

  • SOURCE
    Source page

    The linked source page resolved and is reachable without an account.

Discussion

No comments yet. Be the first.

Join the conversation. Sign up to comment.

Sign up free

Similar But Scrappier

Benchmark Heaven

Trending

Cost-capability analysis across AI models and benchmarks.

AI & Machine LearningCCompassPad editorial

Benchmark Heaven publishes cost and capability comparisons across AI models. Its own description is "The most detailed cost-capability analysis in AI. Every model. Every Benchmark. Actual Costs." One published comparison, JevBench v1.3.0, states that 52 Jev-class systems were tested on 534 decisions, with a named leader at a specific score. The site presents itself as a benchmark and cost reference rather than a model host: it reports results and prices instead of running inference itself.

Metabase

Trending

A BI tool that lets non-analysts query the warehouse without SQL.

Data & AnalyticsCCompassPad editorial

Metabase is a business intelligence tool aimed at the people who have questions rather than the people who write SQL. It connects to a database, reads the schema, and presents a point-and-click query builder alongside a native SQL editor for users who want one. The product's distinguishing choice is that it does not require a modelled semantic layer before it is useful. Connect a database and the tables are immediately explorable, with questions saved as reusable cards and assembled into dashboards. Alerts and subscriptions push a saved question to email or Slack on a schedule. Metabase is open source with a paid enterprise edition that adds features such as granular permissions, sandboxing, and audit logging. It is a good fit for a team that needs self-service reporting over an existing database; it is a weaker fit for heavy financial modelling or for organisations that need a governed semantic layer with versioned metric definitions.

Hugging Face

Featured

A hub for open models, datasets, and machine learning demo apps.

AI & Machine LearningCCompassPad editorial

Hugging Face is a platform for publishing and consuming machine learning artifacts. A model repository holds weights and a configuration; a dataset repository holds data and a loader script; a Space holds a running application. All three are versioned with git, so an artifact has a commit history and a revision that can be pinned. The library ecosystem is the other half. Transformers, Datasets, and the surrounding packages provide the loading code that the repositories assume, so a model card and its weights are usable with a few lines. That pairing - a hosting convention plus the library that reads it - is why the hub became the default place to publish an open model. Spaces host small applications, often a demo of a model in the same repository. Because a Space is a container with a web interface, a model can be tried before it is downloaded, which shortens the path from reading about a model to evaluating it.