Install SDK
Add the Cyborg React SDK to your application.
Installation
bash
npm install @cyborg-sdk/reactBasic Usage
tsx
import { ChatProvider } from '@cyborg-sdk/react'
function App() {
return (
<ChatProvider apiKey="your-api-key">
{/* Your app components */}
</ChatProvider>
)
}The chat interface will automatically render in the bottom-right corner of your application.