From d1cdc21f97ef0a0323b4b9b46a4f0b10dcf6905b Mon Sep 17 00:00:00 2001 From: Jordan Bentley Date: Wed, 18 Jun 2025 14:29:30 -0400 Subject: [PATCH] Add Crystal to IDEs section Crystal is a new type of dev environment to manage, inspect, and test parallel Claude Code sessions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5700fab..f12ba36 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## IDEs +- [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. - [Melty](https://melty.sh/) — An open source fork of VS Code with built in chat, change previews, and ability to write commits with AI. Currently only source code is available.