Self host blynk app? (not server)

im making a remote controlled rover, and ive been looking at using blynk. the end goal is to write an app for my ttgo t-watch to be the controller. the watch code is currently built on lvgl, a graphics library with included widgets for things like buttons, sliders, gauges, etc. im wondering if i can write code on the watch that would trigger blynk events as though i had clicked the widget on my phone. i guess basically i want to know if its possible to write my own blynk APP that would interact normally with blynk servers, and where documentation for such might be found

The easiest way is to use the Blynk API…

If you want to write your own app from scratch then the protocol is documented here…

Pete.

perfect, thanks!