Ridestore Chat — dev demo

Widget embed test page

This page is hosted on the same Pages project as the widget bundle. It embeds the live dev widget pointing at the dev worker. If you can see the chat launcher in the bottom right, the bundle loaded. Click it and send a message — the bot should reply within ~7 seconds.

To embed on a real site, paste this snippet before </body>:

<script>
  window.RIDESTORE_CHAT = {
    apiUrl: "https://powder-worker-dev.ridestore.org",
    brand: "ridestore",
    locale: "en"
  };
</script>
<script async src="https://powder-chat-widget-dev.pages.dev/ridestore-chat.js"></script>
Loading widget bundle…