We have new stuff. Not much tested yet, so feedback is welcome: 1) Iris Docs — Proof-of-concept collaborative text editor and simple canvas on Nostr. Recently also added a chat, so might rename to Iris Apps? image 2) IrisDB — Extensively used by Iris Docs. Tree-like data structure on Nostr. Build wikis, marketplace apps, games and other decentralized applications where users can choose whose edits they want to see (e.g. followed users, extended social network or specific group). Enables science fiction stuff like deleting & unliking posts, or editing a user profile or list of users without risking overwriting the whole thing with an out-of-sync version. Use a filesystem-like interface to create all kinds of applications on Nostr without having to define obscure event kinds for each purpose. Has simple & powerful useLocalState and usePublicState hooks for React applications. 3) npm create iris@latest — A template that quickly gets you started with Nostr & IrisDB web application development. with dev tools and basic components like login, settings or avatar. Built on Iris Docs — remove the parts you don't need. Decentralize everything! image

Replies (24)

The slowness when opening a document like "About Iris Docs" seems to be entirely from signature verification. Not sure if it's making unnecessary checks, or just slow. We have wasm sig verify in Iris / Snort — I hope we can get it on NDK at some point and consolidate development efforts onto the same codebase.
Yes, it's using NDK and NIP-42 is enabled. From the side menu you can buy a Snort subscription which gives you relay write access.