mydocsai
Version:
A production-ready, responsive AI chatbot component for React applications with streaming support, mobile optimization, and secure API key handling.
20 lines (15 loc) • 851 B
Markdown
# DocsAI ChatBot
A production-ready, responsive AI chatbot component for React applications with streaming support, mobile optimization, and secure API key handling.
## Features
- 🔒 **Secure API Key Handling** - API keys are handled via a backend proxy, never exposed in client code
- 📱 **Mobile Responsive** - Optimized for all screen sizes with mobile-first design
- ⚡ **Streaming Support** - Real-time message streaming for better UX
- 🎨 **Highly Customizable** - Themes, positions, sizes, and behavior options
- ♿ **Accessible** - WCAG compliant with keyboard navigation and screen reader support
- 🚀 **Production Ready** - Built with performance and reliability in mind
- 📦 **Zero Config** - Works out of the box with sensible defaults
## Installation
```bash
npm install mydocsai
# or
yarn add mydocsai