---
sidebar_position: 2
sidebar_label: Repositories
doc_id: 84fce9ef-c233-4610-bfed-2a1b77c6c81e
description: >-
  Reference table of public nullplatform repositories and the most relevant
  documentation pages.
toc_max_heading_level: 2
---

# Public repositories

Use this page as a quick index of public nullplatform GitHub repositories. Each section describes a repo and links to the
most useful documentation.

## Helm charts

Curated Helm charts to bootstrap clusters, install the agent, and configure optional integrations.

| Repository | Description | Docs links |
| --- | --- | --- |
| [helm-charts (main)](https://github.com/nullplatform/helm-charts/tree/main) | Curated Helm charts to bootstrap clusters, install the agent, and configure optional integrations. | - [Providers overview](/docs/providers/overview) |
| [base](https://github.com/nullplatform/helm-charts/tree/main/charts/base) | Base cluster dependencies (gateways, logging, metrics server, ingress setup). | - [nullplatform-base chart changelog](https://github.com/nullplatform/helm-charts/blob/main/charts/base/CHANGELOG.md) |
| [agent](https://github.com/nullplatform/helm-charts/tree/main/charts/agent) | Installs the nullplatform agent in Kubernetes. | - [Install the agent](/docs/agent/installation) <br/> - [nullplatform-agent chart changelog](https://github.com/nullplatform/helm-charts/blob/main/charts/agent/CHANGELOG.md) |
| [cert-manager-config](https://github.com/nullplatform/helm-charts/tree/main/charts/cert-manager-config) | Cert-manager issuer and certificate setup for DNS-based TLS automation. | - [cert-manager-config chart changelog](https://github.com/nullplatform/helm-charts/blob/main/charts/cert-manager-config/CHANGELOG.md) |

## Tofu modules

Reusable OpenTofu/Terraform modules for provisioning infrastructure that integrates with nullplatform.

| Repository | Description | Docs links |
| --- | --- | --- |
| [tofu-modules](https://github.com/nullplatform/tofu-modules/tree/main) | Reusable OpenTofu/Terraform modules for provisioning infrastructure that integrates with nullplatform. | - [nullplatform provider plugin](https://registry.terraform.io/providers/nullplatform/nullplatform/latest/docs) <br/> - [Providers overview](/docs/providers/overview) |

## Agent-backed scopes

Production-oriented scope templates (Kubernetes and more) you can adopt and extend.

| Repository                                                                                                                                  | Description                                                                         | Docs links                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [scopes](https://github.com/nullplatform/scopes/tree/main) | Production-oriented scope templates (Kubernetes and more) you can adopt and extend. | - [Agent-backed scopes](/docs/agent-backed-scopes/) <br/> - [Changelog](https://github.com/nullplatform/scopes/blob/main/CHANGELOG.md) |
