"use client"; import { motion } from "framer-motion"; import { Server, Globe, Smartphone, Gamepad2, Activity } from "lucide-react"; export default function Home() { return (
{/* Header section */}

George W.

Senior Full Stack Engineer & Tech Lead

{/* Bento Grid */}
{/* About Me - Large Card */}

The Architect

Engineering high-scale web systems and mobile experiences. Passionate about self-hosting, clean architecture, and performance.

#NextJS #Flutter #Typescript #Python #Node #Docker #Kubernetes #Serverless #CI/CD
{/* Live Pulse Card */} {/* The Monitor Map (Easily editable) */} {(() => { const monitors = [ { id: 2, name: "Datasaur" }, { id: 6, name: "Audiobookshelf" }, { id: 7, name: "Woodpecker CI" }, { id: 8, name: "Forgejo Git" }, { id: 9, name: "Server dashboard" }, { id: 10, name: "Ratoong" }, ]; return ( <> {/* Default View */}
Hetzner Node-01

System Status:

Overall Status
{/* Hover View: Friendly Names */}

Service Registry

{monitors.map((m) => (
{m.name}
up ms
))}
); })()} {/* Project One */}

Prod Website

Case Study 01

{/* Project Two */}

Mobile App

Active Dev

{/* Game Teaser / The Lab */}

The Forge

Indie Game Dev & Prototypes

{/* Deployment Footer */}
); }