ElevenLabs open-source Next.js AI Audio Starter Kit
- Clone the repo
git clone https://github.com/elevenlabs/elevenlabs-docs.git
cd examples/elevenlabs-nextjs- Setup the
.envfile
cp .env.example .env- ELEVENLABS_API_KEY: Get your API key from ElevenLabs
- IRON_SESSION_SECRET_KEY: Generate using
openssl rand -base64 32
- Install/run the project
pnpm install
pnpm dev- Text to Speech (Eleven V3 preview)
- Text to Dialogue (Eleven V3 preview)
- Speech to Text
- Sound Effects
- Text to Music (with Composition Plan)
- Conversational AI
- ElevenLabs SDK
- Next.js w/ Turbo + shadcn/ui
- Tailwind CSS v4
- ElevenLabs Documentation - learn about ElevenLabs features and API.