DocsPricing

Simple, privacy-friendly analytics
that actually makes sense

LoggerLizard is lightweight, fast, and respects your visitors' privacy. No cookies, no bloat, just the insights you need. Made for developers who value simplicity.

No credit card required β€’ 1,000 page views/month free

πŸ“Š See Your Analytics in Action

πŸ‘₯
2,847
Unique Visitors
Last 7 days
πŸ“„
12,450
Page Views
Last 7 days
πŸ“Š
38%
Bounce Rate
Single page visits
⏱️
2m 34s
Avg Session
Time on site

πŸ“ˆ Visitors & Page Views Over Time

πŸ”— Traffic Sources

Direct / None3420
google.com2150
twitter.com890
github.com450

🌍 Top Locations

πŸ‡ΊπŸ‡Έ United States4520
πŸ‡¬πŸ‡§ United Kingdom2340
πŸ‡©πŸ‡ͺ Germany1890
πŸ‡«πŸ‡· France1120

Try it yourself

Click events below to see them tracked in real-time

Total: 0

Everything you need to understand your traffic

Built for simplicity. No training required. Just install and start tracking.

βœ“

Real-time analytics

See your traffic as it happens with 30-second updates

βœ“

Geographic insights

Track visitors by country and city with automatic location detection

βœ“

Traffic sources

Know where your visitors come from - referrers, social, search

βœ“

Event tracking

Track page views, clicks, forms, and custom events with one line

βœ“

No cookie banners

GDPR compliant by default. No annoying consent popups needed

βœ“

Lightweight script

Under 1KB. Won't slow down your site or hurt your SEO

Get started in 60 seconds

Add one script tag. That's it. Page views are tracked automatically.

RECOMMENDEDWorks with any framework
<script
  data-project="YOUR_PROJECT_ID"
  data-api-key="YOUR_PUBLIC_KEY"
  src="https://api.loggerlizard.com/js/tracker.js">
</script>

That's it. Page views are tracked automatically.

πŸ“¦Install via NPM
npm install @loggerlizard/lizard
# or
yarn add @loggerlizard/lizard
# or
bun add @loggerlizard/lizard

Usage in your app:

import Lizard from '@loggerlizard/lizard';

const liz = new Lizard('llz_pub_YOUR_API_KEY', {
  autoTrack: true,  // Auto-tracks page views, clicks, etc.
  debug: false
});

// Track custom events
liz.log('button_click', { button: 'signup' });
liz.log('purchase', { plan: 'pro', amount: 19 });

Track custom events with script tag:

<button onclick="window.lizard.log('button_click')">
  Click me
</button>

<script>
  // Track anywhere in your JS
  window.lizard.log('signup', { plan: 'pro' });
  window.lizard.log('purchase', { amount: 19 });
</script>

Get your keys from the dashboard after signing up

No credit card required

LoggerLizard - Simple, Privacy-Friendly Analytics