Automation in front end

Hi,

Is it possible to create automation in WeWeb without custom JS? For example a SAAS with automation like in this example? The particular blocks doesn’t matter, this is just example. More of the actual editor and elements that logged in user with access to the feature could use. Can you record a guide on it on YT or post some tips how to approach such creation?

I did this without custom JS, I don’t think I would do it again on WeWeb. Depending on what portion of your app is this drag and drop sort of thing, you might be better off by doing this in custom code entirely. If this feature is just a small part of your app, then you might want to consider whether the rest of the app is simple enough for WeWeb.

You’d need a backend anyway, as WeWeb is only a front-end builder, so yeah.