An interactive visual map of my homelab infrastructure, devices, and network topology.
Homelab Map is a React + Vite web application that provides an interactive visual representation of my homelab - including devices, services, and network topology.
- Interactive node-based network map
- Visual representation of devices and services
- Animated particle network background
- Clean, modern dark UI
- Node.js v18 or higher
- npm
git clone https://github.com/elysiummachines/homelab-map.git
cd homelab-map
npm installnpm run devnpm run buildOutputs to the dist/ folder.
homelab-map/
├── public/ # Static files
├── src/ # React source
│ ├── assets/ # Icons and images
│ ├── App.jsx # Main UI component
│ └── App.css # Styles
├── index.html
└── vite.config.js
See CHANGELOG.md for version history.
MIT
