Getting Started with Cyborg
Welcome to Cyborg! This guide will walk you through integrating context-aware AI chat into your application in just a few minutes.
What is Cyborg?
Cyborg is a comprehensive solution for adding intelligent, documentation-aware chat to your applications. It combines:
- React SDK: Zero-config chat component for React applications
- Admin UI: Platform for managing API keys, projects, and documentation
- Backend Services: RAG-powered chat API with vector search
Quick Overview
The integration process takes just 6 steps:
- Create Account - Sign up with Clerk authentication
- Create Project - Set up your integration (Coming Soon)
- Generate Documentation - Use Claude Code CLI to generate docs
- Upload Documentation - Process and index your docs (Coming Soon)
- Get API Key - Generate your API credentials
- Install SDK - Add
@cyborg-sdk/reactto your app
Let's get started!