Multiple UIs for the same backend?

Hi everyone,
I have this Meteor project with this requirement that it needs multiple different UIs for the same backend.
What would be the best way to achieve this?

Thank you

I think @filipenevola made a video about how to do this, but I haven’t yet found the link to it.

1 Like

If different UIs is all you need, a router should be enough.

If you need multiple frond-end frameworks (React, Vue etc) how are you planning to determine what view a client should get.

1 Like

@paulishca to clarify, I only need different UIs using the same frontend framework. And those different UIs would be on different domains.
So if user goes to domain a.com, it would look different to domain b.com, but still with the same backend.

2 Likes