Upload your docs, get a project ID, drop in one line of code. Your users get instant AI-powered answers from your knowledge base.
import { ChatWidget } from "@obusek/embedchat-react";
function App() {
return <ChatWidget
projectId="proj_abc123"
/>;
}From document upload to live chatbot — one platform.
Upload text files — they're automatically chunked, embedded with all-MiniLM-L6-v2, and stored in pgvector.
Every chat query retrieves the most relevant chunks and sends them as context to the LLM for accurate, grounded answers.
React component or script tag — drop it in and your users get an AI chatbot instantly. No backend work required.
The widget is under 8KB (gzipped). Inline styles — no Tailwind or CSS dependency needed in your app.
Dashboard behind Firebase Auth. Chat API is public but scoped to your project. Domain allowlists for extra control.
5 built-in themes, configurable position, size, and greeting. Style it to match your brand.
Go from zero to live chatbot in under 5 minutes.
Sign up, name your chatbot, and configure a system prompt.
Upload text files — they're automatically chunked and embedded into your knowledge base.
Copy one line of code into your site. Your users can now chat with your knowledge base.
Free to start. No credit card required.