WellPros+ Widget Demo

The chat widget should appear in the bottom-right corner of this page.

Installation

<script async src="https://livechat.example.com/widget.js"></script>
<script>
  window.WellProsWidget.init({
    convexUrl: 'YOUR_CONVEX_URL',
    workspaceId: 'YOUR_WORKSPACE_ID'
  });
</script>
Note: Replace YOUR_WORKSPACE_ID and YOUR_CONVEX_URL with your actual values from the WellPros+ dashboard.

This local dist preview still loads /wellpros-widget.iife.js below for offline testing.