227
PrepGuide is an advanced, high-performance EdTech platform engineered to democratize study resource distribution and test preparation. Utilizing a proprietary hybrid storage architecture that combines lightweight MongoDB metadata with Git-driven Edge CDN static delivery, PrepGuide eliminates database read bottlenecks, guarantees sub-50ms test loading, and enables full offline exam execution. Powered by one-click AI-assisted question importing and high-speed mathematical typesetting, it provides an uncompromised, resilient testing environment for students and educators anywhere.
1. Core Innovations & Value Proposition
PrepGuide introduces three technical breakthroughs to solve traditional EdTech scalability and connectivity challenges:
Zero-Load Hybrid CDN Delivery: To support millions of concurrent test-takers without incurring massive database read costs, full exam questionnaires and study notes are compiled into static JSON payloads. These are automatically committed to an external GitHub repository (edutest-data) via @octokit/rest and served globally through Cloudflare Pages Edge CDN, reducing database read traffic by over 90%.
Offline-First Exam Engine: Built on top of IndexedDB (idb) and Service Workers, students can download complete mock tests, execute timed assessments under real exam conditions, and record detailed attempts entirely without an internet connection. When network connectivity is restored, an automated background queue synchronizes local attempts with the central cloud database.
Smart Text Importer & Math Preservation: A specialized parsing engine transforms raw unstructured text (copied directly from Word, PDF, or physical exam papers) into structured digital tests with a single click. It features custom tokenization algorithms that isolate and protect complex mathematical formulas ($...$, $$...$$) before rendering them at high speed via KaTeX.
Built with