next-right-now icon indicating copy to clipboard operation
next-right-now copied to clipboard

Changing Amplitude to PostHog (OSS and free analytics)

Open Vadorequest opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. Amplitude is a paid 3rd party that provides 10M events free per month. But if any advanced feature is required, the base "Enterprise plan" price starts around $50k/y, which is just insane.

Also, we send data to a 3rd party, and it has potential issues with regulations (GDPR, etc.)

Basically, we're not the master of our data, and while storing data in Amplitude is free (up to 10M/month), reading them from external tools isn't and require a Growth plan.

Describe the solution you'd like A solution that:

  • Gives us control about how to exploit our data
  • Allows us to choose where to store our data
  • Isn't too expensive for a startup

Describe alternatives you've considered https://posthog.com/pricing is open source, can be completely free, provides EE features (paid), can be self-hosted, can be managed (free up to 1M events/month) and allows us to exploit our data in any way we like.

As it's OSS, it's more likely that a private vendor to provide integrations for 3rd parties, and PR are welcome if we need to add one in particular.

Additional context I'm thinking about switching and get rid of Amplitude. I love the amplitude/react API, it's really good DX. But there are too many limitations for the business.

Doc:

  • https://posthog.com/docs/integrate/client/js
  • https://www.npmjs.com/package/next-use-posthog

Vadorequest avatar Jun 19 '21 16:06 Vadorequest

+1000 for this

samuelcastro avatar Jan 21 '22 18:01 samuelcastro

I've used PostHog for other projects and I like it much better than Amplitude.

Although I looked into the SDK and PostHog doesn't have an SDK for React specifically, but an OSS package for Next.js exists (1 star).

Not sure when I'll do that, one of my issues being, I have several production apps/projects using Amplitude and I must keep maintaining them, so ditching it completely is not possible at this time (and won't likely be for years).

Vadorequest avatar Aug 25 '22 17:08 Vadorequest