Skip to main content
AI TwinBy Prifina
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

ParameterEffect
embedHides side chrome, footer, auto-disclaimer, cleaner embed
hideQuestionsHides example question chips

Full UI:

https://hi.speak-to.ai/your-name

Embed mode:

https://hi.speak-to.ai/your-name?embed

Embed without example questions:

https://hi.speak-to.ai/your-name?embed&hideQuestions

iframe 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.


Next: Embedded links (video, calendar)