Skip to content

Commit 489eb92

Browse files
committed
Update README with new AI development tools
1 parent 1ac2ed1 commit 489eb92

File tree

1 file changed

+72
-7
lines changed

1 file changed

+72
-7
lines changed

readme.md

Lines changed: 72 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Ideal for developers, teams, researchers, and tech enthusiasts looking to leverage artificial intelligence in their software engineering workflows.
77

88

9-
> 🛠️ Contributions welcome – [Open a PR](https://github.com/tokyo-dal/awesome-ai-coding-tools/pulls).
9+
> 🛠️ Contributions welcome – [Open a PR](https://github.com/ai-for-developers/awesome-ai-coding-tools/pulls).
1010
1111
---
1212

@@ -31,9 +31,13 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
3131
* [🚀 DevOps & Infrastructure](#-devops--infrastructure)
3232
* [🔒 Security & Compliance](#-security--compliance)
3333
* [🛡️ AI Security Tools](#️-ai-security-tools)
34+
* [📱 Mobile Development](#-mobile-development)
35+
* [🗄️ Database & API Tools](#️-database--api-tools)
36+
* [🎯 MLOps & Specialized Tools](#-mlops--specialized-tools)
3437
* [🗄️ MCP Server/Tools](#-mcp-server-tools)
3538
* [📚 Related Lists](#-related-lists)
3639

40+
3741
---
3842

3943

@@ -57,6 +61,11 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
5761
- **[Codel](https://codel.ai/)**: AI-powered development environment.
5862
- **[PearAI](https://pear.ai/)**: AI-powered development assistant.
5963
- **[Kiro](https://kiro.dev/)**: AI-powered development environment.
64+
- **[Zed](https://zed.dev/)** – High-performance, multiplayer code editor built in Rust with integrated AI assistance.
65+
- **[Claude Desktop](https://claude.ai/desktop)**: Anthropic's desktop application for development tasks, code analysis, and programming assistance.
66+
- **[Magic](https://magic.dev/)**: AI software engineer platform that understands codebases and handles complex development tasks autonomously.
67+
- **[Jupyter AI](https://jupyter-ai.readthedocs.io/)**: AI-powered extensions for Jupyter notebooks enabling natural language code generation and data analysis.
68+
- **[Replit Agent](https://replit.com/agent)**: Advanced AI agent within Replit that builds complete applications from natural language descriptions.
6069

6170
---
6271

@@ -66,6 +75,10 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
6675
- **[Task Master](https://github.com/eyaltoledano/claude-task-master)**: A task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.
6776
- **[Memory Bank](https://github.com/vanzan01/cursor-memory-bank)**: A token-optimized, hierarchical task management system that integrates with Cursor for efficient multi-step development workflows.
6877
- **[Context7](https://context7.com/)**: MCP server with up-to-date documentation for LLMs and AI code editors with precise token-usage management.
78+
- **[Raycast AI](https://raycast.com/ai)**: AI-powered productivity launcher with coding capabilities and developer workflow automation.
79+
- **[Perplexity Pro](https://perplexity.ai/pro)**: AI-powered search engine with real-time web access for coding solutions and documentation.
80+
- **[Warp AI](https://warp.dev/ai)**: AI-enhanced terminal with intelligent command suggestions and workflow optimization.
81+
- **[Fig](https://fig.io/)**: Terminal autocomplete and AI assistance tool for command-line productivity (now part of AWS).
6982

7083
---
7184

@@ -82,6 +95,7 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
8295
- **[Amazon Q Developer](https://aws.amazon.com/q/developer/)**: AI assistant for code completion, debugging, and AWS integration.
8396
- **[Visual Studio IntelliCode](https://visualstudio.microsoft.com/services/intellicode/)**: Microsoft's AI-powered code completion for Visual Studio ecosystem.
8497
- **[CodeGeeX](https://codegeex.cn/)**: Multilingual code generation model supporting multiple programming languages.
98+
- **[Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/)**: Real-time AI code suggestions with security vulnerability scanning and enterprise privacy controls.
8599

86100
---
87101

@@ -116,7 +130,9 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
116130
- **[CodeAnt AI](https://codeant.ai/)**: AI-powered code review and quality analysis.
117131
- **[Squire.ai](https://squire.ai/)**: AI-powered code review and quality assurance.
118132
- **[Terragon](https://www.terragonlabs.com/dashboard)**: Comprehensive code review and automated test generation platform.
119-
133+
**[Embold](https://embold.io/)**: AI-powered code analysis focusing on code quality, maintainability, and technical debt identification.
134+
- **[PullRequest](https://www.pullrequest.com/)**: Human-AI hybrid code review service combining automated analysis with expert human reviewers.
135+
- **[Veracode](https://www.veracode.com/)**: AI-driven application security platform with static and dynamic analysis capabilities.
120136

121137
---
122138

@@ -138,6 +154,7 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
138154
- **[Lovable (GPT Engineer)](https://lovable.dev/)**: Natural language to app generation platform.
139155
- **[Marblism](https://marblism.com/)**: AI-powered full-stack application generation.
140156
- **[Pythagora.ai](https://pythagora.ai/)**: AI-powered full-stack development platform.
157+
- **[DataPup](https://github.com/DataPupOrg/DataPup)**: AI-powered Database client for generating context based SQL queries from natural language.
141158

142159
---
143160

@@ -155,14 +172,16 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
155172
- **[Mentat](https://mentat.ai/)**: AI coding assistant for command-line development.
156173
- **[Bito.ai](https://bito.ai/)**: AI-powered development assistant with CLI integration.
157174
**[Opencode_CLI](https://github.com/opencode-ai/opencode)**: AI-powered development assistant with CLI integration.
158-
159-
175+
- **[GitHub Copilot CLI](https://github.com/cli/cli/tree/trunk/pkg/cmd/copilot)**: Official GitHub AI assistant for command-line with context-aware command suggestions.
176+
- **[ShellGPT](https://github.com/TheR1D/shell_gpt)**: Command-line tool integrating ChatGPT for shell command generation and system administration.
177+
- **[AICommits](https://github.com/Nutlope/aicommits)**: AI-powered tool for generating meaningful Git commit messages based on code changes.
160178

161179
---
162180

163181
## 🧑‍💻 Coding Agents
164182
- **[Smol Developer](https://github.com/smol-ai/developer)**: Lightweight AI coding agent for rapid prototyping.
165183
- **[Aider](https://github.com/paul-gauthier/aider)**: AI coding agent for collaborative code editing and generation.
184+
- **[Flumes AI](https://www.flumes.ai)**: Unified memory infrastructure for AI agents. Store and retrieve facts, context, and prior outputs across sessions. SDK available, Langchain-compatible, with Colab demo and graph-based memory inspection.
166185
- **[GPT Engineer](https://github.com/AntonOsika/gpt-engineer)**: AI agent for building full applications from natural language.
167186
- **[DevOpsGPT](https://github.com/kuafuai/DevOpsGPT)**: AI agent for automating DevOps tasks and code integration.
168187
- **[Potpie](https://potpie.ai)**: AI coding agent for streamlined software development workflows.
@@ -178,7 +197,9 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
178197
- **[Goose](https://goose.ai/)**: AI-powered development automation.
179198
- **[Deebo](https://deebo.ai/)**: AI-powered development assistant.
180199
- **[JunieAI (JetBrains)](https://www.jetbrains.com/junieai/)**: AI coding agent that plans, writes, tests, and refactors code intelligently within JetBrains IDEs—empowering you to focus on high-level development while it handles routine tasks.
181-
200+
- **[Fine](https://fine.dev/)**: AI software development agent that understands requirements, writes code, and iterates autonomously.
201+
- **[Factory](https://factory.ai/)**: AI-powered software development platform automating repetitive coding tasks and accelerating development cycles.
202+
- **[Pythagora](https://pythagora.ai/)**: AI agent that builds applications through conversational interaction, handling frontend and backend development.
182203

183204
---
184205

@@ -213,6 +234,10 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
213234
- **[QA.tech](https://qa.tech/)**: AI-powered quality assurance and testing.
214235
- **[Octomind](https://octomind.dev/)**: AI-powered end-to-end testing.
215236
- **[Testsprite](https://testsprite.com/)**: AI-powered testing automation.
237+
- **[DiffBlue Cover](https://www.diffblue.com/)**: AI-powered tool specifically for generating comprehensive unit tests for Java applications.
238+
- **[Testim](https://www.testim.io/)**: AI-powered end-to-end testing platform with self-healing test capabilities and smart locators.
239+
- **[Launchable](https://launchableinc.com/)**: AI-driven test optimization platform that predicts which tests to run based on code changes.
240+
- **[Parasoft](https://www.parasoft.com/)**: Comprehensive AI-enhanced software testing suite covering static analysis, unit testing, and API testing.
216241

217242
---
218243

@@ -239,7 +264,11 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
239264
- **[Rocket.new](https://rocket.new/)**: AI-powered rapid application development.
240265
- **[Builder.io Fusion](https://www.builder.io/)**: AI-powered visual development platform.
241266
- **[Manifest.build](https://manifest.build/)**: AI-driven Backend.
242-
- **[lovable.dev](https://lovable.dev/)**: It allows you to build and deploy web applications from a single prompt.
267+
- **[base44](https://www.base44.com/)**: AI-native software development OS for startups to design, develop & deploy products faster.
268+
- **[10Web](https://10web.io/)**: AI-powered WordPress website builder with automated design, content generation, and optimization features.
269+
- **[Framer AI](https://framer.com/ai)**: AI-powered website builder with advanced design capabilities and no-code/low-code approach.
270+
- **[Webflow AI](https://webflow.com/ai)**: AI features within Webflow for automated design assistance and content generation.
271+
- **[Durable](https://durable.co/)**: AI website and business application builder that creates complete business solutions from simple prompts.
243272

244273
---
245274

@@ -251,7 +280,10 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
251280
- **[Rendition Create](https://www.renditioncreate.com/)**: AI-powered UI generator for web and mobile interfaces.
252281
- **[Galileo AI](https://www.usegalileo.ai/)**: AI platform for designing and prototyping user interfaces.
253282
- **[Phorm.ai](https://phorm.ai/)**: AI-powered form and interface generation.
254-
283+
- **[Stitch (by Google)](https://stitch.withgoogle.com/)**: AI-powered UI generator from Google Labs, uses Gemini models to convert natural language or image inputs into multi-screen mobile/web UI designs and clean front‑end code; supports Figma export and conversational iteration.
284+
- **[Uizard](https://uizard.io/)**: AI-powered design tool converting hand-drawn mockups, screenshots, or text into interactive prototypes and code.
285+
- **[Figma AI](https://figma.com/ai)**: Native AI features within Figma for automated design tasks, content generation, and design-to-code workflows.
286+
- **[TeleportHQ](https://teleporthq.io/)**: AI-powered front-end design platform generating production-ready code from visual designs.
255287

256288
---
257289

@@ -270,6 +302,10 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
270302
- **[Supacodes](https://www.supacodes.com)**: AI-powered platform for automated code documentation.
271303
- **[Cleric.io](https://cleric.io/)**: AI assistant for technical documentation and code explanation.
272304
- **[Theneo.io](https://theneo.io/)**: AI-powered API documentation generation.
305+
- **[Mintlify](https://mintlify.com/)**: AI-powered documentation platform that automatically generates and maintains technical documentation from code.
306+
- **[GitBook AI](https://gitbook.com/ai)**: AI-enhanced documentation platform with intelligent content suggestions and automated organization.
307+
- **[Slab](https://slab.com/)**: Team knowledge base with AI-powered search, content suggestions, and automated documentation workflows.
308+
- **[GPTutor](https://gptutor.tools/)**: VS Code extension offering customizable LLM‑powered code explanations and tutoring across 120+ human languages and 50+ programming languages.
273309

274310
---
275311

@@ -296,6 +332,10 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
296332
- **[CrewAI](https://www.crewai.com/)**: Multi-agent platform for automated DevOps workflows.
297333
- **[Kubiya.ai](https://kubiya.ai/)**: AI-powered DevOps automation platform.
298334
- **[Warestack](https://warestack.com/)**: AI-powered development infrastructure.
335+
- **[Harness](https://harness.io/)**: AI-powered CI/CD platform with intelligent deployment strategies, automated rollbacks, and performance optimization.
336+
- **[GitLab AI](https://about.gitlab.com/solutions/artificial-intelligence/)**: Integrated AI features across GitLab including code suggestions, security scanning, and workflow optimization.
337+
- **[Terraform Cloud](https://www.terraform.io/cloud)** – Infrastructure as code platform with AI-powered policy suggestions and optimization recommendations.
338+
- **[Pulumi AI](https://www.pulumi.com/ai/)**: Infrastructure as code platform with AI assistance for cloud resource management and optimization.
299339

300340
---
301341

@@ -305,6 +345,9 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
305345
- **[Gecko Security](https://gecko.security/)**: AI-powered security analysis for code.
306346
- **[Codegate](https://codegate.ai/)**: AI-powered code security and compliance.
307347
- **[Zeropath](https://zeropath.com/)**: AI-powered security testing.
348+
- **[Checkmarx](https://checkmarx.com/)**: AI-enhanced static application security testing platform with comprehensive vulnerability detection.
349+
- **[Mend (formerly WhiteSource)](https://www.mend.io/)**: AI-powered open source security and license compliance platform.
350+
- **[JFrog Xray](https://jfrog.com/xray/)**: AI-driven security and compliance scanning for DevOps pipelines and artifact repositories.
308351

309352
---
310353

@@ -320,6 +363,28 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera
320363

321364
---
322365

366+
## 📱 Mobile Development
367+
- **[FlutterFlow AI](https://flutterflow.io/ai)**: AI-powered visual development platform for Flutter applications with drag-and-drop interface and code generation.
368+
- **[Thunkable](https://thunkable.com/)**: AI-assisted no-code mobile app development platform supporting both iOS and Android.
369+
- **[AppSheet (Google)](https://www.appsheet.com/)**: No-code app development platform with AI-powered data integration and workflow automation.
370+
371+
---
372+
373+
## 🗄️ Database & API Tools
374+
- **[Supabase AI](https://supabase.com/ai)**: AI features for database schema generation, query optimization, and API development assistance.
375+
- **[Hasura](https://hasura.io/)**: GraphQL API platform with AI-powered query optimization and schema management.
376+
- **[Retool AI](https://retool.com/ai)**: AI-powered internal tool builder with natural language interface for creating business applications.
377+
378+
---
379+
380+
## 🎯 MLOps & Specialized Tools
381+
- **[Weights & Biases](https://wandb.ai/)** – MLOps platform with AI model management, experiment tracking, and automated hyperparameter optimization.
382+
- **[Gradio](https://gradio.app/)** – AI tool for rapidly creating machine learning model demos and interactive interfaces.
383+
- **[Streamlit](https://streamlit.io/)** – Framework for building AI/ML data applications with minimal code and AI-powered features.
384+
- **[Observable](https://observablehq.com/)** – Data visualization platform with AI-enhanced analysis and interactive notebook capabilities.
385+
386+
---
387+
323388
## 🗄️ MCP Server/Tools
324389
- **[MCP Server Finder](https://www.mcpserverfinder.com/servers)**: Discover and browse a wide range of MCP servers.
325390
- **[MCP So](https://mcp.so/)**: Platform for MCP server resources and community.

0 commit comments

Comments
 (0)