Skip to content

Vezlo AI Assistant Chat

Overview

Deploy the Vezlo Assistant Chat — a lightweight, customizable frontend UI with human support and embeddable widget for interacting with your Vezlo AI Assistant. It provides a clean chat interface, message streaming, source citations, and full compatibility with any Vezlo Assistant Server instance.

Part of the Vezlo AI ecosystem that transforms your codebase into an intelligent chatbot. Assistant Chat connects seamlessly with your backend to deliver real-time conversations, context retrieval, and dynamic knowledge responses.

Works perfectly with assistant-server and src-to-kb to deliver a complete end-to-end AI assistant experience.

Preview
Instructions

Once you connect this integration, select your Vercel project and the Assistant Chat frontend will be deployed automatically. No database configuration or migrations are required — the UI communicates directly with your existing Vezlo Assistant Server.

After deployment, you will only need to provide:

  • Assistant Server URL
  • Optional Assistant Server API Key

These settings allow the chat widget and dashboard UI to connect securely to your backend.

You can access your deployed interface at:

  • Chat UI: https://your-project.vercel.app/
  • Widget Script: https://your-project.vercel.app/widget.js

To embed the assistant into any website, add:

<script type="text/javascript" src="https://your-project.vercel.app/widget.js"></script>
<script>
addVezloChatWidget('YOUR_ASSISTANT_ID', 'https://your-project.vercel.app');
</script>

For documentation and customization options, visit the Assistant Chat GitHub Repository.