Analytics
Plausible, Google Analytics, PostHog, Umami, Mixpanel, Vercel Analytics, and custom events.
Configuration
typescript
analytics: {
provider: "plausible" | "ga" | "posthog" | "umami" | "mixpanel" | "vercel" | "none",
},
Custom events
Call trackEvent(name, properties) from client modules after consent where required.
Page views
Layout instrumentation sends page views on route changes for SPA-style navigation.
Respect privacy laws; load analytics only after consent banners when operating in regulated regions.