This page demonstrates the embeddable webchat widget. The chat button in the bottom-right corner opens the form, runs Cloudflare Turnstile, and posts to api.peakpepts.com/webhooks/webchat.
To embed on any page (e.g. the Lovable-built peakpepts.com storefront), add this one-line script tag:
<script src="https://peak-webchat-widget.pages.dev/widget.js" data-api-base="https://api.peakpepts.com" data-turnstile-sitekey="0x4AAAAAADeSHGoZe41RVNur" defer></script>
Optional data-accent attribute overrides the brand colour (defaults to Peak green #0d6e4f). Optional data-api-base overrides the API host (defaults to https://api.peakpepts.com) for staging environments.