Plugins & embed
Put the universal @beat clock anywhere — a one-line website embed, plus drop-in SDKs for Python, PHP, JavaScript, Unity and Unreal.
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.
JavaScript SDK
One ES module for any npm project, bundler or browser — local ticking plus the full API and proof.
C# SDK · Unity
One file for Unity and any .NET app — a local @beat clock for your HUD, plus the full API and proof.
C++ SDK · Unreal
Header-only C++17 for Unreal Engine and any C++ project — a dependency-free local @beat clock, with engine HTTP examples.
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.
from beattime import BeatTime
bt = BeatTime()
print(bt.beat_now()) # '@523'
print(bt.beat_to_time(523)) # {'utc': '...', ...}