Back to projects
AI · Personal project
Bible Verse Detector
AI that finds and contextualizes scripture in any text.

Problem
Finding and contextualizing scripture references buried in ordinary text is slow and manual, which gets in the way of study.
Approach
I built an AI tool that detects biblical references in text and surfaces their context, combining a Next.js/TypeScript frontend with a Python/Node backend for the analysis.
Outcome
A live tool that makes scripture study more accessible by automatically identifying and explaining references.
Tech stack
Next.jsTypeScriptTailwind CSSPythonNode.js
A Next.js + TypeScript frontend with a Python/Node service that performs reference detection and contextualization.