"use client"; import { motion } from "framer-motion"; export default function Hero() { return (

Brian De Winne.
Clean systems, clean UI.

Portfolio + lab dashboard hosted on Unraid behind Cloudflare Tunnel and Nginx Proxy Manager. Minimal design, hardened routing, real visibility.

View projects Lab dashboard Contact
Belgium Unraid • Docker • CF Tunnel
System Snapshot
dewinnebrian.com
Status
Reverse-proxied through NPM, tunneled via Cloudflare.
The lab dashboard will surface container inventory, networks, and exposure—while hiding IP/ports by default.
Design
Liquid glass
Deploy
Next.js container
); } function MiniStat({ label, value }: { label: string; value: string }) { return (
{label}
{value}
); }