From e1dd71911994416b8f95854193a2cb73f5dda1d2 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 9 Sep 2024 07:59:32 -0700 Subject: [PATCH] Add Melty and PearAI. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 057e172..a37e66b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## IDEs - [Cursor](https://www.cursor.so/) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Uses OpenAI. +- [Melty](https://melty.sh/) — An open source fork of VS Code with built in chat, change previews, and ability to write commits with AI. +- [PearAI](https://trypear.ai/) — An open source fork of VS Code with chat and inline code generation. - [Mutable](https://mutable.ai/) — Web-based IDE, integrated with a chatbot and GitHub. - [CodeStory](https://codestory.ai/) — An IDE with chat, code explanations, auto-generated commits and PR summaries. Forked from VSCodium. - [UI Pilot](https://ui-pilot.com/) — Chat-based AI code editor that creates forms using Material UI, using GPT-4.