Skip to content
jv edited this page Jun 6, 2026 · 3 revisions

Glance — HA Dashboard Wiki

Glance is a custom, high-polish Home Assistant dashboard built with React 19 + TypeScript + Vite. It talks directly to Home Assistant over its WebSocket API, renders a fully editable tile/room layout, and layers on a lot of "premium feel" motion and ambient effects. It can run as a local dev app or as a Supervisor-managed Home Assistant add-on (sidebar panel via Ingress).

Repo: https://github.com/jvenuto80/Dynamic-HA-Dashboard

Start here

At a glance

Sidebar panel name Glance
Add-on / repo name Glance — HA Dashboard
Connection Direct WebSocket to Home Assistant
Deploy options Local Vite dev, or HA add-on (Ingress)
Layout storage layouts.json (add-on: /data/layouts.json)
Settings storage localStorage (per browser/device)
License Custom — non-commercial, modify-with-attribution

Clone this wiki locally