uuutil ← all tools

Timer

Two modes. Countdown takes hours, minutes and seconds — or one tap on a preset — and counts to zero. Alarm takes a clock time and rings at the next occurrence of it, today or tomorrow. Either way it finishes with a sound you choose from four, all generated in your browser: nothing is downloaded, so it rings offline as well. Pause, resume and reset at any time; your mode, fields and sound are remembered on this device.

Privacy ledger

Data acquired None.
Libraries used Lit 3 — bundled into the tool file itself.
Data stored Browser localStorage only, key uuutil.timer.v1 — your mode, the hours/minutes/seconds or clock time you typed, and the finish sound you picked. A running timer is not stored: closing the page ends it.
Data transmitted None.

Use it on your own page

Download the tool as a single self-contained HTML file: readable source with the Lit library included, zero network requests — it works opened straight from your disk, and you can customize everything.

Prefer the hosted widget? One script tag embeds it and stays up to date:

<script type="module" src="https://uuutil.com/tools/timer.js"></script>
<uu-timer lang="en"></uu-timer>

Source license: MIT — free to use, modify and redistribute; keep the license notice in copies.