A pretend business running both a restaurant and a software house. Try the chat widget in the corner — you'll see the industry picker.
Modern Pakistani-continental cuisine in the heart of Clifton. Book a table, explore the menu, or arrange a private event.
Premium software development — web, mobile, AI, SaaS. Scope your project and book a discovery call.
Look at the bottom-right corner. Click the chat bubble. You'll see an industry picker because this tenant covers two industries.
Build one for your businessA real business pastes a 4-line script into their website. The widget loads with their API key. They never have to touch JavaScript again. Voice input, industry picker, switch button, multi-tab sync — all built in.
<script>
(function(){
var s=document.createElement('script');
s.src='https://cdn.nexusbot.ai/widget.js';
s.setAttribute('data-api-key','nexb_...');
document.head.appendChild(s);
})();
</script>