The AI Study Bible is a digital study Bible that uses artificial intelligence to help users explore and understand scripture in new ways.
- AI-powered insights and commentary on Bible passages
- Advanced semantic search across translations
- Personalized study suggestions and devotionals
- Multi-lingual support
- Progressive Web App for cross-platform use
- Frontend: SolidJS, SolidStart, Tailwind CSS
- Backend: Node.js, AWS Lambda, Turso (LibSQL)
- AI: OpenAI API, Upstash Vector
- Infrastructure: SST (Serverless Stack)
- Node.js 18+
- Bun 1.1.26+
- AWS CLI configured with appropriate credentials
-
Clone the repository
git clone https://github.com/yourusername/theaistudybible.git cd theaistudybible
-
Install dependencies
bun install
-
Set up environment variables
cp .env.example .env
Edit
.env
with your configuration -
Start the development server
bun run dev