Nostr Chat Widget

Privacy-first customer support powered by Nostr

🔐 E2E Encrypted 🌐 Decentralized 🚫 No Backend

Try it now!

Click the orange chat button in the bottom-right corner to start a conversation

Look for the chat widget →

Key Features

🔐

End-to-End Encrypted

All messages are encrypted using NIP-04 before transmission. Your conversations stay private.

🌐

Decentralized

Powered by Nostr relays. No single point of failure or control.

🚫

No Backend Required

Entirely client-side. Just drop in the code and you're ready to go.

📱

Mobile Responsive

Works seamlessly on desktop, tablet, and mobile devices.

Lightweight

Minimal dependencies. Fast loading and smooth performance.

🔑

Ephemeral Sessions

Auto-generated session keys with 24-hour expiry for enhanced privacy.

Quick Installation

<!-- Add Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>

<!-- Add import map for nostr-tools -->
<script type="importmap">
{
  "imports": {
    "nostr-tools": "https://esm.sh/nostr-tools@1.17.0"
  }
}
</script>

<!-- Add the chat widget -->
<script type="module" src="path/to/chat.js"></script>

<!-- Add chat widget container -->
<div id="chat-widget-root"></div>

Ready to get started?

View on GitHub