Plugins & embed

Put the universal @beat clock anywhere — a one-line website embed, plus drop-in Python and PHP SDKs for the open API.

Embed the live @beat clock

Copy, paste, done. The clock ticks locally and syncs to the server — no account, no cookies, no tracking. Works on any site, even plain HTML.

Recommended — paste into your HTML:

    
Or, an <iframe> (for editors that strip <script>):

    
⚡ ResilientKeeps ticking from the device clock if the network drops.
🪶 Tiny~2 KB of vanilla JS, no dependencies, no framework.
🔒 No trackingNo cookies, no analytics, no account.
♾️ FreeUse it on as many sites as you like.

Build on the open API

Talk to BeatTime from your own code — drop-in clients, no API key, fair-use limits. Or add @beat to your meetings straight from the app.

🐍

Python SDK

One file, standard library only — read the beat, convert time, and hash-stamp a file for proof.

Download beattime.py ↓

🐘

PHP SDK

One file, cURL — the same API for your PHP backend.

Download beattime.php ↓

📅

Google Calendar

Add @beat to your meetings so every guest sees the universal time — built into the BeatTime app.

Get the app →

🧩

Full REST API

Current beat, two-way conversion, clock sync and proof — all documented.

Open the docs →

Python — three lines to the universal time:
from beattime import BeatTime
bt = BeatTime()
print(bt.beat_now())          # '@523'
print(bt.beat_to_time(523))   # {'utc': '...', ...}
← Back to the live clock  ·  Developer API →