← Dashboard
Embed Widget

Add the CultureTerminal Culture Index to your website with a single line of code. The widget fetches today's score in real time, uses shadow DOM to avoid CSS conflicts, and requires no external dependencies.

Self-Contained
Shadow DOM isolates styles. No CSS conflicts with your site.
Live Data
Fetches today's Culture Index score in real time from our API.
Two Themes
Dark (default) and light themes. Matches your site's aesthetic.
Tiny Footprint
Under 4KB. No frameworks, no external dependencies.
Dark Theme (Default)
<script src="https://cultureterminal.com/embed.js" data-theme="dark"></script>
Light Theme
<script src="https://cultureterminal.com/embed.js" data-theme="light"></script>
Minimal (defaults to dark)
<script src="https://cultureterminal.com/embed.js"></script>
How It Works
// 1. Include the script tag anywhere on your page // 2. The widget injects itself at the script's location // 3. It fetches /data/daily-score.json from cultureterminal.com // 4. Renders a compact badge with today's Culture Index score // 5. Shadow DOM prevents any CSS leaking in or out // 6. The entire badge links to cultureterminal.com