voxera
v0.0.14
Published
> **AI-powered Voice & Chat Agents for Modern Web Applications**
Readme
📦 Voxera
AI-powered Voice & Chat Agents for Modern Web Applications
Voxera is a lightweight JavaScript SDK that helps you integrate AI chatbots and voice agents into your web applications with minimal setup. It’s designed for SaaS products, customer support systems, and AI-driven platforms that need fast, reliable AI interactions.
✨ Features
- 🤖 AI-powered Chat & Voice Agents
- ⚡ Quick & simple integration
- 🔌 Works with React, Next.js & Vanilla JS
- 🧠 Custom system prompts per use‑case
- 📊 SaaS‑ready & scalable architecture
- 🔒 Secure API‑key based configuration
📥 Installation
Using npm:
npm install voxeraUsing yarn:
yarn add voxera🚀 Quick Start
import { Voxera } from "voxera";
const agent = new Voxera({
apiKey: "YOUR_API_KEY",
mode: "chat", // "chat" | "voice"
});
agent.start();🎉 Your AI agent is now live.
⚙️ Configuration
const agent = new Voxera({
apiKey: "YOUR_API_KEY",
mode: "voice",
systemPrompt: "You are a professional customer support agent.",
language: "en",
});Options
| Option | Type | Description |
| -------------- | -------- | ------------------------- |
| apiKey | string | Your Voxera API key |
| mode | string | chat or voice |
| systemPrompt | string | Controls agent behavior |
| language | string | Default response language |
🧩 Use Cases
- AI Customer Support Bots
- Voice Assistants for Websites
- SaaS Product Onboarding
- E‑commerce Chat Assistants
🛠 Framework Support
- ✅ React
- ✅ Next.js
- ✅ Vanilla JavaScript
🔐 Security
- API keys are required for all requests
- Never expose your API key in public repositories
📌 Roadmap
- [ ] RAG support
- [ ] Analytics dashboard
- [ ] Webhooks
- [ ] Plugin system
🤝 Contributing
Contributions are welcome!
- Fork the repo
- Create a new branch
- Make your changes
- Submit a pull request
📄 License
MIT License
💬 Support
If you have questions or feature requests, feel free to open an issue.
Built with ❤️ for modern AI‑powered products
