>_ EMBEDDABLE WIDGETS

Free, lightweight, self-contained data widgets you can embed on any website. Each widget is a single HTML file, under 3KB, with live data and automatic refresh. Choose dark or light theme to match your site.

Widget Gallery

Bitcoin Price

Live BTC/USD price with 24-hour percentage change. Updates every 30 seconds.

<iframe src="https://terminalfeed.io/embed/btc-price?theme=dark" width="320" height="120" frameborder="0"></iframe>

Fear & Greed Index

Crypto Fear and Greed Index with color-coded value (0 to 100). Updates every 5 minutes.

<iframe src="https://terminalfeed.io/embed/fear-greed?theme=dark" width="320" height="120" frameborder="0"></iframe>

Earthquake Counter

Number of earthquakes in the last 24 hours plus the largest event. Updates every 2 minutes.

<iframe src="https://terminalfeed.io/embed/earthquakes?theme=dark" width="320" height="120" frameborder="0"></iframe>

Crypto Movers

Top 3 gainers and top 3 losers by 24h change. Updates every 60 seconds. Best at 180px height.

<iframe src="https://terminalfeed.io/embed/crypto-movers?theme=dark" width="320" height="180" frameborder="0"></iframe>

World Clocks

New York, London, Tokyo, and Sydney. Ticks every second. No API needed, pure client-side.

<iframe src="https://terminalfeed.io/embed/world-clock?theme=dark" width="320" height="120" frameborder="0"></iframe>

Humans in Space

Live count of humans currently aboard the ISS. Updates every 10 minutes.

<iframe src="https://terminalfeed.io/embed/iss?theme=dark" width="320" height="120" frameborder="0"></iframe>

Top Hacker News Story

The current #1 story on Hacker News with point count. Updates every 5 minutes.

<iframe src="https://terminalfeed.io/embed/hn-top?theme=dark" width="320" height="120" frameborder="0"></iframe>

Service Status

Live status of GitHub, Cloudflare, OpenAI, Discord, npm, and Vercel. Updates every 2 minutes. Best at 160px height.

<iframe src="https://terminalfeed.io/embed/service-status?theme=dark" width="320" height="160" frameborder="0"></iframe>

World Briefing

A one-line snapshot of what is happening in the world right now. Updates every 5 minutes.

<iframe src="https://terminalfeed.io/embed/briefing?theme=dark" width="320" height="120" frameborder="0"></iframe>

How to Embed

Copy the iframe snippet from any widget above and paste it into your HTML. Each widget is a self-contained page that loads its own data, requires no external scripts, and refreshes automatically.

<iframe
  src="https://terminalfeed.io/embed/btc-price?theme=dark"
  width="320"
  height="120"
  frameborder="0"
></iframe>

Customization

Available Widgets

Attribution

Each widget includes a small "terminalfeed.io" link in the corner. Please keep this visible. If you need a version without attribution for commercial use, reach out at hello@terminalfeed.io.

API Access

Want raw JSON data instead of iframes? All of these widgets are powered by our free, open API. No keys, no auth, CORS enabled on every endpoint. Check the full API documentation for details.