When you use AppSmith, you are looking to get a nice fluid UI without having to worry about coding a bunch of plumbing code. You have a rest api - exposing the api in an interface is what AppSmith does well.
When you use Electron.js, you can generate a javascript application that will work on all platforms, desktop and web browser. You have a javascript app - exposing the app as a desktop app or web application is what Electron does well.
Now the million dollar question - can you use the two together?
Can an AppSmith app run in the electron framework such that you can create AppSmith desktop apps?
Hi @nddipiazza , have you looked into Nativefier? I have had great success making pseudo-native apps with it, haven’t tried with Appsmith yet, but it should be technically possible.