cosmic-ai-genius-ardra
v0.3.88
Published
A powerful, customizable AI chatbot SDK for React applications with voice capabilities and modern UI design
Downloads
853
Readme
Genius SDK
A powerful, customizable AI chatbot SDK for React applications with voice capabilities and modern UI design.
Quick Start
npm install @genius/sdk-jsimport { GeniusChatbotProvider, GeniusToggle } from '@genius/sdk-js';
import '@genius/sdk-js/css';
function App() {
return (
<GeniusChatbotProvider config={{
welcomeMessage: "Hi! How can I help you today?",
baseUrl: "http://localhost:8001"
}}>
<div className="app">
<h1>My App</h1>
<GeniusToggle />
</div>
</GeniusChatbotProvider>
);
}Documentation
For comprehensive documentation including installation guides, integration examples, troubleshooting, and advanced features, see:
Key Features
- 🤖 AI-powered chatbot with streaming responses
- 🎤 Voice capabilities with microphone permissions
- 📊 Data visualization with charts and tables
- 📱 Mobile-optimized components
- 🎨 Customizable themes and positioning
- 🔧 ReScript bindings for type safety
- 🍎 iOS Safari compatibility fixes
License
MIT License - (c) 2024 Genius Team
