Issue
I am wondering if I can use AppSmith to create desktop applications using the Electron framework. I know that Electron can generate JavaScript apps for desktop and web browsers, and that AppSmith can expose REST APIs in a user-friendly interface. I'm curious if the two can be combined for desktop app creation.
Resolution
It is possible to embed an AppSmith application inside an Electron app using an iframe. However, AppSmith itself does not have the capability to directly produce desktop applications.
To create pseudo-native apps, you can experiment with Nativefier. Nativefier is a tool that can make NodeJS apps that work as both web applications and desktop apps.