Countdown Timer

Second-accurate live countdown to any date you pick. Share the link, go fullscreen.

{{ d.days === 1 ? __t('unit_day') : __t('unit_days') }}
{{ d.hours === 1 ? __t('unit_hour') : __t('unit_hours') }}
{{ d.minutes === 1 ? __t('unit_minute') : __t('unit_minutes') }}
{{ d.seconds === 1 ? __t('unit_second') : __t('unit_seconds') }}
{{ __t('status_now') }} {{ __t('status_past') }} {{ __t('status_future') }}

What's the countdown timer for?

  • Birthdays — milestone birthdays, kids' birthdays, calendar reminders
  • Holidays — Christmas, New Year, Easter, summer break
  • Deadlines — project hand-ins, exams, application deadlines
  • Releases — game launches, product drops, concert tickets
  • Weddings, trips — save-the-date, flight countdown

Features

The timer ticks live every second and shows days, hours, minutes and seconds in large numerals. The browser tab title also reflects the remaining time — perfect for keeping it in the background. The fullscreen button turns the timer into a kiosk display. Settings and target date are stored in localStorage and shared via the URL — every recipient sees the exact same countdown.

Share your countdown

Click Copy share link — the URL embeds title, date and time as parameters. Anyone opening the link sees the same countdown. Perfect for invitations, save-the-date emails, or Slack pings before a release.