A vintage terminal-aesthetic dashboard for self-hosted applications. Clean YAML configuration meets retro CRT computing vibes.
- 5 Vintage Themes - Terminal Green, Amber, Cyan, Paper Noir, Vintage Paper
- Zero-Config Icons - Just write "jellyfin" in your YAML and get the icon
- Live Status Monitoring - Real-time health checks with glowing indicators
- Simple YAML Config - No database, no complicated setup
- 50+ App Icons - Pre-built SVG icons for popular self-hosted apps
- CRT Effects - Authentic scanlines, phosphor glow, and terminal aesthetics
- Theme Hot-Swapping - Change themes without page reload
- Fully Responsive - Mobile, tablet, and desktop support
- Docker Ready - One-command deployment
- Keyboard Navigation - Terminal-style shortcuts (coming soon)
docker run -d \
--name hostmonk \
-p 3000:3000 \
-v ./config:/app/config \
hostmonk/hostmonk:latest# Clone the repository
git clone https://github.com/yourusername/hostmonk.git
cd hostmonk
# Install dependencies
npm install
# Configure your services
cp config/examples/basic.yaml config/services.yaml
nano config/services.yaml
# Run development server
npm run dev
# Or build for production
npm run build
npm startVisit http://localhost:3000 and enjoy your vintage dashboard!
Create a config/services.yaml file:
version: "1.0"
theme: "terminal-green"
services:
- name: "Jellyfin"
icon: "jellyfin" # Auto-maps to built-in icon
url: "http://localhost:8096"
description: "Media Server"
category: "Media"
ping: true # Enable health check
- name: "Portainer"
icon: "portainer"
url: "http://localhost:9000"
description: "Docker Management"
category: "Infrastructure"That's it! No complicated JSON, no database migrations.
See config/examples/ for more examples:
basic.yaml- Minimal configurationadvanced.yaml- Full-featured homelab setupdocker-labels.yaml- Docker auto-discovery (planned feature)
HostMonk includes 5 carefully crafted vintage themes:
| Theme | Vibe | Use Case |
|---|---|---|
| Terminal Green | Classic CRT green phosphor | Default, authentic retro |
| Amber | IBM terminal orange glow | Warm vintage computing |
| Cyan | Blue-green cyberpunk | Modern retro fusion |
| Paper Noir | White on black | E-ink style, high contrast |
| Vintage Paper | Dark on cream | Old terminal printout |
All themes include:
- Animated scanlines
- CRT screen curvature simulation
- Phosphor glow effects
- Vignette darkening
- Authentic terminal fonts
Jellyfin • Plex • Emby • Navidrome
Sonarr • Radarr • Lidarr • Prowlarr • Bazarr • Readarr
qBittorrent • Transmission • Deluge • SABnzbd
Portainer • Traefik • Nginx • Caddy
Grafana • Prometheus • Uptime Kuma • Netdata
Pi-hole • AdGuard Home • WireGuard • OpenVPN
Nextcloud • Seafile • Syncthing • FileBrowser
Home Assistant • Node-RED
Vaultwarden • Bitwarden
Heimdall • Homer • Homarr
...and more!
Don't see your app? Adding icons is easy! See CONTRIBUTING.md
HostMonk is built with:
- Next.js 14 (App Router) - React framework with SSR
- TypeScript - Type-safe development
- CSS Modules - Scoped styling with vintage effects
- js-yaml - YAML configuration parsing
- No Database - Pure config file approach
- Docker - Production-ready containerization
See TUTORIAL.md for a deep dive into the architecture and tech stack.
version: '3.8'
services:
hostmonk:
image: hostmonk/hostmonk:latest
container_name: hostmonk
ports:
- "3000:3000"
volumes:
- ./config:/app/config
environment:
- NODE_ENV=production
restart: unless-stopped| Variable | Default | Description |
|---|---|---|
NODE_ENV |
development |
production or development |
PORT |
3000 |
Server port |
CONFIG_PATH |
/app/config |
Config directory path |
We love contributions! HostMonk is built for the self-hosted community.
Ways to contribute:
- Add new app icons
- Create new themes
- Report bugs
- Suggest features
- Improve documentation
- Submit pull requests
See CONTRIBUTING.md for guidelines.
- TUTORIAL.md - Architecture deep dive
- THEMES.md - Theme customization guide
- ICONS.md - Adding custom icons
- CONFIG.md - Configuration reference
Inspired by:
- homepage - The OG self-hosted dashboard
- Heimdall - Classic dashboard design
- Vintage terminal aesthetics and retro computing
- The amazing self-hosted community
Special thanks to everyone running homelabs and keeping the self-hosted dream alive!
MIT License - see LICENSE for details.
Built with ❤️ for the self-hosted community.
If you find HostMonk useful, consider giving it a star on GitHub!
Questions? Open an issue Ideas? Start a discussion Want to chat? Join our Discord (coming soon)
[ SYSTEM STATUS: ONLINE ]
[ MONITORING: ACTIVE ]
[ READY TO SERVE YOUR HOMELAB ]