Active Analytics
Better knownFirst-party traffic analytics with no cookies, no JavaScript and no third party
No ratings yet# Gemfile
gem "active_analytics"
# config/routes.rb
mount ActiveAnalytics::Engine, at: "/analytics"Both replace Google Analytics and Plausible. Active Analytics is the better-known of the two (514 stars), while AhoyCaptain covers a narrower slice of the same job.
First-party traffic analytics with no cookies, no JavaScript and no third party
No ratings yet# Gemfile
gem "active_analytics"
# config/routes.rb
mount ActiveAnalytics::Engine, at: "/analytics"A Plausible-style analytics dashboard over your Ahoy data
No ratings yet# Gemfile
gem "ahoy_captain"Traffic analytics recorded server-side, in your own database, with a dashboard you mount. Page views, entry and exit pages Traffic sources: which domains and pages send you people A dashboard engine, mounted wherever you like No cookies, no JavaScript, no consent banner Because it records on the server, ad blockers and tracking-protection extensions cannot remove your numbers. Because it sets no cookies and collects no personal data, there is no consent banner to show. Those two facts together usually make the traffic figures more accurate than the hosted product they…
Read the full Active Analytics listing →
Ahoy collects; AhoyCaptain draws. Together they are a self-hosted Plausible that happens to live at a path in your app. Visitors, page views, bounce rate and visit duration over a date range Sources, referrers, UTM breakdowns Top pages, entry pages and exit pages Goals and event funnels Filtering that composes, like the dashboard it is modelled on It needs PostgreSQL with a jsonb column for Ahoy's properties. On SQLite this is not the tool for you — reach for Active Analytics instead.
Rows where the two differ are marked.
| Active Analytics | AhoyCaptain | |
|---|---|---|
| Category | Analytics | Analytics |
| Replaces (differs) | Google Analytics, Matomo, Plausible | Google Analytics, Plausible |
| License | MIT | MIT |
| GitHub stars (differs) | 514 | 310 |
| Gem (differs) | active_analytics | ahoy_captain |
| Mounts at | /analytics | /analytics |
| Member rating | — | — |
Nothing unique here.