Skip to main content

Next.js Live Transcription

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

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:

Fork on GitHub (opens in new tab)

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 (opens in new tab) in your browser.

License

MIT - See LICENSE (opens in new tab)