
I made embeddable SVG widgets for Nostr profiles, follows and feeds. WDYT?
Drop a Nostr profile, follow button or recent feed onto any site that takes an image URL — no NDK, no nostr-tools, no relay pool.
Profile badge (320×96), follow button (220×40), feed strip (480 wide, 1–5 notes). All plain SVG.
One thing, if the site mirrors or caches images the feed will freeze in time. Those sites usually block JS anyway, so this still reaches more places than NDK embeds and is way easier to drop in.
Embed snippet:
<a href="https://nostr-wot.com/profile/<npub>">
<img src="https://nostr-wot.com/widgets/profile/<npub>.svg">
</a>
Self-host it: https://github.com/nostr-wot/nostr-widgets
WDYT?