Personal gaming hub & config viewer for nIcO v99.
- Interactive Setup — View CS2 settings, crosshair, and keybinds parsed directly from
config.cfg.- Smart Mapping: Automatically maps US-config binds to the correct German layout keys.
- Hardware Specs — Detailed PC components and peripherals list.
- Social Hub — Quick links to Steam, FACEIT, Twitch, YouTube, TikTok, X, Discord, and GitHub.
- Live Visitor Stats — Real-time viewer count and total visits via Upstash Redis with polling updates.
- Immersive UI — 3D tilt effects, animated background, and glassmorphism design.
The website is powered by the config.cfg file.
- Update Settings: Replace
config.cfgwith your latest CS2 config file. - Update Binds: The site automatically reads binds and updates the visual keyboard.
- Crosshair: The crosshair settings card uses
icons/crosshair.svgas a custom cursor.
├── api/
│ └── visitors.js # Vercel Serverless: visitor stats (Upstash Redis)
├── icons/ # Social & UI SVGs
├── assets/ # Images & Backgrounds
├── index.html # Profile & Hardware (Home)
├── settings.html # CS2 Config & Keyboard
├── script.js # SPA Routing & UI Logic
├── viewer-stats.js # Visitor counter client (polls /api/visitors)
├── styles.css # Visual Styles
├── config.cfg # Source of Truth (CS2 config)
├── vercel.json # Vercel deployment config
└── package.json # Dependencies (@upstash/redis)
- Push to GitHub
- Connect repo to Vercel
- Create a free Upstash Redis database
- Add environment variables in Vercel project settings:
UPSTASH_REDIS_REST_URLUPSTASH_REDIS_REST_TOKEN
- Deploy!
MIT