Live App: https://ramadanai.vercel.app
Ramadan AI Companion is a personalized AI guide for the holy month of Ramadan. It provides users with helpful features to enrich their spiritual journey, manage their fasting, and stay motivated through the month.
- Prayer Times & Fasting Countdown: Location-based accurate prayer times and an automatic countdown to Suhoor and Iftar.
- AI-Powered Quran Reflection: Deep, personalized insights and reflections powered by Gemini API.
- AI Meal Suggestions: Smart recommendations for Suhoor and Iftar meals to keep you energized and healthy.
- Good Deeds Journal: Track your daily good deeds with a 30-day interactive journal and an adorable animated mascot.
- Multilingual Support: Reach a broader community with multiple language options.
First, install dependencies:
npm install
# or
yarn install
# or
pnpm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS, shadcn/ui
- AI: Google Gemini API
- Deployment: Vercel