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

# Introduction

Codemod provides tools and infrastructure to automate repetitive or large-scale code maintenance projects end-to-end, effectively making them invisible to software teams.

Some use cases include:

<CardGroup cols={3}>
  <Card title="Framework or library upgrades" icon="arrow-up">
    Upgrade React, Node.js, etc.
  </Card>

  <Card title="Compliance remediation" icon="shield">
    Automate GDPR, SOC 2, and policy adoption.
  </Card>

  <Card title="Design system migrations" icon="exchange">
    Migrate UI libraries: Radix, Tailwind, etc.
  </Card>

  <Card title="i18n" icon="globe">
    Automate converting static strings to translation keys.
  </Card>

  <Card title="Codebase sanitization after M&A or spin-off" icon="code-merge">
    Unify or sanitize codebases post-M\&A or spin-off.
  </Card>

  <Card title="Dependency management" icon="link">
    Audit, update, and standardize dependencies at scale.
  </Card>
</CardGroup>

## Codemod complements your coding agents

Codemod pairs compiler-aware code graphs with AI to complement your coding agents across the SDLC, from planning and large-scale code transformations to orchestration, safe rollouts, and leadership visibility.
Its automations are fast, reliable, reusable, easy to deploy, and proven at enterprise scale.

<img className="block dark:hidden" src="https://mintcdn.com/codemod/KED1H9oH1_ksQJRH/images/intro/vertical-vs-horizontal-light.png?fit=max&auto=format&n=KED1H9oH1_ksQJRH&q=85&s=c76c3335302c81a865ec52a89f49b61c" alt="Light mode interface" width="1200" height="630" data-path="images/intro/vertical-vs-horizontal-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/codemod/KED1H9oH1_ksQJRH/images/intro/vertical-vs-horizontal-dark.png?fit=max&auto=format&n=KED1H9oH1_ksQJRH&q=85&s=13d7af1322c1580520e6000d09c5e4e8" alt="Dark mode interface" width="1200" height="630" data-path="images/intro/vertical-vs-horizontal-dark.png" />

## Codemod platform core features

<CardGroup cols={3}>
  <Card title="Insights" icon="chart-simple" href="/platform/insights">
    Plan & track projects with confidence.
  </Card>

  <Card title="Campaigns" icon="arrow-up-right-dots" href="/platform/campaigns">
    Orchestrate migrations across teams and repos.
  </Card>

  <Card title="Registry" icon="globe" href="/platform/registry">
    Find public, private, or pro codemods.
  </Card>

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

  <Card title="MCP" icon="screwdriver-wrench" href="/model-context-protocol">
    Give your AI tools for codemod creation.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli">
    \[open-source] Scaffold or run codemods locally.
  </Card>
</CardGroup>

## Who it's for

<Card title="Enterprise engineering teams" icon="people-group" href="/platform/quickstart">
  Platform engineers, security engineers, i18n engineers, or engineering leaders who want to automate code migrations at scale and with confidence.
</Card>

<Card title="Open-source maintainers" icon="github-alt" href="/oss">
  Framework or library builders who want to create an exceptional upgrade experience for their users.
</Card>
