Back to Productivity Tools
Integrated Learning Platform
An all-in-one productivity suite featuring a 7-stage Spaced Repetition System (SRS), TTS pause control, ATS resume evaluator, and chess trainer.
The Problem
Learning tools are often fragmented. Students need a unified platform that combines memorization (SRS), skill acquisition (chess), and career prep (resume evaluation).
The Solution
Built an offline-first PWA that integrates multiple productivity tools. Features a custom SRS algorithm, browser-based TTS control, and an AI-powered resume scorer.
Interactive Demo
Launch Live Demo
Interact with Integrated Learning Platform in a secure sandbox environment
System Architecture
Client-side heavy PWA architecture using IndexedDB for offline storage and service workers for caching. AI models run in-browser via TensorFlow.js.
Architecture Diagram Placeholder
Database & APIs
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/sync | Sync local PWA data to cloud |
| POST | /api/resume/score | Evaluate resume against job description |
Tech Stack
Next.jsPWATensorFlow.jsIndexedDBWeb Speech API