OpenAnalytics
OpenAnalytics is an open-source analytics API designed to help developers track and understand traffic on their websites or applications. The entire project is available on GitHub, allowing anyone to copy the code, modify i…
OpenAnalytics
OpenAnalytics is an open-source analytics API designed to help developers track and understand traffic on their websites or applications. The entire project is available on GitHub, allowing anyone to copy the code, modify it, and deploy it on their own infrastructure without relying on third-party analytics services.
The API returns structured analytics data that can be directly used to build dashboards and visualizations.
Core Metrics
- Total visits
- Unique visitors
- Total sessions
- Bounce rate
- Average time spent on the site
Page Analytics
- Most visited pages
- Page visit counts
Visitor Insights
- Country and city of visitors
- Device type
- Browser and operating system
Traffic Sources
- Referrer information
Visualization Data
- Preformatted datasets for libraries like Recharts and Chart.js for building charts and analytics dashboards.
Used AI for debugging