llms.txt Content
# Turborepo documentation
Generated at: Wed, 15 Apr 2026 16:14:42 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 wo