Embeddable timer widgets for your website
One builder for iframe embeds. Pick the right page for your use case, then copy the code.
No account requiredIframe or one-line scriptCustom themes & compact layout
Stopwatch widget
Live stopwatch and laps for sports, class, and streams.
Timer widget
Count down from any duration with a clear end alarm.
Event countdown
Count down to a fixed date, time, and timezone.
Configuration
Embed on a website
Paste into your HTML (Webflow, Framer, WordPress, Wix…).
Live preview
Copy iframe
<iframe
src="/embed/stopwatch?lang=en&compact=0&accent=%23B31942&numberColor=%230A3161&colonColor=%23B31942&titleColor=%23111827&autostart=1"
width="100%"
height="360px"
style="border:0;background:transparent"
allow="fullscreen"
loading="lazy"
title="Chronomètre widget">
</iframe>Copy script (auto-resize)
<script
src="../../t"
data-mode="stopwatch"
data-lang="en"
data-title-size="md"
data-size="md"
data-controls="full"
data-compact="0"
data-autostart="1"
data-brand="1"
data-bg="transparent"
data-accent="#B31942"
data-number-color="#0A3161"
data-colon-color="#B31942"
data-title-color="#111827"
data-height="360"
data-width="100%">
</script>