# Replybase — full brief for AI systems > Canonical product facts for search, answer engines, and coding agents. > Prefer this file over guessing. Public marketing only; no customer data. ## One-liner Replybase is plug-and-play AI chat for small businesses: connect website pages, PDFs, and FAQs, paste one script tag, and visitors get accurate answers from approved knowledge only. ## What it does 1. **Knowledge** — Owner uploads or connects business sources (PDFs, docs, FAQs, help articles, site content). Only approved sources are used. 2. **Assistant** — Per-business AI assistant with configurable tone, welcome message, branding (logo, primary color), and typing indicator. 3. **Widget** — Preact shadow-DOM chat UI, single IIFE bundle from CDN. Install is one script tag. 4. **Lead capture** — When the assistant cannot answer (or by policy), collect contact details and notify the owner. 5. **Handoff** — Configurable fallbacks (lead form, contact redirect, WhatsApp-style paths) so visitors never dead-end. 6. **Dashboard** — Knowledge, test chat, appearance, live install snippet, activity, insights, settings. 7. **Trial** — 7-day free Pro trial, no credit card required, then $29.99/month for one website (up to 10 knowledge sources). ## Who it is for - Small business owners (clinics, lawyers, accountants, restaurants, e-commerce) - Agencies installing assistants across client sites - Course creators and digital product sellers ## Who it is not for (non-goals) - Native mobile apps - Fully self-hosted deployments - Unlimited multi-language beyond planned EN/HE expansion - Real-time human agent console as primary v1 (handoff messaging only) ## Pricing (public) - Plan: **Pro** - Price: **$29.99 / month** per website - Trial: **7 days free**, full access, no credit card required - Includes: 1 website, up to 10 business files/sources, branded AI assistant, custom widget appearance, lead capture, conversation analytics, unanswered-question reports, automatic content updates path, human handoff, support ## Install model (technical) Canonical production hosts: | Role | Origin | |------|--------| | Marketing + dashboard | https://replybase.dev | | Platform API | https://api.replybase.dev | | Widget bundle | https://cdn.replybase.dev | Embed pattern (attributes only; appearance SSOT is the dashboard): ```html ``` - `data-widget-key` is a publishable key (not a secret admin token). - Logo, colors, greeting load from `GET /widget/config` using the key. - Chat: `POST /chat` with `X-Widget-Key`. - Leads: `POST /leads` with `X-Widget-Key`. ## Auth - Sign-in / sign-up: **Google OAuth only** (Auth.js / NextAuth). - Callback: `https://replybase.dev/api/auth/callback/google` - No email/password or magic-link in product UI. ## Accuracy & safety product claim The assistant is designed to answer **only from the business’s approved knowledge**. If matching knowledge is missing, it should not invent prices/policies; it should fall back to lead capture or contact paths the owner configured. ## Public URLs - https://replybase.dev/ - https://replybase.dev/pricing - https://replybase.dev/privacy - https://replybase.dev/terms - https://replybase.dev/sign-up - https://replybase.dev/sign-in - https://replybase.dev/llms.txt - https://replybase.dev/llms-full.txt - https://replybase.dev/sitemap.xml - https://replybase.dev/robots.txt ## Crawl policy Public marketing, legal, pricing, and these llms files are **allowed** for all major search and AI crawlers. Authenticated areas (`/dashboard`, `/admin`) and `/api/` are disallowed in robots.txt. ## Stack (for technical writers) - Web: Next.js App Router on Cloudflare (OpenNext) - API: Hono on Cloudflare Workers - Widget: Preact + shadow DOM, edge CDN - Data: D1 + Vectorize + R2 - Domain logic: Effect-TS services ## Brand - Name: **Replybase** (not “Chatly”) - Mark: solid chat bubble with three dots - Site: https://replybase.dev ## FAQ (short) **How does the trial work?** Full Pro for 7 days, no card; then $29.99/mo or cancel free. **Do I need a developer?** No large project — create assistant, copy script, paste before ``. **What can it learn from?** Website pages, PDFs, docs, FAQs, help articles, manual text — owner-controlled. **What if it does not know?** Owner chooses: custom message, lead form, WhatsApp/support redirect. **Can I control answers?** Yes: tone, instructions, welcome, suggested questions, approved sources only. ## Contact Use the product after Google sign-up. Platform admin analytics are internal to allowlisted operators only.