Vedabase Explainer is a web application that provides simplified explanations of Srimad Bhagavatam verses using AI-powered models.
- Enter verse to get explanations
- Simple, clean UI with responsive design
- Next.js 15
- React
- TypeScript
- Tailwind CSS
- Node.js (for API routes)
- Gemini API
-
Clone the repository:
git clone https://github.com/ramankumar7c/Vedabase_Explainer.git cd Vedabase_Explainer
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the app at
http://localhost:3000
POST /api/explain
: Takesverse
andverseText
as input and returns a simplified explanation.
Contributions are welcome! Please fork the repo, create a feature branch, and submit a pull request.
This project is licensed under the MIT License.