How Does the Free Online Scoreboard Work?
The Atoolin scoreboard stores data in localStorage, the browser's built-in key-value store. Click a score button and the tool saves team names, scores, timer settings, and round number to your browser immediately — no server, no account required. Close the tab and reopen it: everything is still there.
Sharing works by compressing the full game state into a URL query string. Open that link on any device and you see the same scoreboard as the sender, no real-time connection needed.
In our testing on a mid-range Android device, state restoration takes under 50 ms — fast enough that returning to a paused game feels seamless. Fullscreen uses the native browser Fullscreen API, so the LED-style digits expand to fill any display without a separate app.