Please wait...
Embed a context-aware AI assistant with your app knowledge into any application. Users ask questions โ the AI will answer it.
$ npm i @doclessai/sdkimport { ChatWidget } from '@doclessai/sdk'export default function App() { return ( <div> {/* AI assistant โ one JSX tag */} <ChatWidget appKey="your-app-key" name="your-assistant-name" /> </div> )}Define your app's features. We handle the intelligence layer.
Ship an AI-powered assistant in your app without building any AI infrastructure yourself.
Add a context-aware AI assistant to your app today.