Creating low-code web app or internal tools (Retool, Budibase, AppSmith etc) using Ember.js?

In need of a suggestion/plan whether it is possible to create a web platform like Retool or Budibase with drag drop components etc using Ember.js?

How does the data model looks like and management of components etc?

What if the data source is only from one type, what should my plan be to achieve the ability for me to drag drop components, customise them, what data am I storing and how that should look like?

Add your thoughts and how you would implement this.

Thanks!

Anything is possible with Ember.JS :sparkles:

Low-code must have tight coupling API Format on both sides of the network, so you’ll want something that can ensure communication works without needing to version the API (tRPC is popular right now, though I haven’t used it)

what should my plan be to achieve the ability for me to drag drop components, customise them, what data am I storing and how that should look like?

Drag and drop components can be done a couple of ways:

If you have any more specific questions, I’m sure folks will be willing to help! (It sounds like you’re starting to find your own direction, so it’s hard to speak to much atm, personally)

Best of luck!

1 Like