GraphCanon updated 3w · GitHub synced 3w
Decision brief
A JavaScript library that offers speech-to-text functionality tailored for React applications.
Good fit when
- When developing voice interface features in React apps
- For projects needing lightweight integration of speech recognition
Avoid when
- If your project requires support for older browsers not handled by this package
- In scenarios where complete control over the underlying speech API is needed
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (842) are secondary evidence.
- npm downloads (30d)
- 859,317·npm downloads API·3w
Maintenance and security
Full trust report- Maintenance
- Dormant (419d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install react-speech-recognition npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A JavaScript library providing speech-to-text capabilities integrated into React applications.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Jul 31, 2026
- Languages
- javascript, typescript
Source: github.language+package.json · Jul 31, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 31, 2026)
npm install --save react-speech-recognitionSource link
Tags
README
Installation
To install:
npm install --save react-speech-recognition
To import in your React code:
import SpeechRecognition, { useSpeechRecognition } from 'react-speech-recognition'
For agents
This page has a .md twin and JSON over the API.