{"id":50964721,"url":"https://github.com/jezreal-dev/edupilot","last_synced_at":"2026-06-18T18:32:37.297Z","repository":{"id":364785520,"uuid":"1268273667","full_name":"jezreal-dev/edupilot","owner":"jezreal-dev","description":"EduPilot: The intelligent copilot for modern teachers. AI-powered curriculum analysis, lesson planning, and timetable generation built on Next.js 16.","archived":false,"fork":false,"pushed_at":"2026-06-14T15:05:31.000Z","size":157,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T15:13:21.538Z","etag":null,"topics":["edtech","gemini-ai","nextjs","react","supabase","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://edupilot.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jezreal-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-13T10:40:12.000Z","updated_at":"2026-06-14T13:16:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jezreal-dev/edupilot","commit_stats":null,"previous_names":["jezreal-dev/edupilot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jezreal-dev/edupilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fedupilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fedupilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fedupilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fedupilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jezreal-dev","download_url":"https://codeload.github.com/jezreal-dev/edupilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fedupilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34503508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["edtech","gemini-ai","nextjs","react","supabase","tailwindcss","typescript"],"created_at":"2026-06-18T18:32:36.582Z","updated_at":"2026-06-18T18:32:37.292Z","avatar_url":"https://github.com/jezreal-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Next.js%2016-black?style=for-the-badge\u0026logo=next.js\u0026logoColor=white\" alt=\"Next.js\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TailwindCSS%204-%2338B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white\" alt=\"TailwindCSS\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Zustand-orange?style=for-the-badge\" alt=\"Zustand\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge\u0026logo=supabase\u0026logoColor=white\" alt=\"Supabase\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Google%20Gemini%202.5-8E75B2?style=for-the-badge\u0026logo=google\u0026logoColor=white\" alt=\"Gemini\" /\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e🎓 EduPilot\u003c/h1\u003e\n  \u003cp\u003e\u003cb\u003eAI-Native Curriculum Ingestion, Pacing, \u0026 Alignment Engine for Modern Classrooms\u003c/b\u003e\u003c/p\u003e\n  \u003cp\u003eAn intelligent web application that processes unstructured syllabi PDFs and transforms them into active teaching schedules, classroom pacing guides, and standardized curriculum gap analyses.\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## 🏗️ System Architecture\n\nThe following diagram outlines the data processing flow from syllabus upload to client-side lesson pacing and database persistence:\n\n```mermaid\ngraph TD\n    A[Syllabus Upload: PDF/Word] --\u003e|Upload| B(Dashboard Controller)\n    B --\u003e|Parse byte-stream| C[Raw text extractor]\n    C --\u003e|Extract topics| D[Gemini 2.5 Flash API]\n    D --\u003e|Format markdown plans| E[(Supabase PostgreSQL)]\n    E --\u003e|Optimistic UI check| F[Curriculum Progress Tracker]\n    E --\u003e|Schedule events| G[Timetable Calendar]\n    E --\u003e|Load metadata| H[Teacher Preferences Settings]\n    \n    F --\u003e|Trigger segment countdown| I[Classroom Lesson Pacing Timer]\n    G --\u003e|Display hours| I\n    H --\u003e|Enforce standard compliance| D\n```\n\n---\n\n## ⚡ Key Features\n\n*   **Syllabus Parsing \u0026 Progress Tracking:** Automatically extracts weekly topics from PDFs. Features a progress bar mapping `% of taught topics` in real-time, syncing checks with Supabase.\n*   **Classroom Lesson Pacing Clock:** A 60-minute countdown widget highlighting active classroom segments (Hook, Main Activity, Formative Assessment, Conclusion).\n*   **Markdown Lesson Editor \u0026 Exporters:** Enables inline editing of lesson plans. Exports instantly to **PDF** (print styles), **Markdown** (`.md`), and **Word** (`.doc` binary headers).\n*   **Curriculum Gap Detector:** Compares teacher curricula against benchmark standards (NERDC, Cambridge IGCSE, US NGSS). Identifies missing topics and activity gaps, with an auto-align button.\n*   **Zustand-Coordinated Layout:** Unifies sidebar navigation, mobile hamburger drawer, global chatbot slide-out, settings modal, and feedback logs under a single state.\n\n---\n\n## 📁 Repository Structure Map\n\n```text\n/edupilot\n├── .github/workflows/      # CI/CD GitHub Actions build workflows\n├── public/                 # Static asset folders\n├── src/\n│   ├── app/\n│   │   ├── (auth)/         # Login \u0026 Signup authentication routes\n│   │   ├── (dashboard)/    # Core views: /dashboard, /calendar, /vault, /curricula/compare\n│   │   ├── (admin)/        # Admin metric feeds and role configurations\n│   │   └── api/            # Scoped Gemini \u0026 feedback endpoints\n│   ├── components/\n│   │   ├── layout/         # Navigation components, SettingsModal, Chatbot, Feedback\n│   │   ├── curriculum/     # Progress tracking \u0026 Gap analyzer dashboards\n│   │   ├── lesson-plan/    # Classroom pacing timers \u0026 lesson editors\n│   │   └── ui/             # Reusable Shadcn elements\n│   ├── lib/\n│   │   └── supabase/       # Browser, Server, and Middleware DB client initializers\n│   └── store/\n│       └── useAppStore.ts  # Zustand global UI \u0026 Pacing Timer state store\n└── supabase/\n    └── migrations/         # Sequential database schema migration SQL files\n```\n\n---\n\n## 🚀 Setup \u0026 Local Installation\n\n### Prerequisites\nEnsure Node.js 20+ and NPM are installed on your machine.\n\n### Installation\n```bash\n# 1. Clone the repository\ngit clone https://github.com/jezreal-dev/edupilot.git\ncd edupilot\n\n# 2. Install NPM dependencies\nnpm install\n\n# 3. Create .env.local file in root directory and add credentials:\n# NEXT_PUBLIC_SUPABASE_URL=your_supabase_url\n# NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key\n# GEMINI_API_KEY=your_google_ai_key\n\n# 4. Start the development server\nnpm run dev\n```\n\n---\n\n## 🗄️ Database Migrations Setup\n\nDatabase schemas are tracked using incremental SQL migrations inside `supabase/migrations/`. The project utilizes **Class Table Inheritance (CTI)** to segregate user roles (base `profiles` table + sub-tables: `teachers_details`, `admins_details`, `students_details`, and `users_details`).\n\nTo apply these to your remote database (e.g. Supabase hosted project):\n1. Copy the SQL code from each migration file sequentially (from `002` to `010_cleanup_unused_fields.sql`).\n2. Run them in the **SQL Editor** tab of your Supabase hosted web console.\n\nTo reset and sync a local Supabase CLI instance:\n```bash\nsupabase db reset\n```\n\n---\n\n## 🛠️ Developer DevOps Verification\n\nBefore pushing code or opening a pull request, run the local verification checks to ensure zero code warnings or compilation regressions:\n\n```bash\n# 1. Audit code style and resolve unused parameters\nnpm run lint\n\n# 2. Validate strict TypeScript type bindings\nnpx tsc --noEmit\n\n# 3. Compile static routes and optimize production builds\nnpm run build\n```\n\n---\n\n## 🛡️ Security Policy\nPlease review the [SECURITY.md](SECURITY.md) guidelines prior to reporting vulnerabilities.\n\n## 📄 License\n**Copyright (c) 2026 EduPilot. All Rights Reserved.**  \nThis codebase is strictly proprietary. Unauthorized distribution is prohibited. See the [LICENSE](LICENSE) file for complete terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezreal-dev%2Fedupilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjezreal-dev%2Fedupilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezreal-dev%2Fedupilot/lists"}