Noor is a floating voice + chat assistant. Adding her to your live website takes one line of code — no plugins, no backend, no cost to host. She appears as a "Talk to Noor" button in the corner of every page.
● This page is live-running the widget — look bottom-right
1 · The one-line snippet
Paste this just before the closing </body> tag on kakalbrothers.in:
<!-- Noor voice assistant --> <script src="https://azizsaif.com/kakalbrothers/voice-bot/embed.js" defer></script>
That's it. The widget loads asynchronously (defer), so it never slows your page down. It injects its own styles in a scoped .kbn- namespace, so it won't clash with your site's CSS.
2 · Where to paste it, by platform
Plain HTML site
Open each page (or your shared footer/template) and paste the snippet before </body>.
WordPress
Appearance → Theme File Editor → footer.php, before </body>. Or use a "Insert Headers and Footers" plugin → Footer box.
Wix
Settings → Custom Code → + Add Custom Code → paste snippet, place in Body – end, apply to All pages.
Shopify
Online Store → Themes → Edit code → theme.liquid, paste before </body>.
Google Tag Manager
New Tag → Custom HTML → paste the snippet → trigger All Pages → publish.
Answers by voice or text — soft female English voice
Knows your products, finishes, materials, prices, samples, export terms, hours and full Mumbai contact
One-tap WhatsApp handoff to +91 98202 48166
Works on mobile (full-screen) and desktop; voice needs Chrome/Safari, text works everywhere
Want it self-hosted? You can also download embed.js, host it on your own server, and point the snippet's src there — useful if you'd rather not depend on an external domain.