Hack #4: turbopuffer ยท turbopuffer
16 Apr, 07:35
Jungle Safari ๐ฟ - is an audio adventure for toddlers (ages 1โ3). A kid hears a real animal sound, taps the right animal, and a warm AI mascot voice responds with a tailored fun fact โ different every time, based on exactly what they picked. ElevenLabs does double duty: Sound Effects for every animal cry, Text-to-Speech ("Bella" voice) for the mascot. Each mascot reply is generated fresh by GPT-4o-mini reacting to the specific wrong guess vs the right answer, then spoken aloud. No pre-recorded lines. turbopuffer indexes every animal as a 1536-dim OpenAI embedding with metadata, making the library semantically searchable for themed expeditions โ RAG for audio. Upstash Redis caches every mascot response as base64 audio so no voice reply is ever computed twice for any user worldwide. Live: thejunglesafari.netlify.app ยท github.com/anirxdh/JungleSafari
