see your players play

Game analytics for game jams. No account, no email, no setup — click the button, paste one snippet into your game, watch events roll in live.

how it works

1
Click the button above. You get a URL and a dashboard — that's your identity, no signup.
2
Copy the snippet for your engine (web / Godot / Unity / anything). It just fires GET requests.
3
See how many players finished the tutorial, how many attempts they needed, where they quit.

the API is one url

https://your-host/g/yourgame?session=player_id&event=level_start&lvl=1

session — your player id (required)
event — what happened, e.g. tutorial_done (required)
anything else — custom data, e.g. lvl, attempt, score

privacy

Only anonymous session ids, event names and timestamps are stored. No IPs, no personal data. The dashboard is public to anyone with the link — paste it on your itch page if you want. Export everything as CSV or JSON anytime.