Admin dashboard
Create bots, edit settings, upload knowledge, and review activity from one clean workspace.
The template includes the product pieces a business owner expects: a dashboard, knowledge uploads, an embeddable widget, lead capture, review tools, and safety controls.
Create bots, edit settings, upload knowledge, and review activity from one clean workspace.
Add FAQs, PDFs, text files, or business notes so the chatbot can answer from your content.
Copy one script, place it on your website, and show the chatbot only on approved domains.
Collect visitor details before chat or after a few free questions, depending on your setup.
See conversations, form submissions, unanswered questions, and blocked messages.
Set message limits, approve domains, turn bots off, and block unsafe or abusive requests.
You do not need to explain the AI stack to your client. The simple story is: clone the template, connect the services, add business knowledge, and embed the widget.
Start from the repo instead of a blank project.
Add Supabase, Clerk, OpenAI, and Vercel keys.
Name it, add a greeting, and choose how visitors start.
Give the chatbot business information to answer from.
Install the widget, then improve it from real conversations.
These logos are here to make the stack understandable. Each tool has one clear job in the system.
Runs the website, dashboard, and API routes.
Stores bots, documents, conversations, and searchable knowledge.
Handles sign in and admin user accounts.
Generates answers and creates embeddings for search.
Runs the chatbot agent and policy guard workflow.
Deploys the app and serves the public widget.
Handles styling, spacing, and responsive layouts.
Provides reusable UI primitives and dashboard components.
The chatbot is public once it is embedded on a website, so the backend checks the important rules before the AI is allowed to answer.
Read security docsRequest flow
The homepage should not make setup feel bigger than it is. The README is the start-here path, and the docs explain each service one step at a time.
Business owners can learn what to click. Developers can learn how the system is wired together.