Turborepo provides several example repositories demonstrating how to integrate Next.js applications into different monorepo and toolchain configurations. These examples cover various scenarios including package managers (npm, yarn, berry), styling (tailwind), database integration (prisma), and deployment patterns (docker).
Available Next.js examples:
- basic
- kitchen-sink
- non-monorepo
- with-changesets
- with-docker
- with-prisma
- with-yarn
- with-berry
- with-npm
- with-react-native-web
- with-tailwind