Run your own privacy-respecting analytics without sending visitor data to Google or other third parties.
Track custom events like button clicks or newsletter sign-ups on your website without cookies.
Build a custom analytics dashboard by querying Ackee's GraphQL API with your own front-end.
Add analytics to a Gatsby, Nuxt, or Svelte site using one of the community-built plugins.
Requires a running MongoDB instance and a Node.js server or Docker environment.
Ackee is a website analytics tool you run on your own server. Instead of sending your visitors' data to a third-party service like Google Analytics, all the information stays on a server you control. The goal is to know how many people visit your site and which pages they look at, without collecting personal data or setting tracking cookies. Because Ackee does not use cookies and deliberately avoids making individual users identifiable, it does not require you to show a cookie consent banner to your visitors. It tracks visits in an anonymized way, giving you aggregate counts and trends without building profiles of specific people. The tool runs on Node.js and stores data in MongoDB. You can install it through Docker, Helm, or directly on a server, and there are also guides for deploying it to hosted platforms like Vercel, Render, Railway, and several others. Configuration is done through environment variables. Ackee exposes a GraphQL API that covers everything shown in its own interface. This means you can build your own dashboards or reporting tools on top of it by querying the same data. The README lists a range of community-built integrations: plugins for WordPress, Gatsby, Nuxt, Angular, Svelte, VuePress, and a PHP class, among others. There is also a companion tool for showing Ackee stats in the macOS menu bar. Beyond page views, Ackee can track custom events such as button clicks or newsletter sign-ups, which lets you measure specific actions visitors take on your site. The project is open-source, self-funded, and maintained by one person who accepts donations through GitHub Sponsors and PayPal.
← electerious on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.