Features
Embedding
Any widget on your 7di dashboard can be embedded on any website with a single line of HTML. The data updates automatically. No backend, no API keys, no code.
How to get an embed code
- Open your dashboard and hover over the widget you want to embed.
- Click the share icon on the widget.
- Toggle Public embed on.
- Copy the iframe code and paste it into your website.
The embed code
<iframe
src="https://7di.vision/embed/{token}"
width="320"
height="180"
frameborder="0"
style="border-radius:12px;overflow:hidden"
></iframe>Resize the iframe to fit your layout. The widget scales to fill the available space.
Themes
Add a ?theme= parameter to match your website's style:
https://7di.vision/embed/{token}?theme=lightAvailable themes: dark (default), midnight, light, paper, github, winter, latte, slate, ocean, forest, sunset, synthwave, amber, ayu, everforest, onedark, material, rose, red, monokai, dracula, nord, tokyo, catppuccin, gruvbox, solarized.
What can be embedded
Every widget type supports embedding. Pick a widget type to see specific embed examples:
- Domain / uptime
- PostgreSQL
- SQL query
- Live lookup (AI)
- Smart alert (AI)
- Digest (AI)
- Custom JS
- Buttons
- Embed (iframe)
- Webhook
- Crypto price
- Wallet balance
- News feed
- RSS feed
- Traccar map
- Minecraft server
- Minecraft TPS
- Minecraft RCON
- Dune Analytics
- NFT gallery
- Notes
- Stock price
- Forex rate
- Stock earnings
- Countdown
- Clock
- HTTP Check
- UDP / DNS
- Macro indicator
- Treasury yield
- Commodity price
- Economic calendar
- GitHub stats
- Plausible analytics
- Polymarket trades
- Polymarket order book
- Token stats
- Chain gas
- Token MVRV
- Fear & Greed
- Funding rate
- Open interest
- Crypto token news
- Flight tracker
Disabling an embed
Toggle Public embed off on the widget. The embed URL will immediately return a 404.