Skip to content

kishorep26/ai-cyber-immune-network

Repository files navigation

CORTEX // NEXT-GEN HOLOGRAPHIC SOC

Advanced Self-Healing Cyber Immune Network (Master's Thesis Edition)

Status Tech

A master's level cybersecurity interface featuring:

  • Real-Time Simulation Engine (Entropy, CPU Physics, Network Traffic)
  • Holographic UI (Glassmorphism, Neon Accents, Framer Motion)
  • Automated Threat Response (Self-Healing Logic)

🚀 DEPLOY TO VERCEL (1-CLICK)

This project is now a Native Next.js Application, fully compatible with Vercel.

  1. Push to GitHub

    git add .
    git commit -m "Initialize CORTEX Next.js System"
    git push origin main
  2. Deploy

    • Go to Vercel.com
    • Click "Add New..." -> "Project"
    • Import your GitHub Repository
    • Click "Deploy" (No configuration needed, it auto-detects Next.js)

🛠️ LOCAL DEVELOPMENT

To run the simulation node locally:

# 1. Install Dependencies
npm install

# 2. Ignite Kernel
npm run dev

Access the terminal at http://localhost:3000


🔬 TECHNICAL ARCHITECTURE

  • Frontend: React 18 / Next.js 14 (App Router)
  • Styling: Tailwind CSS + Custom "Cyberpunk" Config
  • Simulation: Client-side TypeScript Physics Engine (lib/simulation.ts)
  • Visuals: Recharts (Vector Graphics) + Lucide (Iconography)

No external servers required. simulation runs purely in the browser thread.