Thread

🛡️
notedeck is a nostr development platform. we are building common functionality (account switching, subscription manager, database) at the "OS" level so that you can focus on building you app. kieran is doing this with a rust version of zap.stream and is contributing common stuff back into the OS when he can. it's becoming a nostr virtual machine and nostr dev platform. maybe a little crazy but it's pretty cool.

Replies (12)

How do you feel about a section to load other kinds or notes with certain content in an alternate app? I imagine a future where we have a great e-reader, photos app, video, etc, and allow the user to point notedeck to use those applications in certain contexts (defaulting to notedeck, itself).
🛡️
in notedeck we will have app handlers that will open the right app for certain links. right now we only have one app in notedeck (the columns app) but we are adding dms, relay chat, visualizer. eventually live streaming, etc. these will all exist as apps within the notedeck browser/os. they all talk to the local in-process relay which you can use for cross-app communication. this means everything that is a notedeck app is offline-first by default.