https://github.com/bboonstra/pathing
Analytics how you want them
https://github.com/bboonstra/pathing
analytics free full-stack javascript-framework js open-source path pathing website website-development
Last synced: 9 months ago
JSON representation
Analytics how you want them
- Host: GitHub
- URL: https://github.com/bboonstra/pathing
- Owner: bboonstra
- Created: 2025-05-01T18:01:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T21:51:26.000Z (9 months ago)
- Last Synced: 2025-07-07T04:54:27.891Z (9 months ago)
- Topics: analytics, free, full-stack, javascript-framework, js, open-source, path, pathing, website, website-development
- Language: TypeScript
- Homepage: https://pathing.cc
- Size: 5.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Pathing.cc
A privacy-first web analytics platform that helps you understand user journeys without sacrificing user privacy. No popups, no tracking pixels, just clarity.
## Features
- **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
## Getting Started
1. Create an account at [pathing.cc](https://pathing.cc)
2. Get an API key from the dashboard
3. Add the JavaScript snippet to your website:
```html
```
Page views are tracked automatically. Track custom events with:
```javascript
window.pathing.track("event_name", {
property1: "value1",
property2: "value2"
});
```
### Viewing Analytics
1. Log in to your Pathing dashboard
2. Select a domain to view its analytics
3. Explore user journeys, page views, and custom events
## Tech Stack
- Next.js 15
- React 19
- Tailwind CSS 4
- Supabase (Auth & Database)
- Recharts (Data visualization)
## License
MIT
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.