## InfoSecLabs Platform – Feature Roadmap (Revised Jan 2026) Based on current implementation status and business impact. --- ## ✅ ALREADY IMPLEMENTED (or MVP Completed) - **Organization Management (Enterprise MVP)** - Company accounts with seat licenses - Admin user list & role management - Subscription upgrades (Stripe integration) - **Google Analytics Integration** - SPA Route Tracking & Real-time users - **Daily Challenges** - Daily Queue Widget (Auto-generated alerts) - Streak tracking validation - **Narrative Campaigns ("Operations")** - Public & Private Operation views - Mission-based progression - **Core Platform** - Alert Investigation System (AlertDetails) - Academy Learning Paths - User Dashboard & Profile - Leaderboard & Gamification - OS Lab Simulation (Windows/Linux) - OSINT Tools Integration - Blog & Cyber News - Advanced CTF Categories - **AI Tutor ("Senior Analyst")** - **Enterprise Reporting & Compliance** - Compliance reports (ISO 27001, NIST) - Team Progress PDF Reports - **UI Enhancements** - Refined Alert Cards (Cleaner design, removed creation dates) - Glassmorphism AI Tutor UI - Academy Learning Path Navigation Fixes - **Homepage & Site-wide Visual Overhaul** - Consistent Dark Theme (`bg-[#0e0f11]`) & Grid Backgrounds - Premium UI with Glassmorphism & Gradients - Unified Design System across Public Pages (/business, /missions, /ctf) - [x] **Student Subscription Plan** - 3-month free trial for .edu emails. - Dynamic offer display on pricing page. - Integrated into Payment Controller and Admin Panel. - **MITRE ATT&CK Mapping** - Alert tagging & Filtering (Technique Codes) - Integration in Dashboard, Alert List, and Details Page - Priority Queue badges --- ## � ROADMAP (High to Low Priority) ### 1. Referral Program (High Priority - Growth) * **Concept:** Stripe credit for successful referrals. * **Why:** Organic growth. ### 2. Referral Program (High Priority - Growth) * **Concept:** Stripe credit for successful referrals. * **Why:** Organic growth. ### 3. Specialization Paths (Medium Priority - Retention) * Threat Hunter, Forensic Investigator, Intel Analyst tracks. ### 4. Investigation Notes & Evidence Locker (Medium Priority - UX) * Per-alert scratchpad and centralized evidence. ### 5. CyberChef Integration (Medium Priority - UX) * Inline decoding/encoding tools for faster analysis. ### 7. Community Features (Low Priority) * Forums, User-created alerts. ### 8. Career Enablement (Low Priority) * Job Board, Resume builder. ### 9. Advanced AI Simulations (Future) * Red Team Sims, Adaptive Difficulty. --- ## 🔬 DETAILED SPECS FOR UPCOMING FEATURES ### 🎁 REFERRAL PROGRAM **Implementation:** 1. **Code Gen**: Generate unique 8-char code for every user (`users.referral_code`). 2. **Tracking**: usage table `referrals` (referrer_id, referee_id, status). 3. **Reward**: Webhook on payment_succeeded -> Add $ credit to referrer's Stripe Customer balance. ### 🤖 AI TUTOR ("SENIOR ANALYST") [IMPLEMENTED] **Implementation Idea:** - **Context**: Feed Alert Description + Correct Answer + User's current wrong attempts to LLM. - **Persona**: "Senior Handler" who guides but doesn't solve. "Check the headers again, rookie." - **Cost Control**: Rate limit to 5 hints/day for free users, unlimited for Pro. ---