🧪 HEA Conversation Starter — method: Hosted iFrame (Simple)
This page embeds the Conversation Starter using
hea_simple.html directly from
https://hea-world.com/hea_pages/hea_simple.html.
It’s the same component we show as the “Conversation starter (block)” in the patterns page,
and it’s also perfect for full-page handoff on mobile.
No scripts on the host — everything runs inside the iframe.
Conversation Starter (hea_simple.html) — Pros & Cons
âś… Pros
- Zero-JS on host: just an
<iframe>.
- Maximum isolation: no CSS/JS conflicts with the host.
- Portable: works in decks, CMS, no-code builders.
- Flexible placement: use as a homepage Conversation Starter block or a full-page experience (mobile handoff).
- Customizable: tune via URL parameters (colors, background, chrome, etc.).
⚠️ Cons
- Limited host events: for analytics/leads, use
postMessage bridging.
- Styling: cannot directly inherit host CSS; use query params instead.
- Less programmatic control than the engine/module embed.
- Full iframe load adds slight overhead.