January 2026
2026-01-15
Learn App Expansion
- •Added landing page with class/subject selection for Learn app for better user onboarding experience
- •Implemented Class 9 Science content with multi-format generation including text, audio, video, and quiz formats
- •Integrated PDF viewer with URL slugs for easy content sharing and direct access
- •Added immediate quiz feedback system for better learning experience after quiz completion
- •Included podcast audio files for all Learn chapters 1-13 for audio-based learning
- •Created chapter selector and batch processing scripts for efficient content management and generation
- •Renamed "Read" feature to "Knowledge Activator" with reordered formats for improved clarity and user understanding
- •Fixed NCERT chapter metadata display in Learn page to ensure correct chapter information is shown
- •Fixed quiz auto-submit prevention for fill-in-the-blank and matching question types to prevent unintended submissions
- •Backend: exclude scripts/learn from TypeScript build to prevent build errors
- •Frontend: add missing podcast audio files to ncert-frontend public folder for proper audio delivery
AI & Tutoring Enhancements
- •Implemented AI Tutor vision support - AI can now analyze and respond to images for enhanced problem solving
- •Consolidated Scan & Solve feature into AI Tutor for both JEE and NEET platforms for unified experience
- •Improved AI responses with better context understanding and more accurate answers
Infrastructure & Performance
- •Added blog revalidation API endpoint for faster content updates and caching improvements
- •Switched to Open Relay free TURN service for better real-time communication reliability
- •Fixed Express 5 compatibility issues with proper dependency downgrades for stable deployment
- •Pinned @types/express to version 5.0.3 to fix deployment build errors
- •Pinned @types/express-serve-static-core to version 5.0.6 for type safety
- •Downgraded @types/express to 4.17.21 for Express 5 compatibility
NCERT Platform Updates
- •Updated social media OG image for better sharing and preview quality
- •Added .next and dist to gitignore for proper build artifact management
Maintenance
- •Updated scripts for improved build and deployment processes
- •Reverted and deleted file changes as part of cleanup operations