Live Telemetry · Private · Decentralized · Origin-Independent

Originless.

Durable, cryptographic file hosting powered by IPFS. Zero API keys, zero accounts, zero friction.

Upload Payload
Peers Online
{{ status.peerscount }}
libp2p swarm
Repo Objects
{{ status.repoObjects }}
keys in object map
Pinned Files
{{ pinStats.count }}
{{ pinStats.sizeStr }}
Client
{{ status.version }}
IPFS client
Storage Utilization
{{ status.repoSize }} used
{{ storagePercent }}% used threshold {{ pinStats.threshold }}%

Recent Uploads

View all
No uploads yet
{{ item.cid.slice(0, 14) }}...
{{ item.filename }}
unpinned pinned
{{ formatBytes(item.size) }} · {{ formatDate(item.created_at) }}

Node

Peer ID {{ status.nodeId }}
Sync {{ status.timestamp }}

Bandwidth

Ingress
{{ status.bandwidthIn }}
total received
Egress
{{ status.bandwidthOut }}
total sent
Rate
{{ status.bandwidthRate }}
current in / out
Transmit Payload

Upload.

Payload acquired

{{ fileLabel }}

{{ uploadMode === 'folder' ? 'Folders are uploaded as a directory on IPFS.' : 'Individual files stream directly to the node.' }}
Receipt

{{ result.fileName }}

Successfully anchored to IPFS.

{{ result.size }}
{{ result.mimeType || result.fileType }}
Content ID (CID)
{{ result.cid }}
Object Count
{{ result.files }} items
Exception Thrown

{{ result.message }}

Share Snippets

Paste.

Paste text, pin it to IPFS, and share a content-addressed link. No accounts, no keys.

{{ pasteContent.length.toLocaleString() }} chars
Receipt

{{ pasteResult.title }}

Successfully pinned to IPFS.

{{ pasteResult.size }}
chars
Exception Thrown

{{ pasteResult.message }}

Pinned Content

Files.

Pinned
{{ pinStats.count }}
Size
{{ pinStats.sizeStr }}

Upload History

{{ history.length === 0 ? 'No uploads yet' : 'No matches for your search' }}
File CID Size Status Date
{{ item.filename }}
{{ item.cid }}
{{ formatBytes(item.size) }} unpinned pinned {{ formatDate(item.created_at) }}
Programmatic Access

API.

Zero-friction endpoints. No API keys, no authentication, no accounts.

{{ ep.method }} {{ ep.path }}

{{ ep.description }}

{{ ep.curl }}

Fetching Content

For trustless, content-addressed verification, use @helia/verified-fetch:

npm install @helia/verified-fetch

Or use a standard public gateway for simple browser links:

https://dweb.link/ipfs/QmX...?filename=document.pdf