
turborepo + pnpm + changesets + Next.js 13(swc) + storybook(vite-swc) + chakra-ui(v2)
Turborepo is an innovative tool designed to streamline the development workflow in a monorepo setup. Leveraging the power of pnpm as its package manager, this official starter template helps developers manage multiple applications and packages efficiently. Built entirely with TypeScript, Turborepo not only simplifies the development process but also enhances productivity by integrating various robust tools right out of the box.
With Turborepo, users can focus on building high-quality features rather than getting bogged down with configuration and setup. The inclusion of Next.js applications for documentation and web, along with a shared React component library and custom ESLint configurations, means you can hit the ground running. The added advantage of remote caching accelerates build times and improves collaboration among team members.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.