diff --git a/README.md b/README.md index ba80431..79deb3c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### AI-Native IDEs +Full development environments built with AI at the core for code generation, chat, and debugging: + - [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. - [Windsurf](https://windsurf.com) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Formerly known as Codeium. - [Zed](https://zed.dev/) — A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. @@ -56,6 +58,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### IDE Extensions +Plugins that add AI-powered completion, chat, and refactoring to existing code editors: + - [GitHub Copilot](https://github.com/features/copilot) — A VS Code extension with chat, pull request text generation, and unit test generation. - [Cline](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev) — Autonomous coding agent for VS Code that can create/edit files, execute commands, and use the browser with user permission. Supports multiple AI providers including OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, and GCP Vertex. - [Continue](https://continue.dev/) — VS Code extension with chat, refactor, and code generation. Edits multiple files and runs commands on your behalf. @@ -90,6 +94,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Terminal Agents +Autonomous CLI agents that generate code, execute shell commands, and manage multi-file workflows: + - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [OpenAI Codex CLI](https://openai.com/codex/) — OpenAI's official lightweight coding agent that runs in your terminal. Executes code, manipulates files, and iterates with the user. Fully open-source with support for multiple AI providers. - [Aider](https://aider.chat/) — Popular CLI assistant and agent that generates changes and commits to repositories. Supports multiple LLM providers with built-in benchmarks. 25k+ GitHub stars. @@ -112,6 +118,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### CLI Utilities +Lightweight command-line tools for AI-assisted commits, shell translation, and workflow automation: + - [aloc](https://github.com/modern-tooling/aloc) — A modern, AI-augmented lines of code counter built with Rust and Ratatui. Uses AI effort profiles for accurate project estimation. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) @@ -130,6 +138,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### App Generators +Platforms that scaffold and deploy full-stack applications from natural language prompts: + - [Bolt.new](https://bolt.new) — AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly in the browser using WebContainers. Supports npm packages, Node.js servers, and third-party APIs. - [Bolt.diy](https://github.com/stackblitz-labs/bolt.diy) — Open source version of Bolt.new that supports multiple LLM providers including Groq, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek. - [Lovable](https://lovable.dev/) — AI-powered full-stack app development platform that converts natural language descriptions or designs into fully functional applications with built-in deployment and GitHub integration. @@ -159,6 +169,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### UI Generators +Tools that generate components, mockups, and frontend code from text prompts or design files: + - [v0](https://v0.dev/) — Create and iterate new UI components in your browser. - [Magic Patterns](https://www.magicpatterns.com/) — Prototype your product ideas. UI generator website where you can prompt, upload images, or import design inspiration with their [Chrome Extension](https://www.magicpatterns.com/extension). Can export to Figma with a [plugin](https://www.figma.com/community/plugin/1304255855834420274). Supports a number of component systems including Shadcn, ChakraUI, and HTML + Tailwind. - [Tempo](https://www.tempolabs.ai/) — WYSIWYG editor for React interfaces. @@ -173,6 +185,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### Code Assistants +Browser-based AI chat interfaces for code understanding, refactoring, and generation: + - [Sourcegraph Cody](https://about.sourcegraph.com/cody) — Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ. Also available as a web app. - [Unblocked](https://getunblocked.com/) — Augment source code with relevant existing knowledge in GitHub, Slack, Jira, Confluence, and more. Get answers through chat and IDE file-level context. Available on web, macOS, Slack, VSCode, and JetBrains IDE's. - [Magnet](https://www.magnet.run/) — AI-native workspace for building software with repositories and issues as context. @@ -185,12 +199,16 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### Database & SQL +Tools that generate, explain, and optimize SQL queries from natural language: + - [Wren AI](https://getwren.ai/oss) — SQL AI Agent to get results and insights faster by asking questions without writing SQL, and it's open-source! - [TEXT2SQL.AI](https://www.text2sql.ai/) — AI-powered SQL query builder. Translate, explain and fix complex SQL queries using plain English. - [SQLAI.ai](https://www.sqlai.ai/) — AI generates, fixes, explains and optimizes SQL queries. Ability to add your own database schema and train AI to understand it. #### Snippet & Utility Tools +Web utilities for quick code generation, language translation, and regex creation: + - [CodePal](https://codepal.ai/) — A web tool for quickly generating or refactoring code. - [AI Code Convert](https://aicodeconvert.com/) — A web tool for translating code between programming languages. - [AI Code Playground](https://aicodeplayground.com/) — A web tool for refactoring and improving code. @@ -200,6 +218,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to #### ChatGPT Plugins +Plugins that extend ChatGPT with code search and repository context: + - [ChatWithGit](https://plugins.sdan.io/git) — Enables ChatGPT to search GitHub and return links to relevant repositories. - [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files. @@ -207,6 +227,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Desktop Applications +Native desktop apps for AI-powered coding, terminal enhancement, and agent orchestration: + - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. @@ -224,6 +246,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### PR & Code Review Bots +Integrations that automatically review pull requests and suggest code fixes: + - [CodeRabbit](https://coderabbit.ai/) — Customizable CI to add summaries and code suggestions to PRs. - [Qodo PR Agent](https://github.com/qodo-ai/pr-agent) — Open source tool for automated code reviews. Qodo was formerly known as Codium (not to be confused with Codeium with an "E"). - [Greptile](https://greptile.com/code-review-bot) — AI bot that reviews PRs in GitHub/Gitlab with full context of the codebase. @@ -253,6 +277,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### CI/CD & Testing Automation +Tools that generate unit/e2e tests and integrate AI into CI/CD pipelines: + - [Checksum AI](https://checksum.ai) — End-to-end fully autonomous QA Automation agent that generates CI/CD ready Playwright tests directly to the repository - [OctoMind](https://octomind.dev) — Auto-maintenance and generated browser-based end-to-end-tests integrated into Github Actions, Azure DevOps and more. - [Traceloop](https://traceloop.com/) — Uses OpenTelemetry tracing data with generative AI to improve system reliability. @@ -275,6 +301,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Multi-Agent Orchestration +Platforms for running multiple AI coding agents in parallel with workspace isolation: + - [Conductor](https://conductor.build/) — macOS app for orchestrating multiple Claude Code and Codex agents working simultaneously in isolated git worktrees. Features a central dashboard for monitoring, code review, and merging. - [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. - [Sidecar](https://github.com/marcus/sidecar) — Terminal UI companion for CLI-based coding agents (Claude Code, Cursor, Gemini) with unified conversation history, git integration, task management, and workspace control. @@ -288,6 +316,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Sandboxing & Isolation +Secure isolated environments for running AI agents with controlled access: + - [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. @@ -295,6 +325,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Configuration & Context Management +Tools that manage and sync AI agent configurations, rules, and context across editors: + - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) — Health scanner and diagnostic tool for Cursor AI IDE configuration (.cursor/rules/ files). Scans for broken YAML frontmatter, rule conflicts, redundancies, missing alwaysApply, token budget issues, and stack coverage gaps. Available as CLI (`npx cursor-doctor scan`) and VS Code extension. - [Caliber](https://github.com/rely-ai-org/caliber) — Open-source CLI that scans your codebase and generates AI agent configs (CLAUDE.md, .cursorrules, skills, MCPs) for Claude Code, Cursor, and Codex. Scores your setup 0-100 and recommends MCP servers. @@ -313,6 +345,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Usage Analytics & Cost Tracking +Dashboards and tools for monitoring token usage and API costs across AI providers: + - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [BurnRate](https://getburnrate.io) - Local-first AI coding cost analytics. Tracks Claude Code, Cursor, Codex, Copilot, Windsurf, Cline, and Aider. Cost breakdowns, 23 optimization rules, rate limit monitoring, provider comparison, and PDF reports. - [Code Insights](https://github.com/melagiri/code-insights) — Local-first CLI and dashboard for analyzing AI coding sessions from Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat. SQLite-backed with terminal analytics, browser dashboard, and LLM-powered insights. @@ -327,6 +361,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Git & Commit Helpers +Tools that generate commit messages and PR descriptions from diffs: + - [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, unlimited AI code reviews that run on every commit. - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. - [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. @@ -334,6 +370,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Documentation Generation +Tools that auto-generate documentation, diagrams, and changelogs from source code: + - [DiagramGPT](https://www.eraser.io/diagramgpt) — DiagramGPT is a free AI-based web app that converts a schema, infrastructure definition, code snippet or plain language description into diagrams. The tool can generate flow charts, entity relationship diagrams, cloud architecture diagrams and sequence diagrams. - [DocuPilot](https://docupilot-alpha.vercel.app) — GitHub App that auto-updates README, CHANGELOG, and API docs on every push using AI. [[GitHub](https://github.com/AkrMcmr/docupilot)] - [DocuWriter.ai](https://www.docuwriter.ai/) — AI-powered web app to generate automated Code & API documentation from your source code files. @@ -344,6 +382,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Code Search & Understanding +Semantic search tools that find code using natural language queries and embeddings: + - [SeaGOAT](https://kantord.github.io/SeaGOAT/latest/) — A local search tool leveraging vector embeddings to search your codebase semantically. - [ContextWire](https://contextwire.dev) — Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included. [Source](https://github.com/keptlive/contextwire-mcp) @@ -351,6 +391,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources +Curated lists, comparison guides, and configuration templates for AI coding tools: + - [Skills Hub](https://skillshub.io) — Community-rated marketplace for GitHub Copilot, Cursor, and Claude AI coding instructions. Browse and share quality-scored `copilot-instructions.md`, `.cursorrules`, and `CLAUDE.md` configurations organized by tech stack. - [aiforcode.io](https://aiforcode.io) — Expert-curated directory of 42+ AI coding tools with transparent 100-point scoring, head-to-head comparisons, and an interactive tool recommendation quiz. Verified monthly. - [Awesome Code Docs](https://github.com/johnxie/awesome-code-docs) — Curated deep-dive tutorials for open-source AI and developer tooling projects.