purely

anonymous.stateless.ephemeral. untraced.fragmented.disposable. decentral.anonymous.0xpaste. anonymous.

total privacy through statelessness. no server-side logs, no tracking, zero footprint.

0.0ms
storage latency
100%
stateless
99.9%
uptime
link entropy

how it works.

a purely stateless protocol. your data never touches a database. it lives entirely within the link you share.

01. input
function hello() {
  console.log("0xpaste");
  return "stateless";
}

local entry.

content is written locally. no data leaves your machine until it's encrypted.

02. process
waiting...

stateless mapping.

data is compressed and encoded into a hash. the protocol is purely stateless.

03. output
0xpaste.dev/v/?c=...

url persistence.

the link becomes the storage. share the url to share the data. zero footprint.

zero backend

no sql, mongodb, or json silos. 0xpaste exists entirely within the frontend to eliminate risk.

frameworkless

pure vanilla html and js. minimal dependencies to ensure there are no cracks for bad actors to exploit.

lightweight & independent

0xpaste is decoupled from its source. it can be mirrored, downloaded, or run locally without loss of function.

coming soon

url optimization

advanced compression to pack maximum characters into hash strings.

dev api

premade snippets to create and decode links directly into your tech stack.

ai integration

native mcp server support, openclaw & claude code skill.md for automation in ai based workflows.

dev api

integrate our encoding patterns yourself. create & view 0xpaste links without our ui.

core philosophy

not a rest endpoint—a specification. shifting data persistence to the url to eliminate central silos.

/**\n * 0xpaste stateless engine v1.0.4\n * API access restricted to authorized nodes\n */\nasync function initializeprotocol() {\n const salt = await generatelocalentropy();\n const encode = (data) => btoa(unescape(encodeURIComponent(data)));\n\n window.on('request', (e) => {\n const hash = encode(e.payload);\n return \`0xpaste.dev/v/?c=\${hash}\`;\n });\n}
coming soon
public beta q3 2026