Build a data URL from a media type and inline text or Base64 bytes.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Media type, parameters, and percent-encoded text or Base64 payload are joined after data:. The comma separates metadata from data, and Base64 mode encodes bytes rather than characters.
Hello, World!
data:text/plain;charset=utf-8;base64,SGVsbG8sIFdvcmxkIQ==
Inline images, SVG previews, and tiny test fixtures build data URLs.