KJV Study

A web application for studying the King James Bible with AI-powered commentary and insights.

Features

  • Browse and search King James Bible verses
  • AI-powered biblical commentary and insights
  • Clean, responsive web interface
  • Fast verse lookup and navigation

Installation

  1. Clone the repository
  2. Install dependencies:
    uv sync
    

Usage

Run the development server:

uv run kjvstudy-org

The application will be available at http://localhost:8000

Docker

Build and run with Docker:

docker build -t kjvstudy .
docker run -p 8000:8000 kjvstudy

Requirements

  • Python 3.13+
  • FastAPI
  • biblepy

License

See LICENSE file for details.

S
Description
No description provided
Readme ISC 146 MiB
Languages
Python 45.5%
HTML 41.2%
JavaScript 9.9%
CSS 3.3%