nowfound

Alternatives

Products that do what I built a convenient way to get the most out of the Bible does

I use AI while reading the Bible and I suspect others do too. It's helpful whether you're struggling with the Elizabethan English, or want added context/want to know what theologians say about a passage. So I thought, why not make the AI come to you? TIA for any feedback!

  1. 1IM

    2021 · sparkbible.com

  2. 2AD

    I created a daily game where you get a random Bible verse and try to identify the book (e.g. "Psalms", "Genesis", "Luke") in as few guesses as possible. I have absolutely no clue how I got the idea, other than the fact that I grew up in the Orthodox Church and all my other coding projects have been faith-related (a terrible mobile app (1) and slightly broken Byzantine chant website (2) ). I'm a relatively new developer and I've been hungry for a project to build that people will actually use and share around, so I hoped this would fit the bill. Sure enough, friends and family have been…

    Jan 2026 · bibdle.com

  3. 3BT

    Built an auditable AI (Bible) translation pipeline: Hebrew/Greek source packets -> verse JSON with notes rolling up to chapters, books, and testaments. Final texts compiled with metrics (TTR, n-grams). This is the first full-text example as far as I know (Gen Z bible doesn't count). There are hallucinations and issues, but the overall quality surprised me. LLMs have a lot of promise translating and rendering 'accessible' more ancient texts. The technology has a lot of benefit for the faithful, that I think is only beginning to be explored.

    Jan 2026 · biblexica.com

  4. 4

    AI retrieves evidence. You interpret.

    Jul 2026 · openlumin.com

  5. 5LP

    Hi! I am doing a learning project, attempting to build an imperative language (and interpreter). The end product will be useless for others, I just want to learn and better understand how to build imperative languages. :) If someone else shares this interest and want to give some good hints on good resources I would be grateful. Currently I am looking at an awesome text by Bob Nystrom. All suggestions and tips on resources are most welcome. I am very much a beginner in this, but I find this topic very fascinating. Mail me or post links here! Cheers! You can try a beta version Online at…

    2020

  6. 6

    Read the Bible. Ask anytime, anywhere. Grow at your own pace

    Jul 2026 · biblealong.org

  7. 7TA

    Wanted to share a project I've been working on the last year! It's a simple, thoughtfully designed Bible app designed to help you focus on the text above all else. I felt really dissatisfied with the low quality of Bible apps available. The popular Bible app by YouVersion is so full of popups, feeds, notifications, and social media integrations that the Bible itself seemed like a side feature to me. I set out to make something simple, beautiful, focused, and delightful to use. I also wanted to add a couple features that I saw missing from other Bible apps. The 2 most notable are a reading…

    2025 · tovbible.com

  8. 8TI
  9. 9BN

    I got back into church a couple years ago and would try taking notes with Apple Notes. It was a struggle trying to type notes while focusing on the sermon. Honestly, it would have been easier to write it in a notebook but in the end I built this iOS app to solve that problem. You can record audio during a sermon (or upload files), and it transcribes using Whisper, then generates summaries, flashcards, and reflection questions tailored to Christian content. The backend is Spring Boot + Kotlin calling OpenAI's API. Instead of deploying the backend through one of the cloud providers directly I…

    Dec 2025 · biblenotejournal.com

  10. 10IP

    To be specific, the content is generated by a GPT-2 based model. https://amzn.to/2TCc0v2 Let me know if you have any questions :-)

    2020

  11. 11SB

    Hey HN! My brothers and I have worked on this for the last 2 weeks. We use OpenAI's `text-embedding-ada-002` model to embed queries and a vector database to search for similar verses / blocks of verses. We'd like to see what you think and appreciate any feedback!

    2023 · siliconscripture.org

  12. 12

    Modern AI that stays true to Scripture and wont compromise

    Jun 2026 · revelai.ai

  13. 13TC

    Hi HN, I'm thrilled to share with you think, a command-line tool that I developed while diving back into the programming scene. For the past few years, my focus had shifted from hands-on programming to managerial roles, my last one being at Affirm (I started Affirm's Polish office). However, I recently left my job to revisit my passion for coding and see if I could still write code that works. Not to mention that with what is currently going on in AI if you are a developer this probably the best possible time for a sabbatical in human history :) My first attempt was with LangChain, but I…

    2023 · github.com

  14. 14

    Making Christian theological study accessible using AI

    Jan 2026

  15. 15

    Guided Bible study with AI ‘Bible characters’ as tutors

    Mar 2026

  16. 16AA

    Hey HN! This is my first iOS app. I built it because I was curious about SwiftUI and wanted to learn by doing. Since Lent is around the corner, I thought I'd share it with you. It has also been hunted on PH today: https://www.producthunt.com/posts/ascent I relied heavily on ChatGPT to build it, and honestly it was quite frustrating at times. The best part of building the app was to do it in public, as I shared regular updates on X and ended up having amazing conversations.

    2024 · ggnotes.com

  17. 17

    Ask Bible questions privately with on-device AI

    Jun 2026 · apps.apple.com

  18. 18

    Your read-for-me agent for X bookmarks, emails & articles

    Apr 2026 · readingnotes.ai

  19. 19AB

    Recently, I found myself having to read the book "C++ primer" and I just couldn't do it. Maybe my attention span is too little now with Claude and Codex, maybe I'm lazy... but I just couldn't get myself to focus. While reading, I needed something to do. I wanted to talk to the text, I wanted to leave notes, I wanted to use to use my keyboard to quickly flip through pages. The only good available option on a Mac was "Preview" and it was ok, but definitely not there. So I built Quincy primarily for myself. With it you can - "Talk" to the page you're reading, create a quiz about the page, and…

    Jun 2026 · tryquincy.live

  20. 20

    AI Bible platform with research agents & citations

    Aug 2026 · tryberea.study

  21. 21IM

    Hi HN! In the last couple of weeks I've been working on Cranki: Cranki = Crosswords + Anki. (It's a stupid name tbh, haha) I like doing crosswords in Spanish (to learn vocab) but none of the apps out there allowed me to use my own list of words that I come across. So I built one instead. It's entirely client-side. No server, no database, no accounts, etc. Your words and stats are stored in local storage. I built this for myself but let me know if you like it!

    Apr 2026 · cranki.app

  22. 22

    Your AI-powered companion for deeper Bible study

    Mar 2026

  23. 23AD

    Hi all, I threw together a small prototype I am calling “Notepad.ai”. A new take on UIs for interacting with LLMs. While I enjoy using LLM’s in the chat format I wanted to see what it would be like to do it in a more long form style. It let’s you write in a pretty free form, much like Window’s Notepad, but you can choose to hit ctrl+[ to analyze the text with a preset prompt of your choosing. It has a few other small features. It’s WIP and very experimental. I would appreciate any feedback or thoughts. Video: https://youtu.be/ntdlgFmSxQY Live Demo:…

    2024 · github.com

  24. 24II

    I can't say "I created a tool" because obviously I only had an idea, then asked Cursor to implement it and 15 minutes later it was ready ;) Often I found I was manually replacing em dashes with hyphens in AI-generated text before I use them in copy, PR descriptions etc. It still feels like a shame to flare the text "you wrote" was not really human made. To automate these removals, here it is: super tiny online page. I made it for myself, but whoever wants, you can use it as well. I am not going to monetize it or promote more than this post.

    May 2026 · undsh.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →