Tools tagged with "Analytics"

Favicon

 

  
 
Favicon

 

  
 
Favicon

 

  
 
Favicon

 

  
 
Favicon

 

  
 
Favicon

 

  
 

Tools tagged "analytics" collect and report on usage data: page views, events, user sessions, conversion funnels, and product usage patterns. Open source analytics platforms range from lightweight, privacy-focused website analytics (page views and referrers, no cookies) to full product analytics suites tracking custom events, funnels, retention cohorts, and session replay.

Common use cases include website traffic reporting as a Google Analytics replacement, product analytics for SaaS teams tracking feature adoption and user retention, A/B testing and feature experimentation tied to usage data, and server-side event tracking for backend systems that do not fit a typical pageview model. Privacy-focused website analytics tools deliberately avoid cross-site tracking and cookies, appealing to teams that want traffic numbers without a cookie consent banner.

When choosing one, check whether it does client-side (JavaScript snippet) or server-side event collection, or both, data retention limits and whether historical data can be exported, dashboard and funnel-building flexibility (can you build a custom retention cohort, or only view pre-set reports), session replay and heatmap support if you need qualitative usage insight, and how it handles high event volume, since self-hosted analytics databases can grow large fast and need a database built for that (ClickHouse is common under the hood).

Self-hosted analytics tools typically replace Google Analytics, Mixpanel, Amplitude, and Hotjar. Teams self-host to keep visitor and user data out of a third party's hands (often for GDPR compliance or a general privacy stance), to avoid event-volume-based pricing tiers that get expensive at scale, and to query raw event data directly with SQL instead of only through a vendor's dashboard. The operational cost is running and scaling the underlying database yourself as event volume grows.

Frequently asked questions