Skip to content

Commit 4d33285

Browse files
authored
Added State of AI Code Review Tools in 2025 blog post (#150)
1 parent f9ca1c4 commit 4d33285

29 files changed

+583
-1
lines changed

src/app/blog/data.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import StateOfAICodeReviewCoverImage from "@/app/blog/state-of-ai-code-review-tools-2025/cover.png"
12
import CodeRabbitCoverImage from "@/app/blog/coderabbit-vs-others-ai-code-review-tools/cover.png"
23
import TwilioCoverImage from "@/app/blog/stream-vs-twilio/cover.png"
34
import NeonCoverImage from "@/app/blog/neon-vs-supabase/cover.png"
@@ -10,6 +11,18 @@ import CursorWindsurfCoverImage from "@/app/blog/cursor-vs-windsurf/cover.png"
1011
import BetterAuthCoverImage from "@/app/blog/betterauth-vs-nextauth/cover.png"
1112

1213
export const allBlogs = [
14+
{
15+
author: "Ankur Tyagi",
16+
slug: "state-of-ai-code-review-tools-2025",
17+
title: "State of AI Code Review Tools in 2025",
18+
excerpt: "A detailed overview of AI code review tools in 2025.",
19+
description: "A detailed overview of AI code review tools in 2025.",
20+
publishedAt: "2025-10-21T00:00:00Z",
21+
category: "Code Review",
22+
image: StateOfAICodeReviewCoverImage.src,
23+
isNew: true,
24+
isFeatured: true,
25+
},
1326
{
1427
author: "Ankur Tyagi",
1528
slug: "betterauth-vs-nextauth",
@@ -21,7 +34,7 @@ export const allBlogs = [
2134
publishedAt: "2025-05-30T00:00:00Z",
2235
category: "Authentication",
2336
image: BetterAuthCoverImage.src,
24-
isNew: true,
37+
isNew: false,
2538
isFeatured: false,
2639
},
2740
{
161 KB
Loading
379 KB
Loading
1.84 MB
Loading
680 KB
Loading
247 KB
Loading
1.08 MB
Loading
397 KB
Loading
824 KB
Loading
80.1 KB
Loading

0 commit comments

Comments
 (0)