Looking to build a web app that can be embedded anywhere on the web.

Hello! I am trying to build a web app that can also run natively. The web app should be able to be embedded everywhere like a widget/web component. Does anyone have experience with this? I was thinking I could change the target div of the web JS e.g. change root to my-custom-component and then the js can be added to the page and triggered that way.

Is this possible? Does anyone have any better solutions?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.