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

# Introduction

Codemod Platform keeps your code modern—continuously. It helps teams:

* **Spot modernization opportunities** in aging codebases.
* **Apply migrations** for frameworks, APIs, and dependencies.
* **Orchestrate and track** those changes across every repo and service.

By closing the loop from discovery to rollout, teams win back thousands of engineering hours and stop tech debt before it stacks up—regaining the speed and reliability that drive competitive edge.

<img className="block dark:hidden" src="https://mintcdn.com/codemodcom/NBnj32UUWpJh93CD/images/intro/intro-platform-light.png?fit=max&auto=format&n=NBnj32UUWpJh93CD&q=85&s=f2829ae24ff2dd5491e0b062964c384a" alt="Light mode interface" width="1290" height="525" data-path="images/intro/intro-platform-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/codemodcom/NBnj32UUWpJh93CD/images/intro/intro-platform-dark.png?fit=max&auto=format&n=NBnj32UUWpJh93CD&q=85&s=9a33f4bde9f3e3d2bfd721bfe639c4c8" alt="Dark mode interface" width="1291" height="525" data-path="images/intro/intro-platform-dark.png" />

The platform stands on two complementary foundations:

* **Open-source toolkit** – a free CLI and public registry maintained by the community, ensuring migrations stay current and battle-tested.
* **Enterprise capabilities** – Studio, Campaigns, Insights, and private registries that add creation, orchestration, and governance for larger engineering orgs.

Community-powered migrations, paired with enterprise-grade automation, make Codemod the gold standard for keeping codebases up to date.

## Problems it solves

* End-of-life package & SDK upgrades (e.g. React, Nuxt, etc. upgrades)
* Large-scale API refactors & deprecations
* Security / compliance patches across fleets of services
* Dependency consistency, lint-fixes, and other “sweeping” chores
* Internationalization (i18n) roll-outs and other cross-cutting business mandates
* Tech unification after M\&A or platform consolidation (CommonJS → ESM/TS)
* Infrastructure migrations (RDS → Dynamo DB, on-prem → cloud)

## Who is it for?

| Audience                                                                                 | How Codemod helps                                  |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------- |
| <Icon icon="github-alt" iconType="solid" /> **OSS framework maintainers**                | Ship one-click upgrade recipes to your users       |
| <Icon icon="user-helmet-safety" iconType="solid" /> **Platform engineers / DevEx teams** | Automate org-wide migrations & standards           |
| <Icon icon="people-group" iconType="solid" /> **Engineering leaders**                    | Track modernization, risk, and ROI with *Insights* |

### Open-source building blocks

* **[CLI](/cli/cli-reference)** – build, run, & publish Codemod packages
* **[Codemod MCP](/model-context-protocol)** – build Codemod packages with AI in IDEs
* **[Public Registry](https://codemod.com/registry)** – discover community-led codemods

### Enterprise & engineering teams' features

<Note>
  The following capabilities are available on the [Pro and Enterprise tiers](https://codemod.com/pricing).
</Note>

* **[Studio](/codemod-studio)** – AI-generated codemods & recipes
* **[Campaigns](/campaigns)** – run and orchestrate changes at scale
* **[Insights](/insights)** – plan and track fleet-wide progress
* **Private / Pro Registry** – secure, organization-scoped codemods

## Quick links

<CardGroup cols={2}>
  <Card title="Get started with CLI" icon="terminal" href="/cli/cli-reference">
    Build and run Codemod packages locally.
  </Card>

  <Card title="Codemod Studio" icon="bolt" href="/codemod-studio">
    Generate codemods with AI.
  </Card>

  <Card title="Launch a Campaign" icon="users-rays" href="/campaigns">
    Orchestrate multi-repo migrations.
  </Card>

  <Card title="See Insights" icon="chart-line-up-down" href="/insights">
    Track modernisation metrics over time.
  </Card>
</CardGroup>
