AI-powered assistant
for any website
Guidoo is an embeddable AI widget that gives your users instant answers, guided walkthroughs, and smart data exploration — all from a single script tag.
Everything your users need, built in
Guidoo combines AI chat, documentation, walkthroughs, data exploration, and feedback collection into a single embeddable widget.
AI Chat Widget
A fully embeddable chat assistant powered by Claude AI. Add it to any website with a single script tag — available as UMD and ES Module bundles.
Chrome Extension
Use Guidoo as a browser extension for instant AI assistance on any page you visit, without requiring site integration.
Screenshot Analysis
Capture screenshots directly from the widget and get AI-powered visual analysis. Sensitive data is automatically masked before processing.
Guided Walkthroughs
Create step-by-step interactive tutorials that guide users through your application with highlighted elements and contextual instructions.
AI Docs Browser
A RAG-powered documentation browser with semantic search. Upload your docs and let users find answers through natural language queries.
Natural Language SQL
Connect your database and let users query data in plain English. The Vanna AI agent translates questions into SQL and returns visual results.
AI-Generated Surveys
Create and deploy user feedback surveys generated by AI. Collect structured responses directly through the chat interface.
GitHub Integration
Users can report bugs and request features directly from chat. Guidoo creates structured GitHub issues with full context automatically.
Multi-Tenant Architecture
Each customer gets isolated data, custom settings, and their own API keys. Configure skills, commands, and appearance per tenant.
Live in minutes, not weeks
Guidoo is designed to be embedded with minimal effort. No build step, no framework dependency, no complex configuration.
Add the script tag
Include a single script tag on your website. The lightweight UMD bundle loads asynchronously and won't block page rendering.
<script src="https://api.guidoo.app/static/guidoo.umd.js"></script> Configure and initialize
Call Guidoo.init() with your API key and desired options. Customize position, colors, and which features are enabled for your users.
Guidoo.init({
apiUrl: 'https://api.guidoo.app',
apiKey: 'YOUR_API_KEY',
position: 'bottom-right',
title: 'Help Assistant'
}); Your users get instant help
The AI assistant appears on your site, ready to answer questions from your documentation, guide users through workflows, and collect feedback.
Built on a modern stack
A Python/FastAPI backend and React/TypeScript frontend, deployed on AWS with PostgreSQL and vector search.
Claude by Anthropic
Powered by Claude via AWS Bedrock or the Anthropic SDK. Handles chat, document analysis, SQL generation, survey creation, and ticket drafting.
RAG with Vector Search
Documents are chunked, embedded with Amazon Titan, and stored in PostgreSQL with pgvector. Hybrid retrieval combines vector similarity with full-text search.
Natural Language SQL
The Vanna AI agent connects to your database, learns your schema, and translates plain English questions into accurate SQL queries with visual results.
Multi-Tenant by Design
Every tenant gets isolated data, API keys, and configurable feature flags. Skills, commands, and appearance settings are all customizable per tenant.
Framework Agnostic
Ship as a UMD or ES Module bundle. Works on any website with a single script tag — no React, no build step, no framework lock-in required.
Enterprise Ready
API key authentication, dynamic CORS, rate limiting, encrypted credentials at rest, and sensitive data masking in DOM and screenshots.
See Guidoo in action
Try the live demo to explore AI chat, documentation search, walkthroughs, and data queries — all running on real infrastructure.