GitHub’s dominance faces a structural challenge. Nostr developers are delivering a decentralized alternative that handles the full code collaboration lifecycle, not just publication. On the Nostr Compass Podcast, host Max detailed how Git Workshop and its CLI tool, ngit, now support merging pull requests directly through Grasp servers that authenticate via Nostr cryptographic identities.
The system uses NIP-34 to track issues and review states across relays. Max reported the web interface is now fast enough for daily use, though it lacks the continuous integration pipelines and mobile support required for production systems. For many developers, it’s a hedge against GitHub downtime and centralized control.
"The protocol handles the social layer of coding, while the underlying Git history remains portable across any Grasp-compliant server."
- Nostr Compass Podcast
The decentralization push extends beyond code. RoutesterD has launched a TypeScript daemon that creates a verifiable marketplace for AI compute. Providers advertise services via Nostr Kind 38421 announcements; users pay instantly via an integrated Cashew wallet topped up with Lightning. A key technical tension remains: how to prove a provider is actually running the advertised model. The podcast guests proposed a reputation-based fallback - sending identical prompts to multiple providers and comparing outputs to flag dishonest actors.
Nostr is also expanding into highly specific verticals, deliberately avoiding social feed clutter. Apps like Crux Coach publish climbing routes as specialized events, while Funster implements a Patreon-style model using eCash time-locked tokens for recurring payments. Developers on the show argued niche apps should not use Kind 1 social notes for primary data, favoring NIP-22 comments to add a social layer on top of clean, structured event kinds. This separation keeps the protocol usable while enabling deep integration for everything from geocaches to trading.
