#notedeck is starting to get really interesting. we now have a notedeck_ui crate which is independent of the tweetdeck-style app.
we are building a standard library of ui components for building nostr apps. you won't need to think about the network stack, database, or even how to render a note. building an app will be as simple as:
ui.note(id)
in the same way building a website is a simple as
hello world
notedeck is the worlds first nostr browser. exciting times ahead.