2:07
Codemod: Plan, automate, orchestrate fleet-wide code changes
A 2-min demo of the Codemod platform, presented by our CEO, Alex Bit. Contact us: https://go.codemod.com/contact.
26:34
Codemod Crash Course: Automate Refactoring with jscodeshift
In this video, we explore how to use jscodeshift for automated code transformations, following a Test-Driven Development (TDD) ...
1:26
Codemod: Enterprise code maintenance in the AI era
Codemod is an end to end platform that helps software teams plan, track, automate, and orchestrate large and risky code ...
11:53
Codemod & Makerkit: The Next.js SaaS Starter Kit
Today, Alex talks with Giancarlo Buomprisco, creator of the SaaS starter kit Makerkit. Makerkit helps developers skip months of ...
2:44
Claude vs. Claude + Codemod: Debarreling JS/TS apps for faster builds
Ask your agent to do a large transformation like removing barrel files. In this example, Claude spent 2.5 minutes and 6k tokens, ...
4:09
Upgrading to Next.js 15 in 5 min (Using Codemod)
Next.js 15 has just been released earlier today and I'm excited to take it on a test drive. Watch how I upgrade my blog template ...
8:47
React 19 Codemod - Helpful Upgrade Tool
Important first step when migrating to React 19 that will save you and your team a lot of time. Keep in mind that Codemod will not ...
0:25
Codemod gives your agents compiler-aware tools to automate repetitive or large code maintenance and migrations, fast and ...
0:33
Codemod Insights brings clarity to your entire codebase—across every repo in your fleet. With customizable dashboards, you can: ...
0:47
We are thrilled to announce the launch of the first version of Codemod Studio, powered by ast-grep! This tool is designed for fast ...
8:33
How to make wide sweeping changes to a codebase with codemod or sed. https://github.com/facebook/codemod ...
4:54
GraphQL Codemod: Migrating from legacy Apollo Client generated hooks to Client Preset
Apollo Client v4 comes with awesome types but unfortunately does not work with the legacy Apollo Client generated hooks (by ...
10:02
Refactoring Code with jscodeshift Codemods, with WealthFront Engineer Spencer Miskoviak
Spencer Miskoviak demonstrates how to refactor code with jscodeshift, a JavaScript codemod toolkit that provides an API for ...
1:00
Codemod Studio - powered by AI & ast-grep
Wish for a change, and let AI auto-generate the ast-grep rule for you. You can also ask questions about ast-grep.
0:32
npx codemod i18n: Find hardcoded strings in your React app before i18n
npx codemod i18n In this demo, we show how to dry-run our i18n codemod locally on a React app for free. No account, no code ...
6:54
Codemod-ing away 4MB of JavaScript | Spencer Miskoviak
"Tree shaking (dead code elimination) can be an invaluable feature in modern build tools to keep bundle sizes slim. Unfortunately ...
0:28
npx codemod js-dependency-mining
Run this to analyze your dependencies: npx codemod js-dependency-mining In seconds, it generates a structured view of your ...
2:22
Codemod Insights: Track Code Changes & Make Informed Code Migration Decisions
In large codebases, tracking migrations, legacy and current APIs, security anti-patterns, and trends can be incredibly useful.
33:40
How to Refactor Large Codebases? Building JavaScript Codemods
In this video, we will discuss how can work with and modify large codebases. As we grow in our careers, we often have to make ...
27:47
Migrating large codebase with Codemods
This talk covers: 1. Codemods - why and what. 2. Problem with Regex Pattern Matching 3. Find and replace limitations 4. AST 5.