Multi-tenant website: payloadCMS + next.js
Unanswered
Fish Crow posted this in #help-forum
Fish CrowOP
Hello guys,
I have noticed next.js by itself has multi-tenant support: https://vercel.com/templates/next.js/platforms-starter-kit
At the same time, payloadCMS has multi-tenant support as well (through the plugin, albeit the documentation is not that well written imo as it makes it quite difficult to setup from scratch).
Is there difference between the two?
What I try to achieve is to create a main domain for a university that will have subdomains for their faculties (the reason for this is different landing pages with different information). Fiddling with the above has made me think if I should go the multi-tenant route, or just separate concerns by routing (domain.com/faculty/name-of-faculty) and have all information there
I have noticed next.js by itself has multi-tenant support: https://vercel.com/templates/next.js/platforms-starter-kit
At the same time, payloadCMS has multi-tenant support as well (through the plugin, albeit the documentation is not that well written imo as it makes it quite difficult to setup from scratch).
Is there difference between the two?
What I try to achieve is to create a main domain for a university that will have subdomains for their faculties (the reason for this is different landing pages with different information). Fiddling with the above has made me think if I should go the multi-tenant route, or just separate concerns by routing (domain.com/faculty/name-of-faculty) and have all information there