Arklets

Small arks. Self-contained vessels of knowledge encoded directly into URLs.

No server needed. The link is the content.

How It Works

Text Deflate compress Base64 encode URL #fragment

The #fragment part of a URL is never sent to any server — it stays entirely in your browser. That means the content is private, serverless, and permanent: if you have the URL, you have the content.

No ServerRuns entirely in the browser
PermanentURL is the content — nothing to expire
Private#fragment never leaves the browser
PortableWorks offline, in QR codes, on paper

Try It

Tools

Learn More

Read the source on GitHub or the technical documentation for details on the encoding pipeline, QR code limits, and the Card #0 self-bootstrap concept.