Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness assessment
Turborepo documentation was independently audited by llmsmap. turbo.build currently scores 74/100 for AI readiness. The result combines AI-specific files, crawler policy, sitemap discovery, structured homepage data, and—when available—the mobile Google Lighthouse technical profile.
llms.txt is accessible and contains 2,645 tokens. No accessible llms-full.txt was detected, so deeper context still has to be assembled from regular pages. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.
robots.txt is available. 11 of 11 tracked AI bots are not blocked. Declared sitemaps: 1. No Schema.org type was detected on the homepage. 5 OpenGraph tags were found and markup completeness is 50%, leaving more entity interpretation to crawlers.
The mobile Lighthouse profile adds Performance 63/100, Accessibility 95/100, Best Practices 100/100, SEO 100/100, and experimental Agentic Browsing 67/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.
A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.
Performance
Accessibility
Best Practices
Technical SEO
Agentic Browsing
Mobile performance is 63/100, with the largest visible content block appearing in 6.9 s and the browser main thread blocked for 360 ms. Layout shift was 0. The main thread is where the browser runs JavaScript, calculates layout, and paints the page; long work there delays both user input and browser-agent actions.
Accessibility scored 95/100, Best Practices 100/100, and technical SEO 100/100. The experimental Agentic Browsing category scored 67/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.
Split long JavaScript tasks, defer non-critical scripts and styles, and shorten blocking request chains. This helps the primary content appear sooner and makes controls usable earlier.
Remove unused CSS and JavaScript, load heavy widgets on demand, and limit third-party scripts. Less code means less parsing and background work on the device.
Give buttons and links accessible names, associate labels with fields, and use ordered headings and semantic regions. The same structure helps screen readers and software agents understand actions.
First content
Main content
Layout stability
Blocking time
Visual speed
Machine-readable files, crawler policy, discovery, and homepage markup.
Full version was not found
ai.txt file was not found
1 sitemap found
Schema.org markup was not found on the homepage
5 OG tags found
Based on robots.txt analysis
Declared discovery routes for crawlers and agents.
Social preview metadata found on the homepage.
og:titleTurborepoog:descriptionTurborepo is a build system optimized for JavaScript and TypeScript, written in Rust.og:urlhttps://turborepo.devog:site_nameTurborepo# Turborepo documentation Generated at: Sun, 19 Jul 2026 10:12:17 GMT ## Turborepo > Turborepo is a build system optimized for JavaScript and TypeScript, written in Rust. ## Docs - [Introduction](index.md): Welcome to the Turborepo documentation! - [Acknowledgements](/acknowledgments.md): Thank you to all these developers, build systems, and monorepo tools for their support and assistance. - [Community](/community.md): Learn about the Turborepo community. - [Core concepts](/core-concepts.md): Learn about the core concepts behind Turborepo. - [Internal Packages](/core-concepts/internal-packages.md): Learn how to build Internal Packages in your monorepo. - [Package and Task Graphs](/core-concepts/package-and-task-graph.md): Turborepo builds a Task Graph based on your configuration and repository structure. - [Package types](/core-concepts/package-types.md): Learn about the different types of packages in a workspace. - [Remote Caching](/core-concepts/remote-caching.md): Share cache artifacts across machines for even faster builds. - [Crafting your repository](/crafting-your-repository.md): Design and build your Turborepo. - [Caching](/crafting-your-repository/caching.md): Learn about caching in Turborepo. - [Configuring tasks](/crafting-your-repository/configuring-tasks.md): Learn how to describe the workflows in your repository to get them done as fast as possible. - [Constructing CI](/crafting-your-repository/constructing-ci.md): Learn how Turborepo can help you efficiently complete all the necessary tasks and accelerate your development workflow. - [Creating an Internal Package](/crafting-your-repository/creating-an-internal-package.md): Learn how to create an Internal Package for your monorepo. - [Developing applications](/crafting-your-repository/developing-applications.md): Learn how to develop applications in your repository. - [Managing dependencies](/crafting-your-repository/managing-dependencies.md): Learn how to manage dependencies in your monorepo's workspace. - [Running tasks](/crafting-your-repository/running-tasks.md): Learn how to run tasks in your repository through the `turbo` CLI. - [Structuring a repository](/crafting-your-repository/structuring-a-repository.md): Start by creating a repository using the conventions of the ecosystem. - [Understanding your repository](/crafting-your-repository/understanding-your-repository.md): Learn how to understand your repository structure using Turborepo. - [Upgrading](/crafting-your-repository/upgrading.md): Learn how to upgrade `turbo` to get the latest improvements to your repository. - [Using environment variables](/crafting-your-repository/using-environment-variables.md): Learn how to handle environments for your applications. - [Getting started](/getting-started.md): Get started with Turborepo. - [Add to an existing repository](/getting-started/add-to-existing-repository.md): Using Turborepo with your existing repository - [Editor integration](/getting-started/editor-integration.md): Making the most of Turborepo - [Start with an example](/getting-started/examples.md): Start with an example Turborepo. - [Installation](/getting-started/installation.md): Learn how to get started with Turborepo. - [Guides](/guides.md): Learn how to use your favorite tooling in a Turborepo. - [Using AI with Turborepo](/guides/ai.md): Get the most out of AI coding assistants in your Turborepo. - [Continuous Integration](/guides/ci-vendors.md): Recipes for using Turborepo with Vercel, GitHub Actions, and other continuous integration providers. - [Buildkite](/guides/ci-vendors/buildkite.md): Learn how to use Buildkite with Turborepo. - [CircleCI](/guides/ci-vendors/circleci.md): Learn how to use CircleCI with Turborepo. - [GitHub Actions](/guides/ci-vendors/github-actions.md): Learn how to use GitHub Actions with Turborepo. - [GitLab CI](/guides/ci-vendors/gitlab-ci.md): Learn how to use GitLab CI with Turborepo. - [Travis CI](/guides/ci-vendors/travis-ci.md): How to use Travis CI with Turborepo to optimize your CI workflow - [Vercel](/guides/ci-vendors/vercel.md): Learn how to use Turborepo on Vercel. - [Frameworks](/guides/frameworks.md): Integrate your favorite framework into Turborepo. - [Framework bindings in libraries](/guides/frameworks/framework-bindings.md): Learn how to create framework bindings in packages. - [Next.js](/guides/frameworks/nextjs.md): Learn how to use Next.js in a monorepo. - [Nuxt](/guides/frameworks/nuxt.md): Learn more about using Nuxt in your monorepo. - [Rsbuild](/guides/frameworks/rsbuild.md): Learn more about using Rsbuild in your monorepo. - [SvelteKit](/guides/frameworks/sveltekit.md): Learn more about using SvelteKit in your monorepo. - [Vite](/guides/frameworks/vite.md): Learn more about using Vite in your monorepo. - [Generating code](/guides/generating-code.md): Learn how to generate code using Turborepo. - [Handling platforms](/guides/handling-platforms.md): Learn how to handle caching around operating systems, architectures, and other arbitrary conditions for Turborepo tasks. - [Microfrontends](/guides/microfrontends.md): Learn how to use Turborepo's built-in microfrontends proxy for local development. - [Migrating from Nx](/guides/migrating-from-nx.md): Learn how to migrate to Turborepo from Nx. - [Multi-language support](/guides/multi-language.md): Integrate unsupported languages with package scripts and workspace boundaries. - [Publishing libraries](/guides/publishing-libraries.md): Learn how to publish libraries to the npm registry from a monorepo. - [Single-package workspaces](/guides/single-package-workspaces.md): Learn how to use Turborepo in a single-package workspace. - [Skipping tasks](/guides/skipping-tasks.md): Never do the same work twice. - [Tools](/guides/tools.md): Learn how to use your favorite tools in a monorepo. - [Biome](/guides/tools/biome.md): Learn how to use Biome in your Turborepo projects. - [Docker](/guides/tools/docker.md): Learn how to use Docker in a monorepo. - [ESLint](/guides/tools/eslint.md): Learn how to use ESLint in a monorepo. - [Jest](/guides/tools/jest.md): Learn how to use Jest in a Turborepo. - [Oxc (oxlint and oxfmt)](/guides/tools/oxc.md): Learn how to use oxlint and oxfmt in your Turborepo projects. - [Playwright](/guides/tools/playwright.md): Learn how to use Playwright in a Turborepo. - [Prisma](/guides/tools/prisma.md): Learn how to use Prisma in a Turborepo. - [Rust (Experimental)](/guides/tools/rust.md): Use experimental native Cargo workspace support with Turborepo. - [shadcn/ui](/guides/tools/shadcn-ui.md): Learn how to use shadcn/ui in a Turborepo. - [Storybook](/guides/tools/storybook.md): Learn how to use Storybook in a Turborepo. - [Tailwind CSS](/guides/tools/tailwind.md): Learn how to use Tailwind CSS in a Turborepo. - [TypeScript](/guides/tools/typescript.md): Learn how to use TypeScript in a monorepo. - [Vitest](/guides/tools/vitest.md): Learn how to use Vitest in a monorepo. - [Invalid environment variable prefix](/messages/invalid-env-prefix.md): Learn more about errors with invalid environment variable prefixes in Turborepo. - [Missing root task in turbo.json](/messages/missing-root-task-in-turbo-json.md): Learn more about errors for missing root tasks in turbo.json in Turborepo. - [Package task in single-package workspace error](/messages/package-task-in-single-package-workspace.md): Learn more about errors with package tasks in single-package workspaces. - [Recursive `turbo` invocations](/messages/recursive-turbo-invocations.md): Learn more about errors with recursive scripts and tasks in Turborepo. - [Unnecessary package task syntax error](/messages/unnecessary-package-task-syntax.md): Learn more about errors with unnecessary package task syntax in Turborepo. - [Turborepo API reference](/reference.md): Learn about Turborepo's APIs using the reference. - [bin](/reference/bin.md): API reference for the `turbo bin` command - [boundaries](/reference/boundaries.md): API reference for the `turbo boundaries` command - [Configuring turbo.json](/reference/configuration.md): Learn how to configure Turborepo through `turbo.json`. - [create-turbo](/reference/create-turbo.md): Quickly set up a new Turborepo repository from scratch. - [devtools](/reference/devtools.md): API reference for the `turbo devtools` command - [docs](/reference/docs.md): API reference for the `turbo docs` command - [eslint-config-turbo](/reference/eslint-config-turbo.md): Learn more about eslint-config-turbo. - [eslint-plugin-turbo](/reference/eslint-plugin-turbo.md): Learn more about eslint-plugin-turbo. - [generate](/reference/generate.md): API reference for the `turbo generate` command - [File glob specification](/reference/globs.md): Learn about the file glob specification used by `turbo`. - [info](/reference/info.md): API reference for the `turbo info` command - [link](/reference/link.md): API reference for the `turbo link` command - [login](/reference/login.md): API reference for the `turbo login` command - [logout](/reference/logout.md): API reference for the `turbo logout` command - [ls](/reference/ls.md): API reference for the `turbo ls` command - [Options overview](/reference/options-overview.md): Flags, configurations, and System Environment Variables for Turborepo - [Package Configurations](/reference/package-configurations.md): Learn how to use Package Configurations to bring greater task flexibility to your monorepo's package. - [prune](/reference/prune.md): API reference for the `turbo prune` command - [query](/reference/query.md): API reference for the `turbo query` command - [run](/reference/run.md): API reference for the `turbo run` command - [scan (Deprecated)](/reference/scan.md): API reference for the deprecated `turbo scan` command - [System environment variables](/reference/system-environment-variables.md): Learn about system variables used by Turborepo. - [telemetry](/reference/telemetry.md): API reference for the `turbo telemetry` command - [@turbo/codemod](/reference/turbo-codemod.md): Learn more about how Turborepo uses codemods to make version migrations easy. - [@turbo/gen](/reference/turbo-gen.md): Quickly generate new code in your Turborepo. - [turbo-ignore](/reference/turbo-ignore.md): Learn how to use turbo-ignore to skip tasks in CI. - [unlink](/reference/unlink.md): API reference for the `turbo unlink` command - [watch](/reference/watch.md): API reference for the `watch` command - [Support policy](/support-policy.md): Learn about Turborepo's Support policy. - [Telemetry](/telemetry.md): Learn more about Turborepo's anonymous telemetry.