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.

Technologies
Nostr WTF is a full Nostr client built around Web of Trust feed filtering. Where most clients show either your followed accounts or the raw global feed, Nostr WTF applies WoT trust scores to rank and filter content — surfacing notes from trusted circles and reducing noise from unknown or low-trust accounts.
Built on the nostr-wot-sdk, the client integrates directly with the WoT oracle and browser extension. Trust scores are computed based on social distance from the user's pubkey, path count, and a configurable threshold system. The result is a feed that behaves like a curated social network instead of a firehose.
Core features include WoT-filtered global feed, configurable trust thresholds, social distance display per note, multi-relay support, and real-time event streaming.
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 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.