A production-ready chat layer for your projects.

Methodox Technologies, Inc. builds Chat Gateway — a production-ready chat layer for public or private projects — and Divooka, our visual programming system, for customizable behaviors. Plug in your sources, enable RAG, and embed on your site with a single script.

No-Fuss Embedding

Drop-in Widget

One script tag. Beautiful chat window. Mobile-first, accessible, resizable, and secure by default.

RAG-Ready

Talk to Your Content

Per-project vector stores and model selection. Show status with RAG: on/off pills for full transparency.

ASP.NET Core

Production-grade Backend

Token bucket rate limiting, concurrency caps, Razor pages, and clean APIs out of the box.

Public Projects

These are available to try right now. Click “Chat now” to open a scoped session.

Live Demo: /Project/ChatGateway
This is the full project page running inside the landing page. Open it in a new tab for a roomier view.

Embed on Any Site in Seconds

Use the widget to add a floating chat button that talks to any project (here we use ChatGateway):

<script src="/widget/chat-widget.js"
        data-chat-widget
        data-project="ChatGateway"
        data-title="Chat with Methodox (AI)"
        data-display-name="Chat Gateway"
        data-welcome-message="Hi! I’m your AI assistant. Ask me anything."
        data-position="right"
        data-open="false"
        data-primary="#2563eb"></script>

The button for this very page is live (bottom-right) — try it!

For a full setup guide and advanced configuration options, see the Chat Gateway Product Wiki .