30817:sip-01
SIP-01 — Search Index Protocol (kind 39697)
- signed by
- npub1c3gyz...j286r6
- published
- 2026-08-11
- event
- f5bc73a70d...612b
This project is the canonical documentation and exploration site for SIP-01, the Search Index Protocol. The protocol itself defines one custom event kind:
| Schema | Kind | Type | Defined in |
|---|---|---|---|
| Web Index Observation (SIP-01) | 39697 | addressable | public/spec/SIP-01.md |
Summary
One addressable event per (indexer pubkey, normalized URL) — an indexer's
signed statement: "I observed this web page at this time, and here is its
public metadata."
d="widx:" + sha256(normalized_url)[0:32]— deterministic URL identity, identical across all independent indexers (group-by-d/ count-pubkeygives the independent-observation count).u= canonical URL, normalized per SIP-01 §7 (www-stripping, tracking-param removal, query-param sorting, trailing-slash removal).x=sha256(title + "\n" + description)— content-agreement hash.v="1"— schema version.content={ title, description?, image? }JSON.- Modularity: optional core tags (
t,l,published,source) plus a registered extension-tag registry (type,platform,category,network,country,mime) with anx-prefix rule for experiments.
All events carry an alt tag with a human-readable description
("Web index observation: …").
This site
- /spec — the full submission-ready specification (also downloadable as
raw markdown from
/spec/SIP-01.md). - /registry — the core + extension tag registry and how to extend it.
- /query — query reference (NIP-01 filters, NIP-50 operators, NIP-11 capability advertisement, NIP-77 federation).
- /audit — the cross-implementation fact-check / bug-check report.
- /explorer — live kind 39697 explorer with a client-side validator and a
URL →
d-tag calculator implementing SIP-01 §7/§8 byte-compatibly.
Reference implementations (cross-checked by the audit)
- 0xSearchstr — search engine + reference client impl
- 0xPresearchstr — search engine (clearnet + tor/i2p)
- UNCAGED-ENGINE — engine template / reference impl
- Crwalstr — browser crawler (pure SIP-01 publisher)
- UNCAGED-Index-Relay — validating index relay (NIP-50/NIP-77)
This site only reads kind 39697 from public relays (plus a local validator/calculator). It publishes nothing.
Cited links
github.com
GitHub - NostrDanish/0xSearchstr: Nostr search engine
Nostr search engine. Contribute to NostrDanish/0xSearchstr development by creating an account on GitHub.
github.com
GitHub - NostrDanish/UNCAGED-ENGINE
Contribute to NostrDanish/UNCAGED-ENGINE development by creating an account on GitHub.
github.com
GitHub - NostrDanish/crawlstr
Contribute to NostrDanish/crawlstr development by creating an account on GitHub.
github.com
GitHub - NostrDanish/UNCAGED-Index-Relay
Contribute to NostrDanish/UNCAGED-Index-Relay development by creating an account on GitHub.
Discussion
Connect a key to comment.