← All projects
Verse Catch
App that detects Bible verses in sermon audio using AI (Whisper, Gemini) and real-time updates.
- Type
- Web

Overview
Verse Catch transcribes and detects Bible verse references in sermon or speech audio in real time.
The app uses OpenAI Whisper for transcription and Google Gemini for verse detection, with audio processed via the browser and backend APIs.
Real-time updates are delivered through Pusher so users see detected verses as the audio plays.
A SQLite database manages a large library of verses across translations to match and display references accurately.
Built with Next.js and TypeScript for a maintainable frontend and API, with a focus on clarity and performance.
Stack
- Next.js
- TypeScript
- Prisma
- SQLite
- OpenAI
- Gemini
- Pusher