โก Paste anything. Get a structured study plan instantly.
No manual entry. No missed deadlines.
๐ Live App: https://studyplan-jvgd.onrender.com/
Students donโt lack information.
They lack organization.
Assignments live in:
- ๐ง Emails
- ๐ฌ WhatsApp groups
- ๐ PDFs & portals
And the biggest problem?
โ You have to manually re-enter everything into a planner
StudyPlan removes manual planning completely.
Just:
- Paste messy text
- AI extracts tasks
- Everything becomes structured
๐ฏ From chaos โ clean plan in seconds
User Paste
โ
AI Extraction (Gemini)
โ
Structured Tasks (Dates, Subjects)
โ
User Review + Edit
โ
Planner + Calendar Update
- Smart extraction from unstructured text
- Detects deadlines, subjects, tasks, notes
- Handles ambiguous dates with user confirmation
- Auto-categorized boards:
- Due Soon
- This Week
- Completed
- Conflict detection (deadline clustering alerts)
- Global calendar view
- Click a date โ filter tasks instantly
- Color-coded deadlines
- Inline editing (no popups)
- Modify extracted data before saving
- SQLite-based local database
- Structured task + subject mapping
Frontend (Vanilla JS UI)
โ
Node.js Express API
โ
AI Layer (Gemini API)
โ
SQLite Database
โ
State Management + UI Sync
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS (Glassmorphism), Vanilla JS |
| Backend | Node.js + Express |
| Database | SQLite |
| AI | Google Gemini (GenAI SDK) |
| Feature | StudyPlan | Typical Planners |
|---|---|---|
| AI Extraction | โ | โ |
| Zero Manual Entry | โ | โ |
| Conflict Detection | โ | โ |
| Inline Editing | โ | โ |
git clone https://github.com/Charushi06/StudyPlan.git
cd StudyPlan
npm installCreate .env:
GEMINI_API_KEY=your_gen_ai_key_herenode server.jsOpen โ http://localhost:3000
StudyPlan
โโโ css
โ โโโ index.css # Contains all styling rules, variables, and animations
โโโ js
โ โโโ utils
โ โ โโโ aiMock.js # The original mock UI extraction hook (deprecated)
โ โ โโโ api.js # The live fetch logic communicating with our Express API
โ โโโ app.js # The main controller (handles DOM UI, event bindings, and Calendar)
โ โโโ store.js # The Custom State Manager handling our frontend Pub/Sub state
โโโ .env.example # Template file for setting the GEMINI_API_KEY
โโโ .gitignore # Tells git to ignore databases, environments, and node packages
โโโ database.js # Initializes the SQLite database and executes DB table schemas
โโโ index.html # The frontend structural entry point
โโโ package.json # Node project configuration and backend dependencies
โโโ README.md # The comprehensive project documentation
โโโ server.js # The primary Node.js & Express REST Backend logic
โโโ studyplan.db
- ๐ค Smarter AI parsing (multi-language)
- ๐ Study analytics dashboard
- ๐ Smart reminders & notifications
- ๐ฑ Mobile version
- ๐ง AI study assistant
- ๐ค Contributing
- Improve AI parsing accuracy
- Add calendar enhancements
- UI/UX upgrades
- Notification system
git checkout -b feature/your-feature
git commit -m "feat: add feature"
git push origin feature/your-featureOpen a PR with:
- Clear description
- Screenshots (if UI changes)
Found a bug? Open an issue!
Because planning should not feel like work.
It should feel like:
- โก Instant
- ๐ง Intelligent
- ๐ฏ Effortless
If you like this project: ๐ Star โญ the repo ๐ Share it
MIT License
Charushi GitHub: https://github.com/Charushi06
This project is part of NSoC 2026
Built with AI, code, and a mission to simplify student life.