AI Genie is an embeddable widget that shows what AI assistants say about your brand, or about the exact product on the page, and lets a shopper open a real AI search pre-filled with your query. Because the answer comes back live and unaffiliated, it is social proof you cannot fake.
Set up AI Genie
- Pick a scope and template. Choose Brand scope for your homepage or about page, or Product scope for the PDP. Start from a pre-built message template or write your own. No code to author the content.
- Set each engine’s text and query. Every AI engine (ChatGPT, Claude, Gemini, Perplexity, Copilot, Grok) gets its own card text and its own search query. Use tokens like {{productName}} and {{price}} so product-scope cards fill live from the viewed product.
- Drop one embed. Paste a single script tag on your homepage or PDP template. It is style-isolated with Shadow DOM, lazy-loaded, and causes no layout shift.
- Watch the launches. Track impressions, clicks and AI launches, broken down by which engine shoppers pick and which products drive the most curiosity.
<div id="idukki-ai-genie-pdp"></div>
<script async
src="https://app.idukki.io/ai-genie.js"
data-widget-id="YOUR_WIDGET_ID"
data-mount="#idukki-ai-genie-pdp"
data-product-handle="{{ product.handle }}">
</script>Where product data comes from
On a PDP, AI Genie reads the Product JSON-LD already on the page or your synced Idukki catalogue, so one embed serves your whole catalogue with no per-product setup. When a product can’t be resolved it falls back gracefully rather than showing a broken card.