Cooking Multi-Timer
Cook ramen, boil eggs, and microwave a side dish — all on one screen with independent timers. Audible alarm and browser notification when each one finishes.
How to Use
Hit a preset button (Ramen 3min, Soft egg 6min, etc.) or click '+ New timer' to enter your own time.
Each timer has its own start / pause / reset. The last 30 seconds turn red so you can tell at a glance which one is about to finish.
When time's up, an alarm beeps and a browser notification fires. Click 'Stop alarm' or close the card to silence it.
FAQ
Will the alarm fire if the tab is in the background?
Yes — JS timers count down in background tabs and play sound when they finish (some mobile browsers throttle this; granting notification permission makes it more reliable).
Do my timers survive page reload?
Yes. The timer list (titles + durations) is saved to localStorage. The running state isn't preserved, so click Start again after reload.
Does the alarm play on iPhone?
iOS Safari mutes site audio when the device is in silent mode. Switch off silent mode or raise the ringer volume.
How many timers can I add?
No hard limit, but 5–6 fits comfortably on screen. Use the X button to close finished timers.
Is anything sent to a server?
No. All timer data is stored in localStorage and never leaves your browser.