Ackee Review, Pricing & Features

Ackee is a free, self-hosted analytics tool that tracks website traffic without cookies. See features, setup options, and how it compares.

Category
Analytics
Pricing
Free (open source), from Free
Verified
Not yet
Last updated
July 18, 2026
Web AppAPIOpen SourceSelf-Hosted

Overview

Ackee is a self-hosted, open-source analytics tool built on Node.js and MongoDB. Rather than running as a hosted SaaS product, it's deployed on infrastructure the user controls, which means there's no recurring subscription fee — only the cost of hosting it yourself.

The project is fully open source, with its code, issues, and releases hosted publicly on GitHub, and has built a sizeable community following among developers looking for a lightweight, privacy-first alternative to commercial analytics platforms.

Privacy Approach

Ackee's defining feature is its privacy model: it doesn't use cookies or unique visitor identifiers, and it anonymizes collected data so individual users can't be re-identified. Because no cookies are set for tracking, sites relying solely on Ackee for analytics typically don't need to show a cookie-consent banner for that purpose.

Key Features

The dashboard supports monitoring multiple domains from one place, showing page views, referrers, session duration, and visitor metadata. It also supports custom event tracking — for example, logging button clicks or newsletter signups alongside standard pageview data.

A fully documented GraphQL API is available for pulling data into custom tools or building alternative front ends, and the tracking script is designed to be a simple drop-in snippet similar to other analytics tools.

Key Features

Pros & Cons

Pros

  • Completely free and open source
  • No cookies required, simplifying consent/compliance concerns
  • Full data ownership since it's self-hosted
  • Multiple deployment options to fit different infrastructure

Cons

  • Requires self-hosting and ongoing maintenance (no managed cloud version)
  • Requires running and maintaining a MongoDB database
  • Minimal feature set compared to full-featured commercial analytics suites

Pricing

Frequently Asked Questions

Is Ackee free?

Yes. Ackee is free, open-source software. Since it's self-hosted, there's no license fee — you only pay for the server or platform you host it on.

Does Ackee use cookies?

No. Ackee tracks visits without cookies or unique visitor identifiers, and anonymizes the data it collects.

What do I need to run Ackee?

A Node.js runtime and a MongoDB database, plus a hosting environment such as Docker, Heroku, Netlify, Vercel, or similar.

Related Tools