Mara is running.

Host for the Morrissey Goodale website chat agent — and a smoke-test harness for the widget.

The chat widget is served at /widget.js; the API lives at /api/chat and /api/lead. Embed on the website with the line for that environment (full instructions in WORDPRESS-EMBED.md):

Production — live site → prod backend:

<script src="https://black-mushroom-0659db610.7.azurestaticapps.net/widget.js" data-api="https://black-mushroom-0659db610.7.azurestaticapps.net" defer></script>

Staging / dev — staging site → dev backend:

<script src="https://red-ocean-08390e810.7.azurestaticapps.net/widget.js" data-api="https://red-ocean-08390e810.7.azurestaticapps.net" defer></script>

Floating mode: look for the “Chat with Mara” launcher in the bottom-right corner. This page loads Mara against its own host, so it tests prod when served from the prod SWA and dev when served from the dev SWA.