Snippet Builder
Configure the widget with a form and get a snippet ready to copy-paste. The live preview loads the real widget from cdn.neuroon.ai. Everything is persisted locally — come back any time and you'll find it as you left it.
Get it from your Dashboard → open the shop → click "Generate widget token". The token rotates every 24 h; cache it server-side.
The element where the widget will mount. Default: #neuroon-search
auto follows the user's system preference and updates live.
Snippetwidget@0.9.10
<div id="neuroon-search"></div>
<script
src="https://cdn.neuroon.ai/widget@0.9.10/widget.js"
data-token="YOUR_WIDGET_TOKEN"
async
></script>Paste in your HTML — works as-is.
Live previewcdn.neuroon.ai
Paste a Widget Token to preview
The widget will load right here, with your live config.
Further reading
- Widget · Installation — manual approach with every option.
- Widget · Configuration — all
data-*andNeuroonWidgetConfig. - Widget · Theming —
StyleOverridesand every--nrn-*CSS variable. - Authentication · Widget Token — issuance and rotation.