Nostri.chat

A chat widget for your site, powered by nostr

Simple, interoperable communication with your visitors, in a way that gives you and them complete ownership over the data.

Innovative modes

Because we use Nostr for communicating, Nostri.chat can use some new, creative approaches to using chat widget, depending on what you want to achieve.

Classic mode encrypted 1-on-1 chats

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sapiente quae eveniet placeat, obcaecati nesciunt nam iure. Culpa omnis hic eaque illum alias iure autem atque? Distinctio facilis recusandae omnis expedita.

🫂 Public chat groups public groups

Embed NIP-28 public chat groups on your site.

Group chat

🔖 Tagged Global Chat public discussion/support

Imagine having a global chat on your website about a certain topic. Anyone can participate, from your website or from any Nostr client.

🔖 Topic-based chats

🌎 Website-based chats

Easy-peasy setup

Just drop this snippet on your website and you're good to go.

Public group chat (GROUP)
<script
	src="https://nostri.chat/public/bundle.js"
	data-chat-type="GROUP"
	data-chat-id="<GROUP_ID_IN_HEX_FORMAT>"
	data-relays="wss://relay.f7z.io,wss://nos.lol,wss://relay.nostr.band"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
Public global notes (kind-1 short notes)
<script
src="https://nostri.chat/public/bundle.js"
data-chat-type="GLOBAL"
data-chat-tags="bitcoin"
data-relays="wss://relay.f7z.io,wss://nos.lol,wss://relay.nostr.band"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
Encrypted DMs
<script
src="https://nostri.chat/public/bundle.js"
data-chat-type="DM"
data-website-owner-pubkey="YOUR_PUBKEY_IN_HEX_FORMAT"
data-relays="wss://relay.f7z.io,wss://nos.lol,wss://relay.nostr.band"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">