Statjot is product analytics for founders who don't have time for dashboards that don't ship with them. One snippet. No cookies. No analyst required.
<!-- Step 1: add to <head> -->
<script src="https://statjot.com/track.js" defer></script>
<!-- Step 2: init -->
<script>
analytics.init('pk_your_key_here')
</script>
<!-- That's it. -->What you get
Most analytics tools are built for marketing teams. Statjot is built for you — the person who writes the code, ships the feature, and needs to know if it worked.
See which pages, referrers, and campaigns are actually driving growth. Period-over-period comparison so you always know if this week is better than last week.
Track signups, upgrades, and any interaction you care about. analytics.track('upgraded') — that's it. No schema, no config, no setup.
7-day, 30-day, and 90-day windows with automatic comparison to the previous period. Spot a drop the day it happens, not when a user complains.
No cookies. No localStorage. No IP storage. No fingerprinting. GDPR, CCPA, and PECR compliant by default — not because we checked a box, but because we never collect the data in the first place.
Setup
No npm package. No build step. No account for your account. Three steps and you're tracking.
Drop the snippet into your <head>. Works on any stack — static HTML, Next.js, Webflow, Framer, whatever.
<script src="…/track.js" defer></script>
<script>
analytics.init('pk_…')
</script>Pageviews track automatically. For custom events call analytics.track() anywhere in your JS.
// one line per event
analytics.track('signed_up', {
plan: 'indie',
})
analytics.track('upgraded')Open your dashboard. Your first pageview lands within seconds. No waiting, no webhooks to configure.
Pageviews
1,284
↑ 18% vs last period
Visitors
743
↑ 12% vs last period
Pricing
No seat fees. No feature gates. Every plan includes everything — it only scales on event volume.
Free
Indie
Studio
All plans include: no cookies, no PII, GDPR compliant, unlimited team members, and full data ownership.
What founders say
"I switched from Plausible. Statjot has everything I actually check and nothing I don't. Onboarding was one copy-paste. I was looking at data in under a minute."
Marcus Albrecht
@mkedev · founder of Sidetrack
"Finally, analytics that doesn't make me feel like I'm working for a marketing agency. I see what I need in 10 seconds and get back to building."
Vera Ström
@vera_builds · indie maker
"Set it up on my SaaS in under a minute. No GDPR cookie banner needed anywhere. That alone saved me a weekend of compliance work."
Jakob Müllerova
@jakobfm · indie developer
Common questions
Google Analytics is built for marketing teams and ad networks. Statjot is built for founders. No data sharing, no ad profiles, no 50-tab dashboard to configure. Just the numbers you actually care about. It also requires no cookie consent banner because we collect no personal data.
Yes. We never store cookies, IP addresses, or any personally identifiable information. Session IDs are generated in-memory and scoped to the browser tab — they reset on every new tab. There's no cross-site tracking and no data we could hand over even if asked.
Every pageview is one event. Every analytics.track() call is one event. No double-counting, no session overhead, no hidden event types.
Yes. Call analytics.track('event_name', { key: 'value' }) anywhere in your JS. Properties support strings, numbers, and booleans. No schema definition required.
No. We read the IP only to derive the country code, then discard it immediately — it is never written to a database. Country is the only geographic dimension we store.
We stop recording new events for that billing period. Your existing data stays intact and your dashboard stays accessible. You'll see a warning at 80% of your limit so you have time to upgrade.
Yes. Free gets 1 site, Indie gets 3, Builder gets 10, Studio is unlimited. Each site gets its own public key and isolated data — events never bleed across sites.
Ready?
Add the snippet, see your first pageview in under a minute. Free plan ships with everything you need to validate your idea.
Free forever on the free plan. No credit card. Cancel any paid plan anytime.