Free Widget

Add Live Regime Data to Any Website

One line of code. Zero dependencies. Real-time crypto market regime classification on your site in 30 seconds.

Live Preview

The widget auto-refreshes every 60 seconds with real data from 9 sources.

Dark Theme (Default)
Light Theme
Compact - Dark
Compact - Light

Get the Code

Pick your style, copy, paste into your HTML. That's it.

HTML
<script src="https://getregime.com/embed.js" data-theme="dark"></script>

Options

AttributeValuesDefaultDescription
data-theme dark | light dark Color scheme
data-size default | compact default Widget size. Compact hides signal details.

Why Embed Regime?

Zero Dependencies

Self-contained JS. No frameworks, no CSS imports, no API keys.

Shadow DOM Isolation

Styles never leak into or out of the widget. Works everywhere.

Under 4KB

Tiny footprint. No impact on your page load speed.

Real-Time Data

Pulls from 9 sources. Auto-refreshes every 60 seconds.

Dark + Light Themes

Matches any site design. One attribute to switch.

Free Forever

No API key, no rate limit on widget, no strings attached.

Need More Control?

Use the API directly to build custom integrations.

JavaScript
const res = await fetch('https://getregime.com/api/v1/market/regime');
const { regime, confidence, signals } = await res.json();
console.log(`Market is ${regime} with ${(confidence*100).toFixed(0)}% confidence`);

See Quickstart and API Docs for full details. Free tier: 10 req/min, no key needed for public endpoints.