Is it possible to share app component across apps?

Hello Community,

We’re currently in the process of splitting our software into two distinct apps.

Initially, we’re considering duplicating the first project and removing any unnecessary variables, pages, or workflows that the second app won’t require. This approach allows us to leverage the work we’ve completed thus far, avoiding the need to manually copy and paste everything.

As we move forward with this process, we’re exploring the possibility of linking the components themselves from one app to another. This could potentially streamline updates by ensuring that changes made to shared components are reflected automatically across both apps.

We’d appreciate any thoughts or insights you may have on this approach.

Thank you in advance,

Hi, we built the library system for this kind of usecase, you can reuse everything you made in one project to another through library, each project come with his own library and you can install libraries from others projects.

1 Like

Amazing thank you !