The problem
Running a tournament usually means either fragile spreadsheets or standing up a whole app for a one-off event.
How it works
Apps Script serves a mobile-friendly UI backed directly by Google Sheets, so brackets, scores and standings update collaboratively with no servers to run.
Highlights
- Full lifecycle: create brackets, record scores, compute standings and advance winners automatically.
- Mobile-responsive interface so players can check standings and results from their phones.
- Google Sheets as the database: real-time collaborative access, no server cost, built-in history.
- Single-file deployment via Apps Script: Code.gs plus two HTML files is all it takes.