nostr-web-components has improved docs now at
And new components:
- <nostr-note> for rendering full notes with proper formatting
- <nostr-text> for rendering just the text
- <nostr-follow> for rendering a simple "follow me on nostr" button that can actually be clicked (idea copied from @Saiyasodharan)
These components are very lightweight, they use no framework and only import what is strictly necessary from nostr-tools and nostr-gadgets. They're also very efficient and replaceable metadata is cached on IndexedDB very straightforwardly.
Nostr Web Components - Documentation