Just a Timer

About Just a Timer

Just a Timer is run by a single independent builder as five free timers -- an online timer, a countdown to any date, a stopwatch, a Pomodoro timer and an interval timer -- built around one idea: a countdown that stays exact no matter what the browser is doing around it. Every timer states how it keeps time, works entirely on your device, and never sends anything you type anywhere.

How the timers stay accurate

Every countdown on this site -- the Online Timer, the Countdown Timer, the Pomodoro Timer and the Interval Timer -- works the same way underneath: instead of counting down one second at a time, it records the exact timestamp the countdown should reach zero and recomputes the time remaining from that fixed target on every screen update. A browser tab that's backgrounded, minimized, or throttled to save battery doesn't cost any accuracy, because there's no running tick count to fall behind on. The Stopwatch uses the mirror image of the same idea: elapsed time is the current time minus the moment it was started, not an accumulating counter. Every timing function is checked against a hand-derived expected value in the site's own test suite before it ships.

What runs where

Every calculation, every countdown, and the alarm sound itself (synthesized live with the Web Audio API, not an audio file) run entirely in your browser. The site remembers your last-used duration, your mute preference and your alarm tone in your browser's local storage so they carry over next time -- nothing is sent to a server, and there are no accounts. If you turn on the optional "browser notification" setting on the Online Timer, your browser will ask for permission once; nothing is requested until you opt in.

What it doesn't do

These timers aren't a substitute for a certified stopwatch or a safety-critical timing device, and Just a Timer isn't affiliated with any fitness brand, productivity method, or organization named on this site. See Terms.

Every timer

Corrections

If something on this site is wrong or out of date, email hello@justatimer.com.