Open Source AI Intercom

Embed an AI chat widget on your website. Self-hosted, open-source, with Telegram escalation support.

Built-in Features

  • 📚
    Knowledge Base

    Dynamic RAG-powered knowledge base. Train on your docs, FAQs, and content.

  • 🎯
    Layer Zero to One Support

    AI handles tier-0 support, escalates to human agents when needed.

  • 👥
    Build Your Community

    Grow and engage your community with quests, leaderboards, and gamification.

  • 🔧
    Surrounding Services

    Integrate with your existing services. Extend functionality with custom workflows.

  • ✍️
    AI-Powered Blog

    Build your own blog with AI assistance. Content generation, SEO optimization, and more.

📚 Documentation

Live Demo

Configure and test the widget. Embed code updates in real-time.

Chat URL

Current: chat-sol-atlas.apps.gurunetwork.ai

Launch Your Own

Your own? Launch Atlas agent and chat for FREE.

Live Embed Code

Copy this code to embed the widget with your current configuration:

Loading...

Capabilities

AI Chat Widget

Embed chat interface with AI-powered responses. Handles common questions, reduces support load.

Telegram Escalation

Escalate conversations to Telegram for live support. Seamless handoff from AI to human agents.

Self-Hosted

Open-source, self-hosted solution. Full control over data and infrastructure. No vendor lock-in.

Configuration

Copilot Mode (Default)

Sidebar chat interface. Opens by default, ideal for documentation and dashboards.

<script
  src="https://chat-sol-atlas.apps.gurunetwork.ai/luka_embed.js"
  data-mode="copilot"
  data-default-open="true"
  data-api-url="https://chat-sol-atlas.apps.gurunetwork.ai"
></script>

Assistant Mode

Floating chat button. Minimal footprint, opens on click.

<script
  src="https://chat-sol-atlas.apps.gurunetwork.ai/luka_embed.js"
  data-mode="bubble"
  data-position="bottom-right"
  data-api-url="https://chat-sol-atlas.apps.gurunetwork.ai"
></script>

With Authentication

Pass JWT token for authenticated sessions. Token sent in Authorization header.

<script>
  window.LukaWidgetConfig = {
    authToken: "your-jwt-token"
  };
</script>
<script
  src="https://chat-sol-atlas.apps.gurunetwork.ai/luka_embed.js"
  data-api-url="https://chat-sol-atlas.apps.gurunetwork.ai"
></script>

With Page Context

Provide page context for context-aware conversations.

<script>
  window.LukaWidgetConfig = {
    pageContext: {
      url: window.location.href,
      topic: "Product Support",
      product: { id: "prod-123" }
    }
  };
</script>
<script
  src="https://chat-sol-atlas.apps.gurunetwork.ai/luka_embed.js"
  data-api-url="https://chat-sol-atlas.apps.gurunetwork.ai"
></script>

With AI Persona (Sub-Agent)

Configure a specialized AI persona for different use cases.

<script
  src="https://chat-sol-atlas.apps.gurunetwork.ai/luka_embed.js"
  data-mode="copilot"
  data-sub-agent="crypto_analyst"
  data-api-url="https://chat-sol-atlas.apps.gurunetwork.ai"
></script>
Available Personas: crypto_analyst, defi_alert_bot, prompt_engineer, support_agent

Get Started

Try the full chat experience or embed the widget on your site

💬 Full Chat Experience Launch Widget Documentation