One script tag. Any website. Your clients paste it once and their AI assistant goes live instantly.
<!-- 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>