Node-RED is great and I use for my smart home. However, the lacking of mobile app is a big disadvantage, and most of people like to use Home Assisstant for its mobile support
I decide to develop a mobile app for Node RED, support automatically login Dashboard and Admin, custom buttons on Admin, native features like Background location tracking, exclusive WYSIWYG Editor (finished), voice command, mqtt client, (in dev)...
Discussion thread on Node-RED forum
Official released could be downloaded from App store and Google Play
Please visit User Manual
App is written in Quasar Framework (Vue.js and Cordova). Please visit [Quasar Homepage](https://quasar.dev /) for more information about development
npm installquasar dev -m android
quasar dev -m iosRun below command, open Android Studio or XCode and build yourself. Rememeber to change package name
quasar build -m android --ide
quasar build -m ios --ide
