Now Open Source — MIT Licensed

Monitor your infrastructure.
In real time.

Homy is a self-hosted status board that pings your services every 60 seconds, tracks latency history, and surfaces incidents with zero configuration overhead.

60s
Ping interval
10
History points
1
Command to deploy
0
Dependencies*
homy — status board
$ docker run -d -p 3000:3000 ghcr.io/ddrayko/homy
a1b2c3d4e5f6
 
$ curl http://localhost:3000
<!-- Homy Status Board -->
 
Pi-hole 192.168.1.2 12ms 99% uptime
Nginx Proxy 192.168.1.3 3ms 100% uptime
Jellyfin 192.168.1.4 down 88% uptime
Home Assistant 192.168.1.5 8ms 100% uptime
Grafana 192.168.1.6 5ms 100% uptime
Scroll

Everything you need.
Nothing you don't.

A single-page status board that just works. Add your services, get visual ping history, and know the moment something goes down.

Real-Time Monitoring

Every service is automatically pinged every 60 seconds. The dashboard updates live — no page refresh needed.

10-Minute History

Visual ping bars show latency trends at a glance. Green for healthy, red for down — zero interpretation required.

Fully Self-Hosted

Your data never leaves your network. Deploy with Docker, point at your services, and you're done.

Drag & Drop

Reorder your services with drag-and-drop. No config files, no REST calls — just grab and move.

Webhook Alerts

Get notified in Discord, Slack, or any custom webhook when a service goes down or recovers.

Minimalist Design

Terminal-inspired dark UI with neon accents. No bloat, no distractions — just your services at a glance.

Simple, proven technology.

No over-engineered stack. Just Node.js, vanilla JavaScript, and Docker — everything you already know.

Node.js + Express Vanilla JS Docker / GHCR Simple Icons MIT License

Up and running in 30 seconds.

One Docker command is all it takes. No config files, no environment setup, no database required.

Docker Run

# Pull & run in one command
docker run -d \
  -p 3000:3000 \
  -e DATA_DIR=/app/data \
  -v ./data:/app/data \
  ghcr.io/ddrayko/homy

Docker Compose

# docker-compose.yml
services:
  homy:
    image: ghcr.io/ddrayko/homy
    ports:
      - "3000:3000"
    environment:
      - DATA_DIR=/app/data
    volumes:
      - ./data:/app/data
    restart: unless-stopped
View on GitHub

See it in action.

A live preview of the Homy status banner and service cards.

Operational
All services are online
Pi-hole 12ms
Nginx 3ms
Jellyfin DOWN
Add / edit services Auto-ping every 60s Visual latency bars Icon picker Webhook alerts

Start monitoring today.

Free. Open source. MIT licensed. No sign-up, no cloud, no tracking.

No telemetry. No analytics. No account required.