Brewser Save Demo
Tests the two-tier save system: instant localStorage + background account sync. Package id:
—
Checking sign-in…
Sign in with Google
Your data
Edit the JSON, then Save. (This is your app's save blob — any JSON works.)
[ { "id": 1, "name": "Alice", "score": 1200, "level": 5 } ]
Save
Load
Sync now
Pull from account
Clear local
Records (put / get / update / remove / list)
Record fields as JSON (id and timestamps are added automatically):
{ "name": "Alice", "score": 1200, "level": 5 }
Put (add)
Update selected
Remove selected
List
Records (click one to select it):
Leaderboard
(separate from saves — public, ranked scores)
Direction (how this app ranks). Set once; the server remembers it per app.
High wins (points)
Low wins (times)
Score
Name (optional)
Submit score
Top 10
Around me
My rank
Remove my entry
(submit a score, then Top 10)
State
This browser (localStorage)
—
Your account (server)
—
Activity