🧠 Context-Aware Intelligence
Automatically understands your documentation and user context for relevant, accurate responses
Ship intelligent, documentation-aware chat in minutes
Install the React SDK and start chatting in 2 minutes:
npm install @cyborg-sdk/reactimport { ChatProvider } from '@cyborg-sdk/react'
function App() {
return (
<ChatProvider apiKey="your-api-key">
{/* Your app */}
</ChatProvider>
)
}