A smart-home dashboard frontend for wall panels, tablets, phones, and desktop screens.
Live demo · Storybook · Docs · Security policy · Code of conduct
Navet turns supported smart-home platforms into a room-first control surface with dedicated
home, lights, media, energy, climate, security, tasks, and settings sections.
It is built for people who want a cleaner daily control surface than the default admin-first smart home UI.
- room-first dashboards for everyday household control
- dedicated views for lights, media, energy, climate, security, tasks, and settings
- cards for common smart-home device types such as lights, climate, cameras, locks, media players, weather, sensors, scenes, calendars, and vacuums
- built-in widgets such as RSS, photo, note, battery, UPS, energy-now, button, and map
- support for wall panels, tablets, phones, and desktop browsers
- PWA install support, themes, and localization
Most people should start with one of these guides:
- Home Assistant users: start with docs/HOME_ASSISTANT.md
- Homey users: start with docs/HOMEY.md
- openHAB users: start with docs/OPENHAB.md
Use these docs if you want more context:
| Home | Energy | Security |
|---|---|---|
![]() |
![]() |
![]() |
| Tablet | Mobile home | Mobile controls |
|---|---|---|
![]() |
![]() |
![]() |
If you want to work on the repo:
- start with CONTRIBUTING.md
- then use docs/README.md for the full docs map
Short architecture note:
- Navet is organized around provider-neutral
@navet/coreand@navet/ui, provider packages, and an@navet/appcomposition layer @navet/uiis the target shared UI boundary- much of the current shared UI implementation still lives in
packages/app/src/components/*andpackages/app/src/ui-kit/*
Reusable packages:
packages/
core/
ui/
provider-homeassistant/
provider-homey/
provider-openhab/
provider-hubitat/
provider-smartthings/
app/
Deployable surfaces:
apps/
standalone/
ha-panel/
storybook/
demo/
website/
Home Assistant release surfaces and shared assets:
platform/
home-assistant/
addons/
custom_components/
assets/
public/
reference/







