Front-end technologies: Next.js vs.
React + RushDify: Its web front-end is an application based on the Next.js framework, written in TypeScript.
The package.json file specifies the newer Node.js version requirements, and its Dockerfile shows the use of pnpm as the package management tool, which helps improve dependency installation speed and disk space efficiency.
Coze (Studio & Loop): The front ends of both projects use a combination of React + TypeScript.
A key detail worth noting is that cozeloop’s code base includes the rush.json file .
This shows that the project uses Rush.js, a management tool designed for scalable JavaScript monorepo (single code base).
This is a complex technology choice common in large enterprise-level development, used to coordinate multiple interdependent front-end projects.