share-pad

Share a snippet of text via a short 6-digit code (stored temporarily on a server) or an offline URL-hash link where the full content is compressed into the URL itself — no account required, nothing to install.

6-digit code offline URL-hash fallback no account required
create_share
retrieve_share

// sharing options explained

// privacy considerations

The 6-digit code path temporarily stores your text on a server. Do not share anything sensitive — passwords, production secrets, private keys, or personal data — via the code path. For sensitive content, use the offline fallback link: the data never leaves your browser and the recipient's browser, and the server never sees it. If you share a URL with sensitive data in the hash and that URL gets logged (by a proxy, a chat client, or a browser extension), the data is exposed regardless of the hash-fragment design. Treat the offline link as convenient, not cryptographically secure.