https://www.speechos.ai/ SpeechOS LoginJoin WaitlistBook a Meeting Add Voice Input to Any Web App Your users speak 4x faster than they type. Ship voice input in minutes--AI adds punctuation and cleans up common filler automatically. Book a MeetingJoin Waitlist Add this code import { SpeechOS } from '@speechos/client'; // Initialize with your API key SpeechOS.init({ apiKey: 'your-api-key', }); Your users get this on every text field Dictate Edit Command 4x Faster Than Typing General benchmark: typical speech ~130-150 WPM vs typing ~40 WPM. Source: PubMed 20.4% Fewer Errors Speech recognition had 20.4% fewer errors than typing in English. Source: Stanford HCI 160+ Dictation WPM Mean dictation speed of ~161 WPM in English smartphone text entry. Source: Stanford HCI Powered by industry leaders Deepgram Groq LiveKit Try It See SpeechOS in Action Experience how voice input transforms the way your users interact with text. Try dictating fresh content or editing existing text with your voice. Try the live demo Click either text field, then tap the green mic at the bottom of the screen. 1Dictate -- Speak freely into the empty box. Your speech becomes polished text. 2Edit -- Say "make it simpler" or "translate to Spanish" to transform the Shakespeare. 1Dictate [ ] 0 words 2Edit [To be, or not to be,] 39 words Reset Any Field Works on every text input automatically <500ms Instant transcription results Instant Polish AI cleans up your speech in real-time Voice Commands Control anything with your voice red orange yellow green blue purple Try Voice Command Then tap the Command button on the mic Say things like... "Turn on the red light" Activates a specific light "Toggle blue" Switches the light state "All lights on" Party mode "Turn everything off" Darkness returns Features Everything You Need for Voice Input A complete voice SDK that handles the complexity so you can focus on building your product. Dictate Speak naturally at 220+ WPM. AI automatically removes filler words, adds punctuation, and delivers polished professional text--ready to send. 220+ WPM Edit Say 'make it shorter' or 'more formal' and transform entire documents instantly. Edit at 800+ WPM without touching the keyboard. 800+ WPM Command Define custom voice commands for your app. Users say 'submit form' or 'mark complete' and AI matches their intent to your actions--hands-free control. Instant Analytics Dashboard Track time saved, word counts, and usage patterns across your user base. Measure the real impact of voice input on engagement and productivity. Typing is killing your conversions Forms are friction. On mobile, it's even worse. Users abandon, skip fields, and give you less data than you need. Voice input changes the equation--faster entry, fewer drop-offs, richer responses. 70% Forms Abandoned 80% Mobile Drop-off 18% Cite "Too Long" Source: Baymard Institute 4x Faster Than Typing Speaking is naturally faster. Your users will fly through forms and documents at unprecedented speed. 33+ Languages Supported From English to Japanese, Spanish to Arabic--global reach with a single SDK. Custom Dictionaries Personal shortcuts and company-wide terminology. Your domain-specific language, perfectly understood. Polished Output Clean, professional text by default. Automatically adds punctuation and removes common filler so it reads the way you meant it. Hands-Free Control Voice commands let users trigger actions without touching their device. Perfect for accessibility and multitasking. Voice Editing Edit at the Speed of Thought Say 'make it shorter' or 'fix the grammar' and watch paragraphs transform instantly. No selecting, no retyping--just speak and it's done. 800+ WPMediting speed Before I just wanted to take a moment to reach out and let you know that I think we should probably schedule a meeting sometime soon. After Waiting for voice command... "Make it shorter""Make it friendly""Fix it""Make it professional" Global Ready Speak in 33+ Languages From English to Japanese, Spanish to Arabic--SpeechOS understands your users wherever they are. One SDK, global reach. 33+Languages English English Espanol Espanol Francais Francais Deutsch Deutsch Ri Ben Yu Ri Ben Yu Portugues Portugues Italiano Italiano hangugeo hangugeo Nederlands Nederlands Polski Polski Russkii Russkii Svenska Svenska Auto Translation Speak in one language, output in another--instant translation built in Regional Variants Support for dialects like US, UK, Australian English Native Accuracy Optimized for accents and natural speech patterns Easy Configuration Set language per-user or let users choose their preference Smart Vocabulary Give Your Users Superpowers Let users save text snippets they can insert by voice, and configure domain-specific terms so industry jargon is always transcribed accurately. Text Snippets Shortcuts your users can speak to insert saved text "my email" Use cases Email signaturesAddressesDisclaimersTemplates Custom Vocabulary Ensure domain terms are transcribed accurately Tech Kubernetes Transcribed correctly Industries HealthcareLegalFinanceEngineering User-Level Control Each user manages their own snippets Organization-Wide Set vocabulary globally for all users in your app Dashboard Control Manage all vocabulary from an intuitive dashboard For Developers Ship Voice Input in Minutes Three simple steps to add voice capabilities to any web application. View Full Documentation 01 Install the SDK Add SpeechOS to your project with a single command. Available via npm for any web app or with React bindings. bash Copy # For any web app npm install @speechos/client # Or for React apps npm install @speechos/react 02 Initialize with Your API Key Get your API key from the dashboard and initialize SpeechOS. The widget automatically appears when users focus on text fields. typescript Copy import { SpeechOS } from '@speechos/client'; // Initialize with your API key SpeechOS.init({ apiKey: 'YOUR_API_KEY', }); 03 Your Users Start Speaking The widget appears automatically. Users click the mic to dictate, edit with voice, or trigger custom voice commands--all with zero configuration. typescript Copy // React example - access state and events import { useSpeechOS, useSpeechOSEvents } from '@speechos/react'; function MyComponent() { const { isListening, isConnected } = useSpeechOS(); useSpeechOSEvents('transcription:inserted', (data) => { console.log('Inserted:', data.text); // Update your app state here }); return null; // Your component JSX } Use Cases Built for Every Application See how developers are using SpeechOS to enhance their products with voice input. CRMs Speed up contact logging, deal notes, and activity tracking. Capture details while they're fresh--without breaking your workflow. Examples: Salesforce, HubSpot, Pipedrive CMS Platforms Create and edit content effortlessly. Blog posts, product descriptions, and marketing copy--all by voice. Examples: WordPress, Contentful, Sanity Note-Taking Apps Let users capture thoughts faster than they can type. Perfect for meeting notes, journaling, and brainstorming. Examples: Notion, Obsidian, Roam Document Editors Enable voice dictation and editing for long-form content. Writers and professionals love the speed boost. Examples: Google Docs, Coda, Dropbox Paper Form Filling Speed up data entry for surveys, applications, and onboarding flows. Voice keeps users moving field-to-field--especially on mobile. Examples: Typeform, JotForm, Airtable Customer Support Help agents reply with voice-to-text for tickets and live chat. Less typing, clearer notes, and smoother handoffs. Examples: Zendesk, Intercom, Freshdesk Accessibility Features Make your app more accessible for users with motor impairments or those who prefer voice input. Examples: All applications Messaging & Chat Enable voice messages that transcribe to text. Users can speak when typing isn't convenient. Examples: Slack, Discord, Teams Voice-Controlled Dashboards Voice commands for app control. 'Show last month's data' or 'export to PDF'--instant hands-free navigation. Examples: Admin panels, Analytics dashboards Task & Project Management Create tasks, change status, or assign team members by voice. 'Mark this complete' or 'assign to Sarah'. Examples: Asana, Monday, Linear FAQ Frequently Asked Questions Everything you need to know about SpeechOS. What browsers are supported? SpeechOS works in all modern browsers that support the Web Audio API and WebRTC, including Chrome, Firefox, Safari, and Edge. Mobile browsers on iOS and Android are also supported. How is my audio data handled? Audio is streamed directly to our servers for processing and is not stored permanently. Transcripts are retained for analytics purposes but can be deleted upon request. How do voice commands work? You define custom commands with names, descriptions, and optional arguments. When users speak, AI intelligently matches their intent to your commands--even if they don't say the exact phrase. For example, 'submit the form' and 'send it' can both trigger the same action. Can I use SpeechOS with my mobile app? SpeechOS is currently optimized for web applications. We're developing native SDKs for iOS and Android. Join our waitlist to be notified when they're available. How fast do I get results? Your words appear in under 500ms--practically instant. We stream audio in real-time using WebRTC, so you see results as you speak. AI formatting and command matching happen seamlessly without any noticeable delay. Do you have a React library? Yes! We offer @speechos/react with hooks like useDictation, useEdit, and useCommand for seamless React integration. The hooks handle all state management and provide a clean API for building voice-enabled components. Ready to Add Voice to Your App? Join thousands of developers building the next generation of voice-enabled applications. Book a MeetingJoin Waitlist Let's discuss how SpeechOS can help your app. Join the Waitlist Be the first to know when SpeechOS launches. Get early access and exclusive updates. SpeechOS Speak naturally. Ship polished text. (c) 2026 SpeechOS Labs, Inc. All rights reserved.