Mixly
tiny product analytics
Events in range
0
0 all-time
Unique users
0
distinct_ids
Event types
0
in range
Last event
Events over time
all events · range 24h
0 total
Top events
by count
Top pages
properties.page
Top browsers
properties.browser
Try it — fire a custom event
distinct_id session
Live event feed
most recent 50
WhenEventUserProperties
No events yet — try “Fire event” or “Seed 250 demo events”.
Send events from anywhere
POST JSON (or array of JSON) to /api/track. Required: event. Optional: distinct_id, properties, timestamp.
curl -X POST https://mp.nixos.defang.ca/api/track \
  -H 'content-type: application/json' \
  -d '{
    "event": "purchase",
    "distinct_id": "user_42",
    "properties": { "plan": "pro", "revenue_usd": 19 }
  }'