End-to-end encrypted by default

Share a snippet. Keep it quiet.

QuiteBin is a no-nonsense pastebin for developers — paste code or text, get a short link, and let it self-destruct on a timer or after the first read. Your content is encrypted in the browser before it ever leaves your device.

Built for people who paste a lot

Fast, private, and out of your way.

Client-side encryption

Pastes are encrypted in your browser with a key that lives only in the link fragment. We never see your plaintext.

Burn after reading

Set a paste to self-destruct after the first view, or pick an expiry from ten minutes to a month.

Syntax highlighting

Over 180 languages detected automatically, with line numbers and a one-click raw view.

Tiny CLI & API

Pipe anything from your terminal. The whole API is one POST and one GET — no SDK required.

A quiet little API

Everything is a paste. Create one, read one, that's it.

POST https://api.quitebin.com/p      # create a paste
GET  https://api.quitebin.com/p/:id  # fetch raw content