Back to projects
BookAid is a responsive book discovery platform built around an unusual idea: letting users have a conversation with a book instead of just reading a summary of it. Users can search and browse titles through an integrated books REST API, then open an AI chat interface that uses an LLM to answer questions about the book's plot, themes, and characters as if the book itself were responding. The app also includes subscription plans that gate premium access to the AI chat feature, giving it a real product shape beyond a single demo interaction. It's built with React and Vite for a fast development and build experience, with the frontend and AI integration wired together through REST APIs for both book data and chat responses.

Key Features
- AI chat that lets users have conversations with any book
- Subscription plans for premium access
- Integrated with a books REST API for discovery
- LLM-powered interactive Q&A
Tech Stack
ReactViteJavaScriptREST APIsAI Integration