Project

ScriptureRecall

An elegant weapon for a more civilized age.

ScriptureRecall is an that uses conversational AI to help you memorize scripture. Built with Vite, React, Tailwind CSS, and Shadcn, the app is a PWA that has been deployed to iOS via Capacitor. For the conversational AI piece, we used OpenAI’s GPT-4o, OpenAI’s agents, and Hume.ai for voice. I built this with a few other team members as part of the Gloo AI & The Church Hackathon (2024).

The director's cut of our pitch video for the hackathon.

Features include:

  • Chat with an AI agent to discover which passages you should memorize. The agent has access to a curated dataset of scripture passage/topic mappings.
  • Track the memorization status of each passage being memorized
  • Text Chat with AI to engage in various memorization exercises (OpenAI GPT-4o)
  • Speech Chat with AI to engage in various memorization exercises (Hume.ai)

I was a bit disappointed with the state of the art of speech-based AI conversation. OpenAI’s Advanced Voice mode is better than anything else I’ve tested, but their Realtime API was not available at the time we built this.