A self-hosted homelab dashboard you actually want to look at. Calm, live activity badges from any API, single container, zero dependencies. https://stackyard-demo.onrender.com
  • JavaScript 83.4%
  • HTML 11%
  • CSS 4.9%
  • Dockerfile 0.3%
  • Python 0.2%
  • Other 0.2%
Find a file
2026-08-26 21:18:22 -04:00
.github Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
api Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
docs Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
e2e Feature: multiple labelled values on one Live Activity badge (#152) 2026-08-26 19:36:40 -04:00
nginx Fix: listen on IPv6 where the container has it (#146) 2026-08-24 17:17:20 -04:00
scripts Docs: move user-facing docs to the documentation site (#137) 2026-08-22 20:38:54 -04:00
templates Docs: describe v1.8.2 in the Community Applications template (#151) 2026-08-26 13:07:09 -04:00
ui Feature: multiple labelled values on one Live Activity badge (#152) 2026-08-26 19:36:40 -04:00
.dockerignore Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
.editorconfig Encodes what code already uses, with Markdown exemption 2026-07-13 08:38:45 -04:00
.git-blame-ignore-revs Chore: ignore the formatting commit in git blame 2026-08-08 16:34:53 -04:00
.gitignore Chore: commit the lockfile and install it with npm ci 2026-08-09 13:50:15 -04:00
ACCESSIBILITY.md Fix: accessibility defects across settings, widgets and the dashboard (#143) 2026-08-23 10:59:06 -04:00
biome.json Chore: lint and format the test code 2026-08-09 18:41:34 -04:00
ca_profile.xml Add: Unraid Community Applications template (#89) 2026-08-16 15:37:05 -04:00
CHANGELOG.md Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
CODE_OF_CONDUCT.md Docs: replace the code of conduct with a pointer to GitHub's 2026-08-09 20:56:11 -04:00
CONTRIBUTING.md Feature: automated release pipeline and changelog gate (#101) 2026-08-16 21:48:59 -04:00
docker-compose.yml Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
docker-entrypoint.sh Fix: take ownership of a root-owned volume at start (#149) 2026-08-25 18:52:11 -04:00
Dockerfile Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
LICENSE Add LICENSE, and NOTICE 2026-07-05 08:51:08 -04:00
NOTICE Add LICENSE, and NOTICE 2026-07-05 08:51:08 -04:00
package-lock.json Chore(deps-dev): bump @biomejs/biome from 2.5.8 to 2.5.9 in the dev-dependencies group (#144) 2026-08-24 17:11:06 -04:00
package.json Chore(deps-dev): bump @biomejs/biome from 2.5.8 to 2.5.9 in the dev-dependencies group (#144) 2026-08-24 17:11:06 -04:00
playwright.config.js Docs: trim the design system reference and drop vendor names from prose (#91) 2026-08-16 17:13:48 -04:00
README.md Fix: accessibility defects across settings, widgets and the dashboard (#143) 2026-08-23 10:59:06 -04:00
render.yaml Release: 1.8.2 (#150) 2026-08-25 18:57:31 -04:00
SECURITY.md Docs: trim comments and documentation prose (#44) 2026-08-12 15:06:06 -04:00
supervisord.conf Fix: honour CONFIG_PATH and ICONS_PATH, and harden the image (#154) 2026-08-26 21:18:22 -04:00
tsconfig.frontend.json Feature: multiple labelled values on one Live Activity badge (#152) 2026-08-26 19:36:40 -04:00
tsconfig.json Enable strictNullChecks and fix the null-safety issues it 2026-07-09 14:43:47 -04:00

Stackyard

A self-hosted homelab dashboard you actually want to look at.

ghcr.io Docker Hub Latest release Tests Status

Stackyard dashboard

Try it: demo.sandobserver.com
Note: The first demo visit may take up to a minute due to Render's free-tier cold start.

Most dashboards are a wall of numbers and charts. Stackyard is the opposite: a calm, launcher-style grid of app tiles, folders, and a small number of genuinely useful widgets, running in a single container. Built to be glanced at a hundred times a day without feeling cluttered.

Documentation: stackyard.sandobserver.com/docs

Why Stackyard

  • Attention goes where it's needed, not everywhere at once. A calm grid, no charts or counters. Health badges only appear when something's wrong.
  • A glance should tell you more than a number would. Widgets are small visuals, not readouts.
  • Anything can be a badge. Point Stackyard at any API, pick a value from the response, and show it as a live activity badge. No custom widget, no code.
  • Configured by clicking, not by editing files. Everything is set up in the web UI, with config import and export.
  • No dependencies. Review it once and stop worrying about the supply chain.
  • Six languages, right-to-left included. Contrast and screen-reader labels are covered by tests.
  • Installs like an app. A mobile layout that opens in its own window from a home screen. No offline mode: every tile is live.

Widgets

Widgets and the services they read:

  • Clock
  • Now Playing: Plex, Jellyfin, Emby, Navidrome
  • Weather: Open-Meteo (no API key required)
  • DNS: AdGuard, Pi-hole, Technitium, NextDNS
  • GitHub: contribution graph and pull requests
  • Books: Audiobookshelf, Komga, Kavita
  • System summary: CPU, memory, disk, throughput, uptime, and network speed from SpeedTest Tracker or MySpeed. Reports on this machine, or on a host running Glances, Beszel or the Unraid API
  • Disk health: TrueNAS, Scrutiny
  • Backup: Duplicati, Kopia
  • Connections: Gluetun, Psiphon Conduit, Netbird, Plausible, Umami

Each widget is documented at Widgets. Adding one is a folder plus one registry entry, with no changes to the rest of the app; see docs/widgets.md.

Getting started

You need Docker.

services:
  stackyard:
    image: ghcr.io/sandobserver/stackyard:latest
    container_name: stackyard
    restart: unless-stopped
    ports:
      - "8700:80"
    volumes:
      - ./data:/data
      - ./icons:/icons
docker compose up -d

Then open http://localhost:8700 and set everything up at /admin. Config and uploaded icons persist in ./data and ./icons.

On Unraid, install it from Community Apps.

The same image is on Docker Hub as sandobserver/stackyard. Prefer ghcr.io: it is the registry the release signature covers.

The repo's docker-compose.yml is the recommended version: it adds resource limits, dropped capabilities, and commented options for a reverse proxy, host access, and Docker health checks.

Full instructions, including building from source, are at Installation.

Documentation

Security

Stackyard never returns stored secrets to the browser, guards the URLs you test in the admin UI against SSRF and pins the resolved IP, and bounds every upstream call so one slow service cannot hang the dashboard. Some features trade safety for convenience and are opt-in with warnings. Read docs/security.md before exposing Stackyard beyond your LAN.

Accessibility

Stackyard targets WCAG 2.2 level AA and is partially conformant. Every control is named and reachable by keyboard, colours meet the contrast minimum in both themes, and the interface honours the reduced-motion and increased-contrast settings. Known limitations and how this was assessed are in ACCESSIBILITY.md.

Contributing

Contributions are welcome, within the constraints that keep Stackyard small and auditable (one container, no backend dependencies, vanilla frontend). See CONTRIBUTING.md and docs/frontend.md. Participation is covered by the Code of Conduct.

Changelog

Notable changes are listed in CHANGELOG.md; per-release notes are on the GitHub Releases page.

License

Licensed under the Apache License 2.0. You are free to use, modify, fork, and build on Stackyard, including commercially. In return you must keep the existing copyright and attribution notices, and the license does not grant rights to the Stackyard name or logo: forks are welcome but must use their own name and not present themselves as the original project. See NOTICE.