Any page, any app
This is a plain host page standing in for "anywhere you can paste a script tag". The Tribe Agent widget below loads from a single JS file, renders in a shadow root (no CSS collisions), and talks to the Cloudflare Worker backend.
Embed
<script src="tribe-widget.js"></script> + one init() call.
Isolated
Shadow DOM styles; host page CSS cannot leak in or out.
Connected
WebSocket to a Durable Object; tools via rumo-mcp; writes need your approval.