An open API service indexing awesome lists of open source software.

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.

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