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)
This project is now a Native Next.js Application, fully compatible with Vercel.
-
Push to GitHub
git add . git commit -m "Initialize CORTEX Next.js System" git push origin main
-
Deploy
- Go to Vercel.com
- Click "Add New..." -> "Project"
- Import your GitHub Repository
- Click "Deploy" (No configuration needed, it auto-detects Next.js)
To run the simulation node locally:
# 1. Install Dependencies
npm install
# 2. Ignite Kernel
npm run devAccess the terminal at http://localhost:3000
- 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.