Track the latest features, improvements, and fixes to the NeuCode platform. We release updates continuously as part of building in public.
v2.0.0March 2026
Production Readiness & System Integrity Consolidation
- Idempotent SQL Migration Stack: Re-engineered the entire database layer into 5 consolidated, idempotent stages (Part 1-5) for zero-friction deployments and environment parity.
- Production Validation Protocol: Deployed a rigorous Phase 4.1 verification plan for automated user behavior simulation, XP integrity, and edge-case hardening.
- Server-Side Reward Authority: Hardened LP/XP awarding with strict Row Level Security (RLS) and RPC-only triggers, eliminating client-side manipulation vectors.
- Advanced Behavior Scoring: Integrated a multi-dimensional scoring engine (`Speed + Attempts + Hints`) for granular, data-driven student progress tracking and risk detection.
- Admin Intelligence Dashboard: Launched `content_insights` and `user_risk_summary` materialized views for real-time pedagogical monitoring and platform-wide performance analysis.
- AI Semantic Performance: Optimized `ai-tutor-cache` with SHA-256 question normalization, significantly reducing latency and infrastructure token costs.
v1.9.0March 2026
Pre-Production Hardening & Economic Security
- Atomic Credit Deduction: Secured the AI token economy with database-level atomic locking to prevent multi-tab abuse vectors.
- Algorithmic Rate Limiting: Deployed a dynamic heavy-user percentile tracker that leverages soft-friction to optimize platform margin.
- Retry Spam Protection: Integrated a rigorous pacing system that blocks rapid-fire UI retries and encourages actual student reflection.
- Proactive Edge-Case Shielding: Hardened the entire analytical dashboard against division-by-zero vectors and null reference states.
v1.8.0March 2026
Stage 2: Developer Discovery & Global Competition
- Recruiter Discovery Page: Launched speculative `/developers` directory with XP-based ranking and technology-aware array filters for improved talent sourcing.
- Enhanced Leaderboard: Implemented global rank visibility for 100% of users, including "Top 50" lists and personalized "Your Rank" summary cards.
- Individual Project SEO: Optimized project showcase pages with dynamic metadata and structured data (JSON-LD) for enhanced search engine indexing.
- Infrastructure Hardening: Deployed global API rate limiting and concurrent request protections to ensure platform stability during peak AI usage.
- Relational Cache Layer: Integrated `React.cache` across all core routes to eliminate redundant database calls and reduce latency.
- Security RLS Audit: Enforced strict Row Level Security (RLS) policies on all community and portfolio tables to prevent unauthorized data access.
v1.7.0March 2026
Stage 1: Learning Momentum & UX Overhaul
- Onboarding Momentum: Re-engineered the post-signup flow to immediately drop students into their first lesson, reducing friction and maximizing Day 1 engagement.
- Continue Learning Intelligence: Overhauled the dashboard with a proactive "Continue Learning" card that tracks granular unit progress and provides one-click resume functionality.
- Live Lesson Progress: Integrated a sticky, high-visibility progress bar on all lesson pages showing chapter completion percentage and unit positioning.
- Chapter Lesson Map: Launched a collapsible sidebar navigation system that visualizes the entire chapter structure, completion states, and unit locking logic.
- Mobile Layout Optimization: Implemented a staggered z-index hierarchy for multiple sticky headers, ensuring a seamless and non-overlapping mobile learning experience.
v1.6.0March 2026
Massive Production Hardening & Subscriptions
- Idempotent Master Schema: Hardened 27+ migration files with `IF NOT EXISTS` guards, ensuring the database can be rebuilt or updated without "already exists" errors.
- Premium Subscriptions: Launched the foundational subscription logic with active status tracking and expiration management.
- Build & Deployment Stability: Resolved critical circular dependencies and isolated server-side content loading logic to prevent browser-side bundle failures.
- AI Tutor Performance: Integrated global AI response caching and optimized the `guided-hint-system` for sub-second pedagogical assistance.
- Deployment Synchronization: Overhauled the `sync_deployment` pipeline to ensure zero-junk production builds while maintaining database bundle integrity.
v1.5.0March 2026
Curriculum Production Overhaul
- Standardized Pedagogical Outputs: Audited and updated 50+ coding exercises to ensure `expectedOutput` precisely matches Python/JS interpreter behavior (e.g., proper dictionary formatting).
- Language Context Banners: Implemented a global convention of adding `### Python Lab` or `### JavaScript Lab` to the beginning of every coding step to prevent multi-language confusion.
- Visual Learning Integration: Deployed 7 new mandatory architectural diagrams for Chapters 13, 14, and 15 (ETL Pipelines, State Machines, and Human-AI Loop workflows).
- State Management Hardening: Overhauled Chapter 13 with deep-dives into UI vs Data state, immutability "Before/After" patterns, and industry-standard React/Redux bridges.
- AI-Assisted Security Protocols: Added critical security warnings regarding secret leaks in LLM prompts and expanded hallucination detection modules with real-world failure cases.
v1.4.0March 2026
Skill Tree, Gamification & Backend Hardening
- Interactive Skill Tree: Launched a vertical, Duolingo-inspired learning path with alternating SVG connectors and intelligent lesson branching.
- Gamification Suite: Integrated high-performance XP progress tracking, daily streaks, and a dynamic achievement grid with auto-sorting logic.
- Contextual AI Tutor: Deployed a sticky sidebar AI companion that provides topic-aware assistance synchronized with your current learning module.
- Production Architecture: Hardened the entire database migration stack with strict taxonomy enforcement, level constraints, and idempotent seeding.
- O(1) Engine Optimization: Refactored the recommendation engine to execute in a constant 3 DB queries, ensuring sub-second response times regardless of platform scale.
v1.3.0March 2026
Admin Command Center & Security Consolidation
- Admin Command Center: Launched a comprehensive dashboard for user management, supporter tracking, and real-time AI usage monitoring with USD cost analysis.
- Mobile Navbar Overhaul: Refined mobile navigation aesthetics with enhanced backdrop blurs and increased opacity for a premium, readable transparency.
- Master Schema Consolidation: Unified the entire database into a fully idempotent master schema with production-grade RLS security policies.
- Neupilot AI Stabilization: Optimized the AI tutor core to resolve service interruptions and enhanced provider reliability across all learning screens.
v1.2.1March 2026
Dashboard & Navigation Refinements
- Dashboard Access: Added quick access to the Dashboard and Leaderboard directly from the navigation menu drop-down.
- Login Redirection: Logging in or signing up will now immediately redirect users to the personalized Dashboard instead of dropping them into the learning path.
- Notifications Hub: The Dashboard now features a dedicated Notifications button for easier access to platform, course, and system alerts.
v1.2.0March 2026
Learning Analytics & Security
- Time Invested Dashboard: A new passive time tracker now securely monitors active lesson time and displays your cumulative learning hours on the dashboard, helping you build better habits.
- Security Visibility: Profile pages now feature a dedicated Security grid displaying your last verified login IP address and geographic location.
- Backend Optimizations: Deployed a new server-side endpoint for Vercel header resolution and two new highly secure JSON-based RPCs for analytics gathering.
v1.1.0March 2026
War Lab, Search & Backend Refactoring
- War Lab Integration: Added challenging post-lesson exercises designed to test your knowledge with constraints and attempting limits.
- Full-Text Search: Implemented SQLite FTS5 for lightning-fast search capabilities across all lessons and glossary terms in the NeuSMS module.
- Master Schema Refactor: Consolidated the Supabase database schema into a production-ready setup with robust RLS policies, automated triggers, and modular RPCs.
- UI Polish: Replaced roadmap emojis with sleek vector icons, refined navigation spacing, and added this beautifully structured Update Logs timeline.
- Application Stability: Patched various UI hydration bugs, addressed mobile responsiveness issues, and resolved application crashes found in extensive testing logs.
v1.0.0February 2026
Foundation Launch
- Core Platform: Launched the foundational Next.js architecture with secure Supabase authentication.
- Content Engine: Shipped the interactive Markdown lesson engine powered by Pyodide for seamless in-browser Python execution.
- Vol 1 to 3 Curriculum: Released the complete Foundations, Professional Engineering, and Industry Projects course tracks.
- Gamification: Added cross-platform Leaderboards, User Profiles, and HP/LP mechanics (Health Points / Learning Points).
- Settings Matrix: Built rich dark mode and theme toggling alongside customizable visual preferences.
Follow the Journey
Curious what we are working on next? Check out the official Roadmap to see everything planned and currently in development.