Skip to content

docs(update): codemod insights announcement #1517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 33 additions & 1 deletion apps/docs/more-resources/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,39 @@ icon: 'scroll'
mode: "center"
---

<Update label="2025-4-4">
<Update label="Apr 15, 2025">
We're excited to announce a new feature, [Codemod Insights](https://app.codemod.com/insights)! 🚀

<Frame>
![title](/images/product-updates/codemod-insights-banner.jpg)
</Frame>

In large codebases, tracking migrations, legacy and current APIs, security anti-patterns, and trends can be incredibly useful.

With Codemod Insights, you can generate customized dashboards that provide valuable insights into your code’s posture as your codebases scale over time. This way, you can stay on top of your codebase’s evolution and make better-informed decisions.

<Frame>
<iframe
className="w-full aspect-video"
src="https://player.mux.com/NKwErby4jzks00O8801ihJgcMhq5dvlZ8xbIlam2xoqe8?metadata-video-title=Codemod+Insights+Demo"
title="Codemod Insights Demo"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</Frame>

**Getting started:**

1. **Create a New Dashboard**: Dashboards allow you to organize a set of related widgets together.
2. **Add and Customize Widgets**: Create new widgets using ast-grep YAML rules, and Codemod will automatically scan your codebase and track how various code patterns change over time.
3. **Track Code Changes**: With your dashboard(s) configured, you'll have a comprehensive overview of your codebase's posture, enabling you to make more informed decisions.

[Learn more about Codemod Insights →](/insights)

</Update>

<Update label="Apr 4, 2025">
We're excited to announce the launch of the first version of Codemod Studio powered by ast-grep! The new Codemod Studio makes transforming your code faster, more precise, and scalable.

<Frame>
Expand Down
Loading