🦎 loggerlizard

Simple event tracking for your services

Try it yourself!
Click events below to see them tracked
Total Events: 0
Start tracking in seconds
// Log any event with one line
fetch('https://api.loggerlizard.com/log', {
  method: 'POST',
  headers: { 'X-API-Key': 'your-api-key' },
  body: JSON.stringify({
    event: 'user_signup',
    metadata: { plan: 'pro' }
  })
});

No credit card required