Good Overview of Modern Visual Application Builders?
It's been a long while since I needed to build relatively simple apps, and much has since changed (cloud computing, webapps etc).
In the past, things like Borland Delphi were a good starting point. Recently, I played with Google App maker, which seems almost 100% perfectly suited to build simple, SQL backed applications. It's reasonably expandable with server side and client side snippets, has a decent number of widgets and a decent deployment framework too. The fly in the ointment is that AppMaker only works for users in the same Google GSuite domain, so I cannot use it for general app building.
I'm loathe to start dealing with UI details in code and really like a visual tool that helps me focus on application logic.
I appreciate any pointers to such application builders. Ideally, they are free/open source, work on a Mac or linux or don't have heavy license handicaps.
Thanks!
10 comments
[ 5.3 ms ] story [ 60.1 ms ] threadWe've used it in production since before it became public and its served us well.
* Bubble.is – UI looks great, but this is a full stack solution that requires hosting by them. * Lightning app builder – only runs on salesforce platform * Bobile – confused about this one, but it seems to focus on a special kind of sales mobile apps, and analytics.
* I _thought_ there were some UI building tools (ala balsamiq) that exported the UX into code.
Maybe I should just give up and deal with the FE UI directly in code. Even in GoogleAppMaker, code maintenance of larger deployments is not so easy. At least, it's easy to accidentally duplicate code, and hard to search and replace over all code snippets spread across all events and triggers.
[1]: https://www.lazarus-ide.org/
Disclaimer: I have no experience in either.
[Disclaimer: I built it!]