Dashfy ships with built-in themes and supports light/dark mode out of the box, plus
custom themes through the @dashfy/themes package.
Built-in themes
Dashfy includes several ready-to-use themes, including the Default, Midnight Blue, and Nord themes. Each theme supports both light and dark variants, and the active theme is part of your dashboard experience — not something you set up by hand in the UI.
Light & dark mode
Theme support includes automatic light/dark mode. Dashboards adapt to the selected mode so they look right whether they run on a developer's laptop or a wall display.
Custom themes
Use @dashfy/themes to define and apply custom themes for your dashboards. This lets
you align Dashfy with your brand or environment while keeping the declarative,
config-driven workflow.
Dashfy also supports fullscreen mode, dashboard rotation, and wake lock — useful for TV dashboards and kiosk-style monitoring screens running continuously.
Related
- Configuration — define dashboards and widgets.
- How it works — the server–client runtime.