Whats the optimal next js project structure if I was building a scalable, modularl multi-tenant enterprise level application?
You can refer to our Platform starter kit: Platforms Starter Kit. A production-ready example of a multi-tenant application built with Next.js 15, featuring custom subdomains for each tenant.
Thank you for this.
How do i re-structure my current project to meet the optimal performance spec fo the starter kit?