Embeddable Widgets
Gravity Rail offers two embeddable widgets for external sites. Each uses the same iframe + postMessage architecture and shares the same HTTPS and cookie requirements.
- Chat Widget — Floating launcher that lets visitors start a chat workflow. Drop a single
<script>tag on any page to add an AI chat button. - Operator Widget — Operator dashboard embed for staff to manage member conversations from your own application.
Both widgets load via a small async loader script that creates a sandboxed iframe. No conversation content or member data is accessible to the host page — the only cross-frame communication is resize events.
See the Chat Widget guide for the local HTTPS setup that applies to both widgets.