MAIVA

guest@maivaos.comdemo

● settings · workspace

Widget & Chatbot Config

Pick a niche, copy the embed snippet, paste it before </body> on your site. The chatbot will automatically use the niche persona and route leads to Telegram.

Select niche

Embed snippet · ecommerce

<!-- MAIVA OS Widget · ecommerce -->
<script>
  (function(){
    var s=document.createElement('iframe');
    s.src='https://maivaos.com/widget?client=ecommerce&defaultOpen=0';
    s.style.cssText='position:fixed;bottom:20px;right:20px;width:420px;height:560px;border:none;z-index:9999;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,0.55)';
    s.allow='microphone';
    document.body.appendChild(s);
  })();
</script>

● paste before </body> · works on any HTML site, WordPress, Webflow, Shopify

● telegram · lead routing

Set these environment variables on Vercel to route chatbot leads and contact-form submissions to your Telegram channel. The bot sends a formatted card for every qualified lead automatically.

TELEGRAM_BOT_TOKEN

From @BotFather — format: 123456:ABC-DEF…

TELEGRAM_CHAT_ID

Your group or channel ID (use @userinfobot to find)

ECOMMERCE_TELEGRAM_CHAT_ID

Override for e-commerce niche (optional)

SERVICES_TELEGRAM_CHAT_ID

Override for services niche (optional)

B2B_TELEGRAM_CHAT_ID

Override for B2B niche (optional)

D2D_TELEGRAM_CHAT_ID

Override for D2D niche (optional)

How to add Vercel env vars