Welcome to Decentralised Chat

Easily integrate a live chat support system into your website with Decentralised Chat. Use your existing public key or create a new one to get started and respond to customer inquiries using any Nostr social media app.

Try out your widget app now! Enter your public key below and wait a few seconds for the chat icon to appear at the bottom right corner.

Embed Code
<script>
  var w=window, d=document;
  w.decenChat = {
    appId: '<your public key>'
  };
  var e = function() {
    var s = document.createElement('script');
    s.src = 'https://client.decenchat.com/widget.js';
    d.body.appendChild(s);
  }
  d.readyState !== 'loading' ? e() : w.addEventListener("DOMContentLoaded", e);
</script>

Coming Soon:

1. We will shortly release a widget builder to customize the widget theme according to your brand's style.

2. Development of the agent panel is currently in progress. Meanwhile, you can use any Nostr social media app (e.g., Primal, Damus) to respond to customers.