docs: add overview for each compare page

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-09 22:17:52 +00:00
parent 9f441fd9fa
commit c8d78e31a1
25 changed files with 261 additions and 18 deletions

View File

@@ -24,6 +24,15 @@
"founded": 2016,
"headquarters": "Germany"
},
"overview": {
"title": "Why consider OpenPanel over Ackee?",
"paragraphs": [
"Ackee is an ultra-minimal, self-hosted analytics tool that prioritizes anonymous tracking and a clean interface. Built on MongoDB, it's a solid choice for developers who want basic web metrics on their own server without any third-party data sharing. But its intentional minimalism means no user identification, no product analytics, and no cloud-hosted option.",
"OpenPanel provides everything Ackee offers — privacy-focused, open-source, and self-hostable — while adding the product analytics capabilities that help you actually grow your product. Funnels let you understand where users drop off, retention analysis shows whether they come back, and user identification connects anonymous visits to real accounts once users sign in.",
"The database architecture is a fundamental difference. Ackee uses MongoDB, which works for small sites but isn't designed for analytical queries. OpenPanel uses ClickHouse, a column-oriented database purpose-built for analytics, which means fast queries even with millions of events. And if you don't want to manage servers, OpenPanel offers a cloud option with a free tier — something Ackee doesn't provide.",
"If you appreciate Ackee's self-hosted simplicity but need mobile app analytics through native SDKs, deeper insights into user behavior, or the option to use a managed cloud service, OpenPanel is the natural upgrade path."
]
},
"summary_comparison": {
"title": "OpenPanel vs Ackee: Which is right for you?",
"intro": "Both are privacy-focused open source analytics tools. Ackee focuses on simple web metrics with anonymous tracking. OpenPanel adds product analytics capabilities with user identification.",