BYTENEWS

Archive About

Embed BYTE NEWS

Four feeds, one script, no dependencies. Paste the snippet anywhere and it renders in a shadow root — your CSS does not reach it and its CSS does not reach your page. It sets no cookies, loads no fonts, and makes exactly one request: the public JSON file shown on each dataset’s own page.

It follows prefers-color-scheme and inherits your font stack, so it should read as part of your page rather than a rectangle from another site. Free to use; every embed carries a visible link back, which is the only thing asked in return.

data-limit takes 1–20 and defaults to 5. If you insert an embed after the page has loaded, call byteNewsWidget() to mount it.

On-chain ledger

Large transfers, mints, burns and liquidation cascades, newest first.

<div data-byte-news="whales" data-limit="5"></div>
<script src="https://bytenews.io/widget.js" async></script>

Hack tracker

Every incident with its amount traced to a published source.

<div data-byte-news="hacks" data-limit="5"></div>
<script src="https://bytenews.io/widget.js" async></script>

Chain status

Ethereum gas, BTC dominance, market cap, and whether this wire is publishing.

<div data-byte-news="chain-status" data-limit="5"></div>
<script src="https://bytenews.io/widget.js" async></script>

Latest headlines

The newest stories on the wire, each linking back.

<div data-byte-news="latest" data-limit="5"></div>
<script src="https://bytenews.io/widget.js" async></script>

The data underneath

Every feed here is a public dataset you can fetch directly, as JSON or CSV, with no signup — see the API, the ledger and the hack tracker. The widget is a convenience over those files, not a gate in front of them.