Recommended way to implement multi-tenancy

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi, I have several projects that I would like to manage via a single Strapi instance, and given the fact that multi-tenancy is only “Under consideration” in the roadmap, I was wondering if there is a “recommended” way to work with multiple projects as of today.

I guess I could just create a type Projects, and add a relation between it and all the others, so that, for instance, an article would be related to a particular project, and so on.

Is there a “better” way to do it?

Thanks in advance.