> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Build System Integrations

For advanced build systems, Namespace provides direct integrations that offer native, high-performance caching capabilities on top of [Cache Volumes](/docs/solutions/github-actions/caching).

<CardGroup cols={2}>
  <Card title="Docker" href="/docs/solutions/github-actions/docker-builds">
    Immediate performance benefits, advanced options available
  </Card>

  <Card title="Bazel" href="/docs/bazel/cache">
    Low-latency remote caching, available locally and in your CI
  </Card>

  <Card title="Turborepo" href="/docs/integrations/turborepo">
    Distributed caching with automatic configuration
  </Card>

  <Card title="Pants" href="/docs/integrations/pants">
    Integrated caching with shared artifact storage
  </Card>

  <Card title="Moonrepo (moon)" href="/docs/integrations/moonrepo">
    Accelerated task orchestration and dependency management
  </Card>

  <Card title="Gradle" href="/docs/integrations/gradle">
    High-performance build caching for JVM-based projects
  </Card>

  <Card title="sccache" href="/docs/integrations/sccache">
    Compiler caching for C, C++, Rust, and more
  </Card>
</CardGroup>

Don't see your build system? Reach out to our [integrations team](mailto:support@namespace.so) to learn about upcoming releases and join the early access.

## Next steps

* [Cache Volumes overview](/docs/solutions/github-actions/caching)
* [Docker Builds](/docs/solutions/github-actions/docker-builds)
