react-voice-action-router
v1.3.2
Published
A headless voice action router for React
Downloads
1,030
Readme
React Voice Action Router
Don't just build a chatbot. Build a complete hands-free interface.
A full-stack voice control library for React. It combines a robust Speech Recognition Engine with an AI-Powered Intent Router to give your app voice capabilities in minutes, not days.
What's New in v2.0?
- Built-in Speech Engine: No more manual
SpeechRecognitionsetup. It just works. - Dictation Mode: Seamlessly switch between executing commands and typing text.
- Offline Fallback: Core commands work even if your AI API goes down.
- Auto-Healing: Automatically restarts the microphone if the browser stops it.
Features
- Headless & Zero UI: We provide the logic; you build the interface (or keep it invisible).
- Context-Aware: The AI only knows about commands on the current screen, reducing costs and hallucinations.
- Universal Adapter: Works with OpenAI, Anthropic, Gemini, local LLMs (Ollama), or any custom backend.
- Latency-First: Instant execution for exact phrases, falling back to AI for natural language understanding.
Installation
npm install react-voice-action-router