CBOR-Web v3.0

One file. One request. The entire website — structured, signed, verified.

GET /index.cbor → application/cbor

The Problem

AI agents waste 88% of every web request parsing CSS, JavaScript, forms, and decorative elements. A 40 KB HTML page contains only 3 KB of useful content.

The Solution

CBOR-Web serves the same content in 2.5 KB of structured binary. One request. 100% signal. Zero noise.

HTMLCBOR-Web
Size~40 KB~2.5 KB
Requests9+1
Tokens~10,400~620
Signal12%100%

Example

55799({
  0: "cbor-web",  1: 3,
  2: {"domain": "example.com", "name": "My Site"},
  5: [{"path": "/", "title": "Home", "lang": "en", "access": "T2",
       "content": [{"t": "h", "l": 1, "v": "Welcome"}]}]
})

Learn More

Full specification on GitHub — Created by Eddie Plot & Claude — Deltopide

CBOR-Web — the entire site in one file — Deltopide 2026