Korean-first AI study operating system for notes, quizzes, review, and exam planning.
Most AI learning tools stop at chat. Korean learners usually need a full study workflow:
- turn class material into usable notes
- generate quizzes from PDFs and documents
- track mistakes in an error notebook
- schedule spaced review
- plan toward a concrete exam date
study-os is designed as a study operating system, not just an AI tutor.
study-os helps a learner take raw study material and turn it into a repeatable learning loop:
- ingest material
- summarize and explain it in Korean
- generate questions
- collect mistakes
- schedule review
- measure progress toward an exam goal
- Korean university students
- certificate exam learners
- developers learning from English technical docs
- self-directed learners with PDFs, handouts, and notes
- tutors and teachers preparing practice material
- parents who want lightweight progress visibility
- upload PDF, markdown, text, and copied lecture notes
- split documents into sections and study units
- preserve source references for each generated output
- explain content in Korean
- generate short summary, key concepts, and likely confusion points
- support tone presets such as:
- teacher
- tutor
- concise exam mode
- multiple choice
- short answer
- fill-in-the-blank
- concept check cards
- generate quizzes directly from selected sections
- save wrong answers automatically
- classify mistakes:
- concept gap
- careless mistake
- question misread
- time pressure
- attach retry questions later
- spaced repetition for concepts and wrong answers
- daily review queue
- overdue review detection
- lightweight streak and completion tracking
- choose a target exam or create a custom goal
- set D-day
- break content into weekly and daily plans
- show weak topics and unfinished units
- Korean-first study flow
- focused on exam prep and review loops
- built around PDFs and lecture material, not just free-form chat
- error notebook as a first-class feature
- planner + quiz + review in one workflow
- Next.js or similar web app
- mobile-friendly dashboard for study and review
- API server for auth, ingestion, quiz generation, and planning
- job workers for document parsing and background generation
- model abstraction for summarization, explanation, and question generation
- Korean prompt presets
- source-grounded generation with citation links
- relational DB for users, study units, quizzes, review events
- vector search for semantic retrieval from uploaded materials
- object storage for PDFs and assets
- full LMS replacement
- school admin system
- synchronous classroom tools
- generic all-purpose chatbot positioning
- upload document
- create Korean summary
- generate quiz
- save wrong answers
- daily review queue
- exam templates
- progress dashboard
- tutor/teacher mode
- Notion/Obsidian export
- Anki export
- parent mode
- collaborative study groups
- speaking and oral answer evaluation
- personalized curriculum adaptation
apps/
web/
api/
packages/
ui/
prompts/
core/
scheduler/
ingestion/
quiz-engine/
docs/
product/
architecture/
roadmap/
- product brief
- MVP scope
- roadmap
- user personas
- feature backlog
The project is in the planning stage. Early contributions should focus on:
- architecture proposals
- Korean learning UX research
- ingestion and quiz generation prototypes
- review scheduling design