Analytics
Simple, privacy-friendly analytics built for indie developers. One line of code. No cookies. No consent banner. See exactly where your visitors come from.
Why we built this
Most analytics tools are either too complex (Google Analytics) or too expensive (Mixpanel, Amplitude) for solo indie developers who just want to know one thing: where are my visitors coming from?
Zero to One's analytics answers that question with zero configuration. When you distribute your product using our generated content, the links are automatically tagged. When visitors land on your site, the dashboard shows you "45 from Reddit, 23 from Hacker News" — not cryptic UTM parameters.
What gets tracked
| Data | How |
|---|---|
| Page views | Every page your visitors see, with the URL path |
| Traffic sources | Auto-detected from UTM params and referrer headers |
| Device type | Mobile, tablet, or desktop — derived from screen width |
| Country | Estimated from timezone, not IP geolocation |
What does NOT get tracked
This means you do not need a cookie consent banner. The script is GDPR, CCPA, and PECR compliant out of the box.
- No cookies or local storage
- No personal data (no names, emails, or IP addresses)
- No browser fingerprinting
- No cross-site tracking
- No third-party data sharing
How it works
- You install a snippet — One
<script>tag on your website (~1KB, loads async) - Visitors arrive — The script sends a page view event with the URL, referrer, and any UTM parameters
- We decode the source —
utm_source=redditbecomes "Reddit". A referrer fromnews.ycombinator.combecomes "Hacker News" - You see the dashboard — Clean, simple charts showing where people come from
The magic is in step 3. You never need to understand UTM parameters. We handle the translation automatically.
Getting started
- Install the tracking snippet — takes 2 minutes
- Visit your website to generate test data
- Check the Analytics dashboard to see it working
Related
- Installation guide — Framework-specific setup instructions
- Source detection — How we identify traffic sources
- API reference — Endpoints for the analytics system