Simple Integration
Add DocTalkie to your React app in minutes
Just install our package and add a single component to your app. DocTalkie handles the rest.
npm install doctalkie-react
bash
or
yarn add doctalkie-react
bash
MyApp.jsx
import React from 'react';
import { DocTalkieChat } from 'doctalkie-react';
function App() {
return (
<div>
<h1>Welcome to My App</h1>
<DocTalkieChat
apiURL="https://api.doctalkie.ai/my-project"
apiKey="dt_123456789abcdef"
/>
</div>
);
}
export default App;
Why choose DocTalkie?
Our AI assistant is designed specifically for documentation and knowledge bases.
Document-Trained
Upload your documentation files and DocTalkie learns from them to provide accurate, contextual answers.
Developer-Friendly
Simple React component with customizable options. No complex setup or configuration required.
Fast & Responsive
Optimized for speed and performance. Get instant answers without slowing down your application.
Dashboard
Full Control
Customize your assistant to match your brand
Change the name, appearance, and behavior of your assistant to create a seamless experience for your users.
- Customize assistant name
- Match your brand colors and style
- Control what questions your assistant can answer
- Position the chat widget anywhere on your page