From 3e2931dae1d0d41b8b002417f5aca7e738676dc7 Mon Sep 17 00:00:00 2001 From: Zayd Krunz <70227235+ShrootBuck@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:50:11 +0300 Subject: [PATCH] docs: Add PostHog to analytics recommendations (#1912) --- www/src/pages/en/other-recs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/src/pages/en/other-recs.md b/www/src/pages/en/other-recs.md index d3319ccaae..ae774aac2c 100644 --- a/www/src/pages/en/other-recs.md +++ b/www/src/pages/en/other-recs.md @@ -140,6 +140,12 @@ Soketi is a self-hostable, simple, and fast alternative to Pusher. It's fully co User data is very valuable when you're building an app. Here are some analytics providers we recommend. +### PostHog + +PostHog is a full-featured, open-source, and self-hostable solution for bringing in depth analytics to your product. They have SDKs for every library/framework imaginable. + +- [PostHog Homepage](https://posthog.com/) + ### Plausible Need analytics? Plausible is one of the quickest ways to get them. Super minimal. It even has a [simple plugin for Next.js](https://plausible.io/docs/proxy/guides/nextjs).