Set an alarm and get an audio alert right in your browser.
This free online alarm clock runs entirely in your browser. Set the time, choose a sound and click Set Alarm. Keep the tab open and the alarm will play at the set time. Works on desktop and mobile — no download or app needed.
Type a target time in the time picker (24-hour or AM/PM depending on your locale), give the alarm an optional label like "Stand up" or "Take pasta off", choose a sound — gentle chime, plain beep or loud — and adjust the volume slider. Click Set Alarm. The status bar confirms it. Add as many alarms as you like; they all queue in the upcoming list. When the time arrives, an alert card appears with Dismiss and Snooze (5 minutes) buttons. Keep the tab open and your speakers on.
There's no magic — JavaScript runs a clock loop checking the current time once per second. When hour and minute match a stored alarm, the Web Audio API generates the chosen sound on the fly using oscillators (no audio files to download). Browsers throttle background tabs to save battery, so a backgrounded tab may fire a few seconds late but will still fire as long as the tab exists. Closing the tab destroys the queue.
Click any button on the page first so the browser permits audio playback. Pin the tab so you don't close it by accident. On laptops, disable "sleep on lid close" if you need an alarm overnight. For loud wake-ups, the "loud" sound profile uses alternating high frequencies that cut through ambient noise better than a single beep.