Skip to content
Back to Templates

Next.js Live Transcription

Transcribe your voice in realtime. Useful for videos, conferences, adding speech-to-text to your apps.

NextJS Live Transcription Thumbnail

Next.js Live Transcription

Get started using Deepgram's Live Transcription with this Next.js demo app.

Quick Start

Click the button below to fork the repo:

Local Development

git clone https://github.com/deepgram-devs/nextjs-live-transcription.git
cd nextjs-live-transcription
npm install
cp sample.env.local .env.local # Add your DEEPGRAM_API_KEY
npm run dev

Open http://localhost:3000 in your browser.

License

MIT - See LICENSE