This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen https://exam-mind-ai-orpin.vercel.app/ with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
ExamMind AI is an intelligent, premium study planning assistant designed for technical students. It analyzes your syllabus and past year papers (PYQs) to generate the most efficient last-minute study plan.
- Intelligent Prioritization: Detects high-yield topics using AI analysis.
- Dynamic Study Plans: Personalized daily schedules based on your available hours and exam date.
- PYQ Insights: Automatically maps previous year questions to syllabus topics.
- Stress Mode: A high-urgency UI for the final 24 hours.
- AI Chat Assistant: Get doubts cleared and generate revision notes on the fly.
- Frontend: Next.js 15, Tailwind CSS, Framer Motion
- Backend: Supabase (Auth & Database)
- AI: Google Gemini API
- Icons: Lucide React
- Theme: Futuristic Dark Mode
- Aesthetic: Glassmorphism, Neon Gradients (Purple/Blue/Cyan)
- Typography: Inter / SF Pro style
- Clone the repo
- Install dependencies:
npm install - Set up
.env.localwith Supabase credentials - Run development server:
npm run dev
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details