Basically 3 differences: 

  • Zerynth App is an element of a full-stack, that starts from firmware programming, thanks to Zerynth Studio, to cloud connections, thanks to Zerynth ADM, to dashboard and GUI, thanks to Zerynth AppSo you have a fully integrated environment for developing embedded and IoT projects. 
  • You can program the board in Python (instead of C/C++) and send events to your dashboard and visualize data through the Zerynth App. More info here.
  • You can’t build GUIs through a WYSIWYG editor, but you can start from simple GUIs to complete websites using JQWidgets, for example, or other libraries and frameworks. Note that templates are stored thanks to Zerynth ADM and rendered through the Zerynth App as web page applications. More info here.