Nostr WoT Playground Feed Client
A global Nostr feed client that integrates the Web of Trust SDK to display trust scores, social distance, and reputation data alongside events from the entire network â not just followed accounts.

Technologies
A playground feed client built on top of the nostr-wot-sdk that displays a global Nostr event feed â showing events from the entire network, not limited to followed accounts. Each event is enriched with Web of Trust data: trust scores, social distance (hops), and trust thresholds.
The trust scoring follows the WoT formula: score = baseScore x distanceWeight x (1 + pathBonus), where distance weights decrease with hops (1-hop: 1.0, 2-hop: 0.5, 3-hop: 0.25) and path bonuses reward multiple connection routes. Events are visually flagged as Trusted (0.7-1.0), Neutral (0.3-0.7), or Untrusted (0-0.3) based on user-configurable thresholds.
Connects with the parameters defined in the nostr-wot-extension, using the browser extension's window.nostr.wot API when available, with fallback to the WoT Oracle for trust queries. Enables users to explore how decentralized reputation works in practice â seeing real trust data on a live global feed.
Related Projects

Nostr WoT â Web of Trust Ecosystem
Full infrastructure for decentralized trust scoring on Nostr. A three-part open-source ecosystem: a Rust-based graph oracle, a browser extension exposing window.nostr.wot, and a JavaScript SDK â used to filter spam without central moderators.

Nostr WTF â Full Nostr Client
A full-featured Nostr client with Web of Trust feed filtering. Uses WoT trust scores to surface content from trusted circles and suppress noise â a social graph-aware feed instead of a raw global firehose.