---
title: Tools
description: Learn how to use your favorite tools in a monorepo.
product: turborepo
type: overview
summary: Browse guides for integrating popular development tools with Turborepo.
related:
  - /docs/guides/tools/eslint
  - /docs/guides/tools/typescript
  - /docs/guides/tools/vitest
  - /docs/guides/tools/docker
---

# Tools

Turborepo works with **all of your favorite tooling**. Below, you'll find guides for the most common tools being used with Turborepo.

<Cards>
  <Card title="Biome" href="/docs/guides/tools/biome" />

  <Card title="Docker" href="/docs/guides/tools/docker" />

  <Card title="ESLint" href="/docs/guides/tools/eslint" />

  <Card title="Jest" href="/docs/guides/tools/jest" />

  <Card title="Oxc (oxlint, oxfmt)" href="/docs/guides/tools/oxc" />

  <Card title="Prisma" href="/docs/guides/tools/prisma" />

  <Card title="shadcn/ui" href="/docs/guides/tools/shadcn-ui" />

  <Card title="Storybook" href="/docs/guides/tools/storybook" />

  <Card title="TypeScript" href="/docs/guides/tools/typescript" />

  <Card title="Vitest" href="/docs/guides/tools/vitest" />
</Cards>

---

[View full sitemap](/sitemap.md)