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.
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.
📅
Google Calendar
Add @beat to your meetings so every guest sees the universal time — built into the BeatTime app.
🧩
Full REST API
Current beat, two-way conversion, clock sync and proof — all documented.
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': '...', ...}