purely
total privacy through statelessness. no server-side logs, no tracking, zero footprint.
how it works.
a purely stateless protocol. your data never touches a database. it lives entirely within the link you share.
function hello() {
console.log("0xpaste");
return "stateless";
}
local entry.
content is written locally. no data leaves your machine until it's encrypted.
stateless mapping.
data is compressed and encoded into a hash. the protocol is purely stateless.
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.
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.