Back to NexusBot
Sample business website · Widget embedded ↘

Welcome to FusionGroup
Where Great Food Meets Great Tech.

A pretend business running both a restaurant and a software house. Try the chat widget in the corner — you'll see the industry picker.

🍽️

Savoria Bistro

Modern Pakistani-continental cuisine in the heart of Clifton. Book a table, explore the menu, or arrange a private event.

💻

NexCode Studio

Premium software development — web, mobile, AI, SaaS. Scope your project and book a discovery call.

Try the widget →

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 business

How this works in production

A 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>