https://github.com/mlamichhane1/studyai-tutor
π€ AI that helps students study, not cheat. Personalized plans, flashcards, and quizzes for smarter learning.
https://github.com/mlamichhane1/studyai-tutor
ai app edtech education gpt nodejs openai react tutor
Last synced: about 2 months ago
JSON representation
π€ AI that helps students study, not cheat. Personalized plans, flashcards, and quizzes for smarter learning.
- Host: GitHub
- URL: https://github.com/mlamichhane1/studyai-tutor
- Owner: Mlamichhane1
- Created: 2025-10-31T03:05:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-31T03:14:17.000Z (8 months ago)
- Last Synced: 2025-10-31T05:24:19.474Z (8 months ago)
- Topics: ai, app, edtech, education, gpt, nodejs, openai, react, tutor
- Homepage: https://linktr.ee/studyaitutor
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π€ StudyAI Tutor
> π *AI that helps you study, not cheat.*
---
## π Overview
**StudyAI Tutor** is an AI-powered educational assistant designed to help students learn smarter.
It creates personalized study plans, generates quizzes, explains complex concepts, and helps you stay focused β all without doing the work *for* you.
Our mission: **to make AI a learning partner, not a shortcut.**
---
## π§ Core Features
- π
**Smart Study Plan Generator** β Builds daily plans from your syllabus and goals
- π§© **Flashcard Creator** β Turns your notes into quick-recall flashcards
- β **AI Quiz Mode** β Generates practice questions with rationales
- π¬ **Concept Explainer** β Explains topics step-by-step, in simple language
- β° **Pomodoro Focus Timer** β Helps you stay productive and consistent
---
## π§° Tech Stack
| Layer | Tools |
|-------|--------|
| **Frontend** | React.js / TailwindCSS |
| **Backend** | Node.js / Express |
| **Database** | Firebase / PostgreSQL (via Supabase) |
| **AI Engine** | OpenAI GPT-4o |
| **Hosting** | Vercel (frontend) Β· Railway (backend) |
| **Version Control** | GitHub |
---
## π§© Folder Structure
studyai-tutor/
β£ client/ # React frontend
β£ server/ # Express backend
β£ assets/ # Logo and design files
β£ README.md
β package.json
yaml
Copy code
---
## π Getting Started
1οΈβ£ Clone the repository
```bash
git clone https://github.com/yourusername/studyai-tutor.git
cd studyai-tutor
2οΈβ£ Install dependencies
bash
Copy code
npm install
3οΈβ£ Run the development server
bash
Copy code
npm start
4οΈβ£ Visit your app
arduino
Copy code
http://localhost:3000
π£οΈ Roadmap
Build web MVP (Study Plan + Quiz)
Add authentication (Firebase Auth)
Launch mobile app with React Native
Integrate AI tutoring chat
Release iOS beta on TestFlight
π‘ Vision
βAI shouldnβt replace your effort β it should amplify your learning.β
StudyAI Tutorβs goal is to empower students to master concepts, not memorize answers.
π¨βπ» Creator
Madhav Lamichhane
Economics & Data Science @ Drexel University
π Philadelphia, PA
π LinkedIn
π§Ύ License
MIT License Β© 2025 StudyAI Tutor
yaml