diff --git a/gallery/src/pages/concepts/home.markdown b/gallery/src/pages/concepts/home.markdown index d954773781..3d1217b4d8 100644 --- a/gallery/src/pages/concepts/home.markdown +++ b/gallery/src/pages/concepts/home.markdown @@ -4,4 +4,21 @@ title: Home # Welcome to Home Assistant Design -This portal aims to aid designers and developers on improving the Home Assistant interface. +This portal aims to aid designers and developers on improving the Home Assistant interface. It consists of working code, resources and guidelines. + +## Home Assistant interface +The Home Assistant frontend allows users to browse and control the state of their home, manage their automations and configure integrations. The frontend is designed as a mobile-first experience. It is a progressive web application and offers an app-like experience to our users. The Home Assistant frontend needs to be fast. But it also needs to work on a wide range of old devices. + +### Material Design +The Home Assistant interface is based on Material Design. It's a design system created by Google to quickly build high-quality digital experiences. Components and guidelines that are custom made for Home Assistant are documented on this portal. For all other components check material.io. + +## Designers +We want to make it as easy for designers to contribute as it is for developers. There’s a lot a designer can contribute to: + +- Meet us at devs_ux Discord. Feel free to share your designs, user test or strategic ideas. +- Start designing with our Figma DesignKit. +- Find the lates UX discussions and issues on GitHub. Everyone can start a new issue or discussion! + + +## Developers +Everything you need to get started developing can be found in our Home Assistant Developer Docs.