A privacy-first web analytics platform that helps you understand user journeys without sacrificing user privacy. No popups, no tracking pixels, just clarity.
- 1-line install: Simple JavaScript snippet to add to your website
- User journey visualization: See how users navigate through your site
- Domain verification: Secure analytics for verified domains only
- Real-time analytics: Monitor traffic as it happens
- Create an account at pathing.cc
- Get an API key from the dashboard
- Add the JavaScript snippet to your website:
<script src="https://pathing.cc/pathing.js" pathing-api-key="YOUR_API_KEY"></script>
Page views are tracked automatically. Track custom events with:
window.pathing.track("event_name", {
property1: "value1",
property2: "value2"
});
- Log in to your Pathing dashboard
- Select a domain to view its analytics
- Explore user journeys, page views, and custom events
- Next.js 15
- React 19
- Tailwind CSS 4
- Supabase (Auth & Database)
- Recharts (Data visualization)
MIT
Contributions are welcome! Please feel free to submit a Pull Request.