So - following on from the previous post - which proposes a system call Nostr Communities Conventions (NCC for short) - I vibecoded a #python app that works as a proof-of-concept for creating, publishing NCCs - and the other aspects like succession records and NCC endorsements.
It's not pretty, but seems to work - bonus!
You can have a play from the #github repo at
View quoted note โ
GitHub
GitHub - imattau/nostr-community-conventions: Nostr Community Conventions exist to document **shared usage patterns** of existing Nostr primitives where protocol-level standardisation is unnecessary or undesirable.
Nostr Community Conventions exist to document **shared usage patterns** of existing Nostr primitives where protocol-level standardisation is unnece...
This started yesterday as a โcould this even work?โ idea.
By today, itโs a running PeerTube โ Nostr bridge.
It pulls videos via the PeerTube API, falls back to RSS if needed, posts cleanly to Nostr, credits the original creator, and actually plays properly in most clients. Itโs Dockerised, rate-limited, and just ticking along.
AI didnโt magically build it for me. I still had to make the calls and change my mind a few times. But it absolutely collapsed the time between โrough ideaโ and โworking thingโ.
Curious?