# 8791.com > Zen-minimal offline Bible companion for plain-language scripture reading. ## Canonical - https://8791.com/ ## Summary - 8791.com is a quiet offline Bible companion focused on one problem: helping modern readers understand scripture without heavy jargon. - The product uses a three-layer reading model: Spark, Story, and Word. - The reading flow is mobile-first, minimal, and multilingual. ## Primary Audience - Young readers who want to understand the Bible more easily - Readers new to Christianity - Global users looking for simple, guided scripture reading ## Public Resources - `/site-index.json`: machine-readable site overview for agents and tools - `/sitemap.xml`: sitemap for discovery - `/robots.txt`: crawler directives - `/data/book-manifest.json`: lightweight scripture manifest used for loading - `/data/books/{CODE}.json`: per-book scripture bundle used by the frontend - `/data/verse-index.json`: verse index used for navigation and virtual scrolling ## Public APIs - `GET /api/verse/:uid`: fetches one pre-generated verse record - `GET /api/verse/random`: returns a random pre-generated verse record - `POST /api/witness-counter`: increments and returns the witness counter ## Product Model - Spark: a short takeaway for today - Story: contextual analogy and reading bridge - Word: plain-language rendering of the scripture ## Notes For Agents - Prefer the scripture text as the primary anchor. - Treat the stored pre-generated content as the product output for V1. - Respect the current frontend language when summarizing the product. ## More Detail - `/llms-full.txt`