Hi everyone,
I'm building a white-label-ready app and want to enable multi-tenancy. I see that multi-tenancy seems to be available via the Flatlogic generator, but I also want to use Material-UI to simplify theming and allow tenants to customize their brand (e.g., colors, logos).
My questions are:
Is multitenancy only possible with the generator, or can it be set up in other templates as well?
Is the Next.js/Tailwind template the only one available via the generator, or is there a Material-UI template I can use for my project?
Are there any best practices for integrating Material-UI into a Flatlogic-generated app for tenant-specific theming?
Thanks in advance for any guidance!