Skip to content

Commit 4a84eeb

Browse files
committed
tools desk
1 parent f899d4f commit 4a84eeb

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

Tools.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
2-
3-
| IDE | [Cursor](https://www.cursor.com/) [Windsurf](https://codeium.com/windsurf)<br>[aide](https://aide.dev/) [PearAI](https://trypear.ai/) [trae](https://www.trae.ai/home) |
4-
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5-
| CLI | [aider chat](https://aider.chat/) |
6-
| VS Code ext | [Cline](https://github.com/cline/cline) [RooCode](https://github.com/RooVetGit/Roo-Code) <br>[GitHub Copilot](https://github.com/features/copilot)<br>[Continue.dev](https://www.continue.dev/) |
7-
| autocoders | [v0](https://v0.dev/) [bolt](https://bolt.new/) ([bolt.diy](https://github.com/stackblitz-labs/bolt.diy)) [lovable](https://lovable.dev/)<br>[relpit](https://replit.com/) |
8-
| ai developer | [devin](https://app.devin.ai/) [OpenHands](https://www.all-hands.dev/) |
1+
| Category | Tool | Description |
2+
| ---------------------------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3+
| **Integrated Development Environments (IDEs)** | [Cursor](https://www.cursor.sh/) | A next-generation IDE designed for pair-programming with AI. Edit, debug, and understand complex codebases with powerful AI assistance. |
4+
| | [VS Code with GitHub Copilot](https://github.com/features/copilot) | A widely-used AI pair programmer within the VS Code that provides code suggestions, autocompletions, and even generates entire functions based on context and comments. It integrates directly into VS Code (and other IDEs). |
5+
| | [Windsurf](https://codeium.com/windsurf) | Windsurf, by Codeium, is an AI-powered code completion tool. It is designed to suggest entire functions and blocks of code based on context. |
6+
| | [aide](https://aide.dev/) | Aide is an AI coding assistant designed to make the process of coding faster and more efficient, by offering intelligent code suggestions and completions. |
7+
| | [PearAI](https://trypear.ai/) | PearAI is an AI pair programmer, helping with things like writing tedious code and refactoring. |
8+
| | [trae](https://www.trae.ai/home) | trae is an AI-powered platform that appears to create applications from prompts, enabling fast full-stack application development. |
9+
| **Command Line Interface (CLI) Tools** | [aider chat](https://aider.chat/) | A CLI tool that allows you to interact with an AI coding assistant directly from your terminal. It helps with code generation, modification, and understanding through a chat interface. |
10+
| **VS Code Extensions** | [Cline](https://github.com/cline/cline) | An extension that appears to be designed to integrate AI assistance into VS Code. |
11+
| | [RooCode](https://github.com/RooVetGit/Roo-Code) | A VS Code extension created by a Roo adds AI-powered code generation capabilities to VS Code. |
12+
| | [Continue.dev](https://www.continue.dev/) | An open-source AI coding assistant for VS Code that helps accelerate software development. It offers features like code generation, refactoring, and debugging assistance. |
13+
| **AI-Powered Code Generators** | [v0](https://v0.dev/) | A generative AI platform by Vercel, that creates user interfaces from text prompts. |
14+
| | [bolt](https://bolt.new/) ([bolt.diy](https://github.com/stackblitz-labs/bolt.diy)) | A low-code platform for building web applications. The .diy version indicates an open-source, do-it-yourself version. |
15+
| | [lovable](https://lovable.dev/) | А low-code platform with AI, designed for building internal tools and automating tasks. |
16+
| | [Replit](https://replit.com/) | A collaborative, browser-based IDE that supports many programming languages. It now has AI features that helps write the code. |
17+
| **AI Developer Platforms** | [devin](https://app.devin.ai/) | Devin is presented as an AI software engineer, capable of handling complex development tasks and working autonomously. |
18+
| | [OpenHands](https://www.all-hands.dev/) | A platform that helps streamline the development process by offering AI assistance at different phases in building software. |

0 commit comments

Comments
 (0)