Skip to content

Commit

Permalink
[studio] Update README.md (#383)
Browse files Browse the repository at this point in the history
* [studio] Update README.md

* Update README.md
  • Loading branch information
mohab-sameh authored Apr 22, 2024
1 parent 1141097 commit e7769d3
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion apps/frontend/app/(website)/studio/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Codemod Studio
<p align="center">
<a href="https://codemod.studio">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/apps/docs/images/codemod-studio/codemod-studio-hero-dark.jpg">
<source media="(prefers-color-scheme: light)" srcset="/apps/docs/images/codemod-studio/codemod-studio-hero-light.jpg">
<img alt="Codemod Registry Header" src="/apps/docs/images/codemod-studio/codemod-studio-hero-light.jpg"></picture>
</a>
</p>

Codemod Studio is an AI workbench for creating codemods. Codemods are powerful code automation bots that can automate many crucial yet tedious coding tasks, such as migrations, upgrades, large-scale changes, enforcing best practices, and bringing conformity to a codebase. However, building codemods manually is a time-consuming process.

Codemod Studio allows you to “instantly” create code automation bots with the help of AI, specialized helpers, and debuggers, as well as a vibrant community of “codemod champions.”

## Features

### 1. Build

With the help of fine-tuned LLMs under-the-hood and codemod creation features such as expert-curated prompts, and smart highlighting, Codemod Studio can help you build codemods in a few minutes.

### 2. Test

Codemod Studio allows you to iteratively test, debug, and improve your codemods as you build them.

### 3. Run

With close integration with Codemod platform, Codemod Studio allows you to easily run your codemods over your projects using Codemod CLI, VS Code Extension, or on your GitHub repositories right from the studio.

## Documentation

For details on how to use Codemod Studio, check out our [documentation](https://go.codemod.com/studio-docs).

0 comments on commit e7769d3

Please sign in to comment.