From fef4941e06223feeda574cd6b15b2c92ab13599d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 17 Feb 2026 12:02:50 +0100 Subject: [PATCH] fix: remove faqpage --- apps/public/content/articles/mixpanel-alternatives.mdx | 8 ++++---- apps/public/src/components/faq.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/public/content/articles/mixpanel-alternatives.mdx b/apps/public/content/articles/mixpanel-alternatives.mdx index 6b8e4747..0fb3df0e 100644 --- a/apps/public/content/articles/mixpanel-alternatives.mdx +++ b/apps/public/content/articles/mixpanel-alternatives.mdx @@ -132,7 +132,7 @@ All plans include unlimited websites, team members, and 5 years of data retentio - No advanced features like predictive analytics or machine learning - Self-hosting requires technical expertise and infrastructure management - + OpenPanel is typically 70-90% cheaper than Mixpanel at scale. For example, tracking 1 million events costs $90/month with OpenPanel vs $779/month with Mixpanel. The savings increase as your usage grows. @@ -206,7 +206,7 @@ PostHog uses a complex usage-based pricing model across different products: - Some features only available in paid cloud version - Higher learning curve than simpler alternatives - + PostHog's free tier is 10x larger (1M vs 100k events), but costs can escalate quickly if you use multiple products. At scale, PostHog analytics alone costs ~$50 per million events vs Mixpanel's ~$779, but adding session replay and feature flags increases the total significantly. @@ -280,7 +280,7 @@ Heap offers a free tier and custom enterprise pricing: - Privacy concerns with capturing everything - Free tier is limited to 10k sessions (not events) - + Autocapture eliminates the need to decide what to track upfront, which is great for discovery. However, it generates more data than you need and can make it harder to focus on important metrics. Manual tracking (like Mixpanel or OpenPanel) requires more planning but gives you cleaner, more intentional data. @@ -404,7 +404,7 @@ Pendo's pricing is based on monthly active users (MAUs) rather than events: - Heavier SDK can impact page performance - Free tier limited to 500 MAUs - + Mixpanel is stronger for pure analytics — deeper funnels, more flexible queries, and better data exploration. Pendo's analytics are competent but simpler. The real value of Pendo is combining analytics with in-app guides and feedback, which Mixpanel doesn't offer at all. diff --git a/apps/public/src/components/faq.tsx b/apps/public/src/components/faq.tsx index a6b434d0..4e439db3 100644 --- a/apps/public/src/components/faq.tsx +++ b/apps/public/src/components/faq.tsx @@ -8,7 +8,7 @@ import { export const Faqs = ({ children, - schema = true, + schema = false, }: { children: React.ReactNode; schema?: boolean;