Skip to main content

Groo AI

Add an AI assistant to your documentation that answers questions with accurate, cited responses.

What is Groo AI?

Groo AI indexes your documentation from GitHub and provides:

  • Semantic Search - Find relevant content based on meaning, not just keywords
  • RAG Chat - AI answers with inline source citations
  • React SDK - Drop-in chat widget for your website
  • OpenAI-Compatible API - Use any OpenAI SDK client

How It Works

Your Docs (GitHub) → Index → Vector Database → AI Chat with Sources
  1. Connect your GitHub repository
  2. Index your documentation (triggered on new tags)
  3. Integrate the chat widget or API into your site
  4. Users ask questions and get answers with source links

Quick Example

import { Chat } from '@groo.dev/ai-react'

function DocsPage() {
return (
<Chat apiKey="your-api-key" />
)
}

Users get responses like:

To set up authentication, install the auth-react package and wrap your app with AuthProvider.

Sources:

Features

FeatureDescription
GitHub IntegrationIndex from public or private repos
Tag-Based UpdatesAutomatically detect new releases
Framework DetectionAuto-configure for Docusaurus, VitePress, etc.
OpenAI CompatibleWorks with any OpenAI SDK
Streaming ResponsesReal-time chat experience
Source CitationsEvery answer includes links to docs

Getting Started

  1. Create a project in the Groo AI dashboard
  2. Connect your GitHub repository
  3. Wait for indexing to complete
  4. Integrate the React SDK or use the API