Owner's guide
AI Twin Owners Guide
Integrating AI Twin
Put your AI Twin on your own website with a link, a QR code or an embedded chat, and choose how it appears to visitors.
Embed on your site
Use an iframe or our floating patterns on personal sites, landing pages, and portfolios.
URL parameters
| Parameter | Effect |
|---|---|
embed | Hides side chrome, footer, auto-disclaimer, cleaner embed |
hideQuestions | Hides example question chips |
Full UI:
https://hi.speak-to.ai/your-nameEmbed mode:
https://hi.speak-to.ai/your-name?embedEmbed without example questions:
https://hi.speak-to.ai/your-name?embed&hideQuestionsiframe example
<iframe
src="https://hi.speak-to.ai/your-name?embed"
width="100%"
height="600"
style="border:0;border-radius:12px;"
allow="clipboard-write"
title="AI Twin chat"
></iframe>Ensure your site's Content-Security-Policy allows frames from hi.speak-to.ai.