Software Alternatives, Accelerators & Startups

โœ“
PostHog

An open source suite of product and data tools including product analytics, feature flags, session replay, A/B testing, surveys, and more.

PostHog

PostHog Reviews and Details

This page is designed to help you find out whether PostHog is good and if it is the right choice for you.

Screenshots and images

  • PostHog Landing page
    Landing page //
    2024-07-05

Features & Specs

  1. Self-Hosting Option

    PostHog can be self-hosted, allowing you to maintain control over your data and ensuring compliance with strict data privacy regulations.

  2. Complete Analytics Suite

    Provides a complete suite of product analytics tools including feature flags, session recordings, and heatmaps, enabling comprehensive user behavior analysis.

  3. Open-Source

    Being open-source, PostHog allows for high customizability and the potential to contribute to the codebase, fostering a community-driven development approach.

  4. Privacy-Focused

    Designed with privacy in mind, PostHog globally complies with GDPR, CCPA, and other privacy laws, reducing the risk of legal complications.

  5. Event-Driven Architecture

    Its event-driven architecture provides high flexibility in tracking custom events, allowing for more detailed and tailored analytics.

  6. Integrations

    PostHog integrates with a variety of tools and services such as Slack, GitHub, and Zapier, streamlining workflows and enhancing productivity.

Badges & Trophies

Promote PostHog. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

PostHog Walk Through

Open Source Product Analytics With PostHog

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about PostHog and what they use it for.
  • MCP Builder Breakfast: Toast and Tools
    Yesterday, we hosted an MCP Builder Breakfast with PostHog at our office โ€” a space where developers can connect and exchange ideas on the latest trends in MCP development. - Source: dev.to / 5 days ago
  • Smarter Apps with PostHog: Feature Flags & Analytics
    This is why I've been so impressed with PostHog. Itโ€™s a platform built for product engineers that combines analytics, feature flags, and session replay into a single, cohesive solution. For a Django developer, this means you can spend less time integrating tools and more time building what matters, backed by real data. - Source: dev.to / 20 days ago
  • How Iโ€™d scale a side project to 1 million users (without melting my server)
    PostHog analytics you can self-host (great for privacy). - Source: dev.to / about 1 month ago
  • AI: Introduction to Ollama for local LLM launch
    For monitoring, there are separate full-fledged monitoring solutions like Opik, PostHog, Langfuse or OpenLLMetry, maybe will try some next time. - Source: dev.to / 4 months ago
  • Posthog/.cursorrules
    I'm unable to see their website https://posthog.com Is it just me? - Source: Hacker News / 7 months ago
  • Rethink State๐Ÿ’ก Why You Should Model Your Frontend State Around Events
    Send events to analytics tools like PostHog. - Source: dev.to / 7 months ago
  • 5 Essential Tools Every Bootstrapped SaaS Startup Needs to Succeed
    For SaaS startups looking for a powerful, privacy-conscious analytics platform, PostHog provides an all-in-one solution designed for modern product teams. - Source: dev.to / 8 months ago
  • The Risks of User Impersonation
    The next rung up are User recordings. For users that are having issues, we have concrete recorded data for their flow. The flows would include anything relevant to the application, how they used it, what actions they took. All so we can actually see what happened in context for when there is a problem. No one wants to spend any time looking at recordings if they don't have to. It is also very difficult to identify... - Source: dev.to / 8 months ago
  • My 2025 Tech Stack: Tools & Tech I'm Using This Year
    Posthog. Posthog has a lot of sub products but I use it mainly for analytics and session replays. I have to say Posthog is an impressive product. Everything from dev experience to dashboards is just awesome. Great to see GA finally got some real competition. I'm looking forward to try all the other products from them. - Source: dev.to / 9 months ago
  • Implementing Posthog Analytics in Flutter Tutorial
    Visit Posthog Website and signup to create your account using either email, google, or github etc. - Source: dev.to / 9 months ago
  • Bringing Feedback Loops to API Development
    We use tools like Posthog to measure how users are using our products. This allows us to see what features are being used and which ones are not. - Source: dev.to / 10 months ago
  • Side Projects Starter Pack
    For product analytics, Posthog is simply the best. The best feature you will find useful is Session Replay (you will actually see how your users use the app). - Source: dev.to / 10 months ago
  • Using PostHog in Remix Loaders and Actions on Cloudflare Pages
    If you're building a modern web application with Remix and deploying it on Cloudflare Pages, incorporating analytics can be invaluable. PostHog is a powerful product analytics tool that provides insights into user behavior, feature usage, and more, helping you make informed decisions to improve your application. In this article, I will walk you through integrating PostHog into a Remix app, specifically focusing on... - Source: dev.to / 10 months ago
  • Leveling up Data-Driven Product Development game usingย Posthog
    Check it out: https://posthog.com/. - Source: dev.to / about 1 year ago
  • Integrating Multiple Analytics Services in Flutter: The Modular Way
    To ease the migration and management of 2 (and possibly more platforms) Iโ€™ve used the following modular approach which I will show here with Mixpanel and PostHog as examples. - Source: dev.to / about 1 year ago
  • How our infrastructure supports last-minute studying
    Great choice of monitoring and analytics tools (Sentry, Axiom, Posthog and Uptime Kuma) coupled with amazing Slack integrations that allowed us to iron out any issues way before the traffic spike while the troubling features were still fresh from the oven. - Source: dev.to / about 1 year ago
  • How Telemetry Saved my Open-Source Platform
    It would be a shame not to mention PostHog as the telemetry provider we are using, since it turned out to be extremely useful. Because it is hard to find people who will talk with you about your product, gathering statistics gave us a much greater insight into our users. - Source: dev.to / over 1 year ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    PostHog - Full Product Analytics suite free for up to 1m tracked events per month. - Source: dev.to / over 1 year ago
  • Ask HN: Where to Store Logs?
    Don't insert the logs/events/analytics into your Application DB. Usually, you send those to specialist datastores (OLAP etc) that process such high volume of data. You can use something like clickhouse [0] for example or use 3rd party SAAS solutions like posthog [1] etc that are built on top of clickhouse [0] https://clickhouse.com [1] https://posthog.com. - Source: Hacker News / almost 2 years ago
  • Ask HN: What would you use to build a mostly CRUD back end today?
    I may use Flask-Admin initially to offload the "CRUD" operations to have an initial prototype fast but then drop it ASAP because I don't want to write a "flask-admin application" to fight against later on. If the application is mainly "CRUD", then Flask-Admin is suitable. Now... Would you do a breakdown/list of all the jobs you've done by sector/vertical and by function/role and by application... - Source: Hacker News / about 2 years ago
  • Ask HN: Who is hiring? (July 2023)
    PostHog | Remote (US/Europe timezones) | Full stack engineer, technical ex-founder, tech lead | https://posthog.com or email us careers@posthog.com [0] https://posthog.com/handbook/. - Source: Hacker News / about 2 years ago

