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
- Connect your GitHub repository
- Index your documentation (triggered on new tags)
- Integrate the chat widget or API into your site
- 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
| Feature | Description |
|---|---|
| GitHub Integration | Index from public or private repos |
| Tag-Based Updates | Automatically detect new releases |
| Framework Detection | Auto-configure for Docusaurus, VitePress, etc. |
| OpenAI Compatible | Works with any OpenAI SDK |
| Streaming Responses | Real-time chat experience |
| Source Citations | Every answer includes links to docs |
Getting Started
- Create a project in the Groo AI dashboard
- Connect your GitHub repository
- Wait for indexing to complete
- Integrate the React SDK or use the API