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
- MCP Server: AI-powered documentation management for Claude Code and Cursor
- 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
- Generate Documentation - Use the MCP server to generate docs from your codebase
- Upload Documentation - Sync your docs to the Cyborg backend
- Get API Key - Generate your API credentials
- Install SDK - Add
@cyborg-sdk/reactto your app
Prerequisites
- Node.js 18+
- A React application
- Claude Code or Cursor IDE (for documentation workflow)
Let's get started!