From 627afd06207b7a07ab77da5ea0c6693452611d5b Mon Sep 17 00:00:00 2001 From: Pranshu Gupta Date: Sun, 4 May 2025 16:18:28 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e7981e..722f976 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [IBM watsonx Code Assistant for Z](https://www.ibm.com/products/watsonx-code-assistant-z) — watsonx Code Assistant for Z is an AI-powered mainframe application modernization product with code generation. Features include application discovery and analysis, automated code refactoring and COBOL to Java conversion. - [EasyCode](https://www.easycode.ai/) — VS Code extension with GPT-4 chat. - [Kilo Code](https://kilocode.ai) - Open Source AI coding assistant for planning, building, and fixing code inside VS Code. +- [Traycer](https://traycer.ai) - Plan-First Coding Assistant in VS Code. ### Command-line From 5406d10a5ad4622e12be6b6867c102789aaed2e3 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Mon, 28 Jul 2025 04:46:20 -0700 Subject: [PATCH 2/4] Add Berrry to App generators section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Berrry is a Twitter app generator that transforms social media posts into functional web applications. It turns tweets and Reddit content into complete apps with unique subdomains at berrry.app. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02a0f15..2e4a498 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Mage](https://usemage.ai/) — Generate full-stack web apps in Wasp, React, Node.js and Prisma. - [ScrollHub](https://hub.scroll.pub/) — Generate and publish websites using the Scroll programming language. +- [Berrry](https://berrry.app) — Twitter app generator that transforms social media posts into functional web applications. Turn tweets and Reddit content into complete apps with unique subdomains. + ## UI generators - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. From c3c4b513bab8f367dcd441a8c51d3117839fc313 Mon Sep 17 00:00:00 2001 From: Vitalii Stepanenko Date: Sat, 16 Aug 2025 18:30:55 +0200 Subject: [PATCH 3/4] Add "Gito" project to "PR agents" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b00869..fca8a38 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [CodeReviewBot](https://codereviewbot.ai/) — AI powered code reviews for GitHub - [Callstack.ai Code Reviewer](https://callstack.ai/code-reviewer) — AI-powered PR reviewer for GitHub, designed to identify bugs, security issues, and performance bottlenecks. - [Matter AI](https://matterai.dev) - Open Source AI Code Reviewer to help engineering teams release code with confidence. +- [Gito](https://github.com/Nayjest/Gito) - AI code reviewer that works with any language model, locally or in GitHub Actions. ## App generators From 8bc86c7ee7ba18949019b3118b2188950db5f4e8 Mon Sep 17 00:00:00 2001 From: Ali Shokoohi <94232712+AliShokoohi23@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:55:11 +0330 Subject: [PATCH 4/4] Add Google Antigravity to IDEs section Added Google Antigravity to the list of AI development tools. Antigravity is a significant new entry in the AI coding space, functioning as an "agent-first" IDE that forks VS Code to focus on autonomous agent orchestration rather than just code completion. - Placed in the IDEs section. - Verified the link points to the official landing page. - Followed existing formatting conventions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca8a38..68793ab 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Testing](#testing) ## IDEs - +- [Google Antigravity](https://antigravity.google/) — An agent-first IDE that orchestrates autonomous AI agents to plan, execute, and verify complex coding tasks with deep browser integration. - [Crystal](https://github.com/stravu/crystal) — A new type of dev environment to manage, inspect, and test parallel Claude Code sessions. - [Cursor](https://www.cursor.com/) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Uses OpenAI. - [PearAI](https://trypear.ai/) — An open source fork of VS Code with chat and inline code generation.