Peak Peptides Webchat — Demo

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>
The script is idempotent — adding it twice still only mounts one widget. Cloudflare Turnstile loads on-demand the first time the panel opens, so it doesn't slow your page's first paint.

Customisation

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.