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"Active Analytics and Blazer both sit in analytics, but they solve different parts of it.
Thin comparison — they do not replace the same product. Kept readable, left out of search.
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"SQL queries, charts and dashboards for your team, mounted in your app
5.0 · 1 rating# Gemfile
gem "blazer"
# config/routes.rb
mount Blazer::Engine, at: "/blazer"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 →
Blazer is a business intelligence tool that mounts into your Rails app. Your team writes SQL, saves it, charts it, and puts it on a dashboard. Saved queries with variables Automatic charting from the shape of the result set Dashboards composed of saved queries Checks that email when a query starts returning rows An audit trail of who ran what A hosted BI tool needs a database user, a network path in, and a per-seat subscription. Blazer needs a route.
Read the full Blazer listing →
Rows where the two differ are marked.
| Active Analytics | Blazer | |
|---|---|---|
| Category | Analytics | Analytics |
| Replaces (differs) | Google Analytics, Matomo, Plausible | Airtable, Metabase Cloud |
| License | MIT | MIT |
| GitHub stars (differs) | 514 | 4400 |
| Gem (differs) | active_analytics | blazer |
| Mounts at (differs) | /analytics | /blazer |
| Member rating (differs) | — | 5.0 |
Nothing unique here.