What is DocQA
DocQA is an AI-powered customer support widget. Add one line of code to give any website an intelligent AI assistant.
Key Features
- Zero Configuration — AI automatically learns your site content, no training needed
- Lightning Fast — RAG semantic search + streaming output, first word in 500ms
- Multi-Platform — Web, Android, iOS, and HarmonyOS
- Multi-Language — Chinese, English, Japanese, Korean with auto-detection
- Theming — Light/dark mode via
data-themeattribute - Multi-Domain — Learn content from multiple websites simultaneously
Open Source & Security
Widget code is fully open source on GitHub (Apache 2.0).
- Full Transparency — Every line of code is auditable, no hidden logic
- Shadow DOM Isolation — Widget cannot access host page DOM, cookies, or storage
- No Server Storage — Conversations stored only in user's browser, never on server
- No Third-Party Tracking — Zero tracking scripts
See Security for details.
Get Started
html
<script
src="https://widget.webnav.ai/widget/chat-widget.js"
data-base-url="https://yoursite.com"
data-theme="dark"
></script>