Widget System v1.0 โ€” Live

The Nova AI
Embed Widget

One script tag. Any website. Your clients paste it once and their AI assistant goes live instantly.

๐Ÿ“‹ Client Embed Code
index.html โ€” paste before </body>
<!-- Nova AI Widget โ€” paste this before </body> -->
<script>
  window.NOVA_CONFIG = {
    botId:        "YOUR_BOT_ID_HERE",   // unique ID per client
    theme:        "dark",              // "dark" | "light"
    primaryColor: "#D4AF37",          // brand color
    botName:      "Zara's Assistant",  // custom bot name
    welcomeMsg:   "Hi! How can I help?"
  };
</script>
<script src="https://kumskid-nova-ai.pages.dev/nova-widget.js"
        async></script>
โš™๏ธ Configuration Options
botId
Unique identifier for this client's chatbot. Links to their training data and subscription.
required
theme
Visual theme of the widget. Dark suits modern sites; light suits clean/white designs.
default: "dark"
primaryColor
The main brand color for the widget button, bubbles, and accents. Any hex color.
default: "#D4AF37"
botName
The name shown in the chat header. Use the client's business assistant name.
default: "Nova AI"
welcomeMsg
First message shown when the widget opens. Customize per client business.
default: "Hi there! ๐Ÿ‘‹"
autoOpen
Set to true to auto-open the widget after a delay. Use autoOpenDelay (ms) to control timing.
default: false
๐ŸŒ Live Preview โ€” Widget on a Client Website
Luxury Fashion,
Delivered Fast.
Discover our latest collection of exclusive designs. Free delivery on orders above โ‚ฆ50,000 anywhere in Nigeria.
๐Ÿ‘‡ Nova AI widget lives here (bottom-right)