MK-QuizFlow

ARCHITECTURE.md — MK QuizFlow v2

This document describes the software architecture of MK QuizFlow.

Technology Stack

Project Structure

Data Flow Diagram

graph TD
  Source[PDF / Paste] -->|Browser pdf.js| RawText[Text Extraction]
  RawText -->|Quick Mode Heuristics| Generator[Local Heuristic Engine]
  RawText -->|AI Mode| Api[POST /api/ai/quiz]
  Api -->|Vercel AI SDK / Gateway| LLM[Claude / OpenRouter]
  Generator -->|JSON Question set| QuizPlayer[Interactive Quiz Player]
  LLM -->|JSON Question set| QuizPlayer
  QuizPlayer -->|Save result| IndexedDB[(Local IndexedDB)]

Testing strategy