
Prompt-driven ElevenLabs examples for text-to-speech, speech-to-text, music, sound effects, and agents. Each project includes:
PROMPT.md — instructions for agent-driven generationsetup.sh — scaffolds the example/ directory from a shared templateexample/ — the generated, runnable example with its own README.mdShared base templates live in templates/ (Expo, Next.js, Python, TypeScript). UI styling rules are in DESIGN.md.
The legacy
examples/folder is being deprecated and can be ignored for new work.
guardrail_triggered client event in a live voice agent.The general prompt-runner workflow is in scripts/generate-examples.sh and is exposed as:
pnpm run generate
pnpmcursor CLIInstall root dependencies first:
pnpm install
Run all example prompts:
pnpm run generate
Run only one example:
pnpm run generate speech-to-text/nextjs/realtime
Optional flags:
pnpm run generate -t 1200 # timeout per prompt in seconds (default: 600)
pnpm run generate -m "claude-4-sonnet" # model selection (default: Cursor auto-select)
pnpm run generate -v # verbose output
pnpm run generate -m "claude-4-sonnet" -t 1200 -v
Each example has an example/ folder with a README containing setup and run instructions. See the links in Current examples above.
We welcome contributions from the community. Install the pre-commit hook before submitting:
pip install pre-commit
pre-commit install
This project is licensed under the MIT License. See LICENSE for details.
TypeScript
73.4%
CSS
11.8%
Shell
10.0%
Python
3.1%
JavaScript
1.7%

Prompt-driven ElevenLabs examples for text-to-speech, speech-to-text, music, sound effects, and agents. Each project includes:
PROMPT.md — instructions for agent-driven generationsetup.sh — scaffolds the example/ directory from a shared templateexample/ — the generated, runnable example with its own README.mdShared base templates live in templates/ (Expo, Next.js, Python, TypeScript). UI styling rules are in DESIGN.md.
The legacy
examples/folder is being deprecated and can be ignored for new work.
guardrail_triggered client event in a live voice agent.The general prompt-runner workflow is in scripts/generate-examples.sh and is exposed as:
pnpm run generate
pnpmcursor CLIInstall root dependencies first:
pnpm install
Run all example prompts:
pnpm run generate
Run only one example:
pnpm run generate speech-to-text/nextjs/realtime
Optional flags:
pnpm run generate -t 1200 # timeout per prompt in seconds (default: 600)
pnpm run generate -m "claude-4-sonnet" # model selection (default: Cursor auto-select)
pnpm run generate -v # verbose output
pnpm run generate -m "claude-4-sonnet" -t 1200 -v
Each example has an example/ folder with a README containing setup and run instructions. See the links in Current examples above.
We welcome contributions from the community. Install the pre-commit hook before submitting:
pip install pre-commit
pre-commit install
This project is licensed under the MIT License. See LICENSE for details.
TypeScript
73.4%
CSS
11.8%
Shell
10.0%
Python
3.1%
JavaScript
1.7%