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.

View Code Live Demo

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

MethodEndpointDescription
POST/api/syncSync local PWA data to cloud
POST/api/resume/scoreEvaluate resume against job description

Tech Stack

Next.jsPWATensorFlow.jsIndexedDBWeb Speech API