Regardless of which tier you choose, every Wolf Analytics account ships with the same privacy-first architecture, tracking infrastructure, and real-time capabilities. These are not add-ons or premium features. They are the foundation that every plan is built on.
Account-aware authentication
Every user gets a dedicated account with JWT-based dashboard auth, project ownership boundaries, and clearly scoped API keys. Your data is isolated from other accounts at every layer.
Privacy mode controls
Switch between GDPR mode and international mode per project. GDPR mode hashes IPs with SHA-256, strips user agents to browser and OS family, and limits geo to country and region. International mode unlocks full-resolution tracking for teams outside the EU.
Hosted tracking snippet
A lightweight vanilla TypeScript snippet bundled with esbuild. Drop a single script tag into your site with your project API key and start collecting pageviews, clicks, scroll depth, and custom events immediately. No npm package or build step required.
Real-time active visitors
See who is on your site right now through Server-Sent Events streaming. The real-time dashboard updates without polling, showing active visitor count, current pages, and geographic distribution as traffic arrives.
Traffic source attribution
Automatic classification of every session into Direct, Organic Search, Social, Newsletter, or Referral channels. Attribution logic runs server-side using referrer headers and UTM parameters, so it works even when JavaScript tracking is limited.
Secure deployment options
Deploy the backend on your own infrastructure or use the hosted instance at analapi.wolfai.dev. Environment variables control every secret: database credentials, analytics salt, Stripe keys, and MaxMind paths. Nothing sensitive is hardcoded.