https://github.com/thorwebdev/elevenlabs-v0-starter
https://github.com/thorwebdev/elevenlabs-v0-starter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorwebdev/elevenlabs-v0-starter
- Owner: thorwebdev
- License: mit
- Created: 2025-08-21T03:38:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T14:54:08.000Z (10 months ago)
- Last Synced: 2025-10-06T05:58:54.618Z (8 months ago)
- Language: TypeScript
- Homepage: https://v0-eleven-labs-starter.vercel.app
- Size: 172 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

ElevenLabs open-source Next.js Audio Starter Kit
## Getting started
1. Clone the repo
```bash
git clone https://github.com/elevenlabs/elevenlabs-docs.git
cd examples/elevenlabs-nextjs
```
2. Setup the `.env` file
```bash
cp .env.example .env
```
- ELEVENLABS_API_KEY: Get your API key from [ElevenLabs](https://elevenlabs.io/app/settings/api-keys)
- IRON_SESSION_SECRET_KEY: Generate using `openssl rand -base64 32`
3. Install/run the project
```bash
pnpm install
pnpm dev
```
Open http://localhost:3000
## Capabilities
- 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
## Technology
- ElevenLabs SDK
- Next.js w/ Turbo + shadcn/ui
- Tailwind CSS v4
## Learn More
- [ElevenLabs Documentation](https://elevenlabs.io/docs) - learn about ElevenLabs features and API.