
Deepgram Js Speech To Text
- 41 installs
- 269 repo stars
- Updated August 4, 2026
- deepgram/deepgram-js-sdk
Add Deepgram speech-to-text transcription to a TypeScript/JavaScript app for captions, voice notes, or audio search.
About
A TypeScript/JavaScript skill for transcribing audio to text with Deepgram's speech-to-text API. It covers sending pre-recorded or streaming audio to Deepgram and handling the transcription response in a TypeScript/JavaScript codebase. A solo builder reaches for it when adding voice transcription, captions, or audio search to an app.
- Deepgram speech-to-text in TypeScript/JavaScript
- Pre-recorded and streaming transcription
- Handles the Deepgram STT response shape
Deepgram Js Speech To Text by the numbers
- 41 all-time installs (skills.sh)
- Ranked #3,278 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/deepgram/deepgram-js-sdk --skill deepgram-js-speech-to-textAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 41 |
|---|---|
| repo stars | ★ 269 |
| Last updated | August 4, 2026 |
| Repository | deepgram/deepgram-js-sdk ↗ |
What it does
Add Deepgram speech-to-text transcription to a TypeScript/JavaScript app for captions, voice notes, or audio search.
Who is it for?
TypeScript/JavaScript apps that need audio transcription or captions
Skip if: Non-Deepgram transcription providers,Real-time voice agents (use the voice-agent skill)
When should I use this skill?
When you need to convert audio to text in a TypeScript/JavaScript project using Deepgram.
What you get
A working Deepgram transcription flow returning text from audio.
- Working Deepgram integration code