Projects

Tools for the decentralized social web.

Plurcast alpha

Multi-platform social posting for Nostr, Mastodon, and SSB. Post to multiple decentralized platforms simultaneously from the command line.

Features: Multi-account support, secure credential storage, post scheduling, JSON output, Nostr PoW (NIP-13)

GitHub

Coming Soon

The following tools are in development:

sct-rss planned

Local-first RSS/Atom/JSON Feed reader. Pure WASM core, HTTP-agnostic, accepts stdin.

sct-vec planned

Local vector database for semantic search. SQLite + sqlite-vec with optional local embeddings.

sct-npow planned

Nostr client focused on high-quality content through Proof-of-Work filtering (NIP-13).

Tool Composition

All SCT tools are designed to work together:

# Example pipeline: RSS -> Vector Search -> Social Post
sct-rss parse feed.xml | sct-vec index --collection feeds
sct-vec query "interesting topic" | plur-post --platform nostr