Optimist Brain Bowl Timer
Open timer
This progressive web app provides a basic timing utility for Optimist Brain Bowl competitions.
- Android: Open in your favorite web browser (known to work on Firefox and non-incognito Chrome). Tap the three dots in the upper right of the browser and select "Add to Home screen" (you may have to hit a button for more options to see this).
- iOS: Open in Safari. In the browser controls, tap the icon that's a square with an arrow coming up out of it. Scroll over and select "Add to Home Screen".
- Desktop: When using Chrome, an install option will appear in the address bar. Other browsers may also offer installation via the address bar or in the hamburger menu, but this is not guaranteed as PWA installation is not fully standardized across all browsers.
- To see this page again, tap the question mark button in the upper left corner
- For settings, tap the gear button in the upper left corner
- For a 5 second timer (second team when question was read fully), tap the button across the bottom of the screen
- For a 15 second timer (first team or second team when question was not read fully) or to stop and reset the timer, tap anywhere else on the screen
If desired, a backup counter is available in settings. This displays the last two digits of seconds since launch in the upper right-hand corner, giving you something that increments each second automatically.
- Voice or beep for time up (voice on by default; beep recommended for most non-Apple devices as the voices can be very quiet)
- Speech speed and voice settings (depends on the available voices on your device)
- Persistent setting storage - your settings last until you clear the cache, even after closing/reopening the app
- Full offline functionality
- Devtools-enabled functionality to allow warning sounds and changing timing intervals (not available by default on this distribution; see first lines of `timer.js`)
License information:
Copyright 2025-2026 Silas Mitchell.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Inspired by the Colorado Knowledge Bowl timer by Casey Smith.
Actively maintained as of the 2026 competition season. Feedback and bug reports via Github issues are appreciated! Contributions welcome via merge request.