---
title: Guides
description: Learn how to use your favorite tooling in a Turborepo.
product: turborepo
type: overview
summary: Browse guides for frameworks, CI providers, tools, and common use cases in Turborepo.
related:
  - /docs/guides/frameworks
  - /docs/guides/ci-vendors
  - /docs/guides/tools
---

# Guides

Turborepo works with your favorite frameworks, CI providers, tools, and use cases.

In our community-supported guides, you'll find examples of how to use `turbo` with the rest of your tooling.

<Cards>
  <Card title="Using AI" description="Get the most out of AI coding assistants" href="/docs/guides/ai" />

  <Card title="Frameworks" description="Integrate frameworks into your Turborepo" href="/docs/guides/frameworks" />

  <Card title="Continuous Integration" description="Use Turborepo with your CI" href="/docs/guides/ci-vendors" />

  <Card title="Tools" description="Bring your favorite tooling" href="/docs/guides/tools" />

  <Card title="Single-package workspaces" description="Integrate with a standalone application" href="/docs/guides/single-package-workspaces" />

  <Card title="Generating code" description="Create new code fast" href="/docs/guides/generating-code" />

  <Card title="Skipping tasks" description="Go fast by doing nothing" href="/docs/guides/skipping-tasks" />

  <Card title="Publishing packages" description="Use your packages outside of your Turborepo" href="/docs/guides/publishing-libraries" />

  <Card title="Handling platforms" description="OS, Node.js version, and other factors" href="/docs/guides/handling-platforms" />

  <Card title="Multi-language support" description="Many languages, one repository" href="/docs/guides/multi-language" />
</Cards>

---

[View full sitemap](/sitemap.md)