Widget · Overview
The Neuroon widget is an AI sales agent that embeds into any online store. It integrates with a single <script> — no dependencies, no npm, no build step. It does not interfere with your theme's CSS or JavaScript.
Any HTML page that can print a <script> and a <div> can embed it: WordPress, Shopify, .NET, Next.js, Nuxt, or custom platforms.
What it solves
Turns store visits into purchases. The widget understands what customers are looking for, responds in natural language, and guides the buying decision inside your store — no friction.
Quick install
<div id="neuroon-search"></div>
<script
src="https://cdn.neuroon.ai/widget@0.9.27/widget.js"
data-token="WIDGET_TOKEN"
data-container="#neuroon-search"
data-locale="en">
</script>
Multi-instance
Multiple instances on the same page, each isolated:
window.NeuroonWidget.getInstanceIds() // ['neuroon-widget-1', 'neuroon-widget-2']
window.NeuroonWidget.destroy('#header-search') // destroys that instance
window.NeuroonWidget.destroy() // destroys all
Further reading
- Snippet Builder — generate your snippet from a form, in 2 minutes.
- Installation — script tag, SRI, CSP.
- Configuration — all available options.
- Theming — visual customization.
- Widget events — what it emits and listens for.
- Cart integration — cart callbacks.