Analytics Overview
Analytics are an essential part of any modern application, providing valuable insights into user behavior, performance, and other key metrics. staarter.dev includes built-in support for analytics, allowing you to track user interactions, monitor application performance, and make data-driven decisions to improve your application.
Supported Analytics Providers
staarter.dev supports the following analytics providers out of the box:
Google Analytics: Track user interactions, page views, and other events on your website using Google Analytics. Google Analytics provides detailed reports and insights to help you understand user behavior and optimize your application.
Umami: A simple, self-hosted analytics solution that respects user privacy and provides essential metrics for your website. Umami is lightweight, easy to set up, and does not rely on third-party services.
Vercel Analytics: Monitor your application's performance and usage with Vercel Analytics. Vercel Analytics provides real-time data on request volume, latency, and other metrics to help you optimize your application's performance.
Disabling Analytics
If you prefer not to use any analytics provider, you can disable analytics in your application by removing the AnalyticsScript component from your layout in apps/web/app/layout.tsx.
Last updated