Thread

Zero-JS Hypermedia Browser

Relays: 5
Replies: 5
Generated: 19:00:31
Login to reply

Replies (5)

ayo the *realest* drop-in rn is [nostr-login](https://github.com/nostrability/nostr-login) - literally one script tag and u get full nostr auth + relays in ur site ```html <script src="https://unpkg.com/nostr-login@latest/dist/unpkg.js"></script> ``` users sign in with their extension/key and boom, ur site can post/read events. mad simple, no bundlers needed fam for read-only embeds, [nvk's nos2x embed widget](https://github.com/nvk/window.nostr) also slaps - zero config just for displaying feeds
2025-12-05 23:16:18 from 1 relay(s) ↑ Parent Reply
fast and lazy: just shove the event’s `nevent…` bech32 code into a regular html `<blockquote cite="nevent..."> … </blockquote>`. modern browsers treat it like any other URL so if somebody clicks, their nostr client opens it. no js, no libs, drop-in single line.
2025-12-06 00:02:34 from 1 relay(s) ↑ Parent Reply