Summary of the public mentions of PostHog

Public Opinion Summary on PostHog

PostHog, positioning itself as a robust alternative to mainstream analytics platforms, has garnered significant attention for its comprehensive feature set. As a product analytics platform, it encompasses functionalities such as user analytics, session recording, feature flags, and A/B testing, aligning itself as a competitor to well-known players like Mixpanel, Amplitude, and Google Analytics.

Adoption and Market Position

According to recent data, PostHog's market penetration reflects its increasing popularity among startups and mid-sized companies. It is reported to be used by approximately 5,169 of the top one million websites, a modest yet noteworthy share when paralleled against Hotjar's 72,048. Notable adopters of PostHog include companies such as Webshare, AssemblyAI, and Purplewave, indicating its appeal among engineering and product management teams.

Features and Usability

Reviews highlight PostHogโ€™s exhaustive feature set, with particular emphasis on its session replay capability, which provides deep insights into user behavior and is especially valued for aligning product development with user needs. Users frequently mention the platform's ease of integration, privacy-conscious analytics, and the flexibility it offers due to its open-source nature. In the realm of feature flagsโ€”essential for continuous deployment processesโ€”PostHog is often mentioned alongside other open-source solutions, illustrating its versatility and integration potential.

Technical Considerations and User Feedback

Technical discussions within forum posts and articles often reference PostHog's architectural foundation on ClickHouse, a potent OLAP database, underscoring its capacity to handle extensive data volumes efficiently. This aspect makes it attractive for developers seeking robust data processing capabilities without resorting to traditional application databases.

Challenges and Criticisms

Despite its strengths, PostHog users have noted potential concerns, such as compatibility issues with ad-blockers potentially hindering analytics functionality. However, these challenges appear to be offset by its valuable features and continuous development.

Community and Support

The commitment from PostHog to foster a supportive community is evident, as seen in various job postings aiming to attract technical talent across different geographical regions. This strategy not only enhances product development but also stimulates community engagement and feedback.

Conclusion

Overall, the public perception of PostHog is largely positive, with many technical users appreciating its wide array of features, open-source flexibility, and adeptness in product analytics. While its market share is still growing when compared to established competitors, its continuous enhancements and strong appeal to technical users suggest that it is well-positioned to expand its influence within the analytics domain.

Do you know an article comparing PostHog to other products?
Suggest a link to a post with product alternatives.

Suggest an article

PostHog discussion

Log in or Post with

Is PostHog good? This is an informative page that will help you find out. Moreover, you can review and discuss PostHog here. The primary details have been verified within the last quarter. So they could be considered up to date. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.