ESM bundle for embedding Trail-grounded chat on any HTML page. One script tag, one custom element, drop-in.
<script type="module"
src="https://widget.trailmem.com/v1/trail-chat.js"></script>
<trail-chat api="/api/chat-proxy" theme="auto"></trail-chat>
The api attribute points at your own proxy that
forwards to engine.trailmem.com/api/v1/chat with the
bearer token attached server-side. Full setup guide:
docs.trailmem.com/widget.