primer · voice

Four ElevenLabs primitives, demystified.

Every idea in this repo leans on one of four ElevenLabs primitives. Each one runs against the public ElevenLabs API with a single key, so you ship a real voice demo with zero infra and nothing to host.

The one-key protocol

Add this in your Lovable project (Settings → Secrets) before pasting any mega-prompt:

  • ELEVENLABS_API_KEYSingle API key that unlocks TTS, voice agents, scribe, music and SFX. Free tier covers a hackathon weekend.open ↗
live transcription

Realtime Speech-to-Text

250 ideas use this
kernel
the @elevenlabs/react useScribe hook on scribe_v2_realtime — server mints a single-use scribe token, client streams microphone audio and receives partial + committed transcripts with word timestamps
how it drives the UI
a live caption strip that types itself as the user speaks, with finalized lines saved as the user pauses