Overview
ExplainBible.ai lets people ask questions about scripture in plain English and get answers grounded in the text, with citations. OpenServe designed and built the platform — from the natural-language interface to the retrieval and generation layers behind it.
The Challenge
Existing study tools answered word-level lookups, but they couldn't answer the questions people actually ask in plain English: "Where does Paul talk about suffering with hope?"
The client needed an experience where users could ask anything in their own words and get answers grounded in scripture — not a generic chatbot prone to inventing quotes, and not a keyword search that misses the meaning.
Goals
- Accept free-form, natural-language questions.
- Return passages matched by meaning, not just keywords.
- Generate answers that are grounded and cited, never fabricated.
- Keep responses fast enough to feel conversational.
Our Approach
We designed a three-layer system.
Natural-language intake
A lightweight front-end captures the user's question without forcing them into keyword syntax — they type the way they'd ask a person.
Semantic search
A vector index over the entire canon surfaces the passages most relevant to the meaning of the query, so the right verses come up even when the wording differs.
Grounded generation
A custom-trained response layer synthesizes the retrieved passages into a coherent answer, with citations back to the source text. Because the model answers from retrieved scripture rather than memory, results stay accurate.
Results
- 8× higher query-completion rate versus the keyword-search predecessor.
- Sub-second latency for the median query.
- Answers that are always cited and scripture-grounded.
The search and generation layers ship as independent services the client's team can iterate on without touching the front-end.
"OpenServe built the system and taught us how to keep building on top of it. That's rare." — Founder
What's Next
The architecture is designed to extend — new translations, languages, and features can be added on top of the existing retrieval and generation services. See it live at explainbible.ai.



