🤖 AI
50+ AI Vibe Coding Tools — Build Apps, Agents & Workflows in Minutes.Explore Tools →
Vibe Coding Hub

AI Coding Agents

Autonomous, self-healing, and repo-aware agents that don't just suggest code—they build your entire product.

26+
Tools Mapped
Verified
Guides
26
Active Items
Live
Status

Explore AI Coding Agents

G
Developer IDEs & Agents

Google AntiGravity

Google's agent-first IDE with mission control, multi-agent workflows, and a built-in browser for testing complex coding tasks end-to-end. Designed to coordinate parallel agents across editor, terminal, and browser surfaces.

C
Developer IDEs & Agents

Cursor

AI-native IDE (VS Code fork) with Composer for multi-file editing and Agent mode for autonomous coding. Agent picks files, runs terminal, iterates on errors, and supports up to 8 parallel agents via git worktrees. Background Agents, Bugbot PR autofix, MCP plugins, and .cursor/rules complete the picture.

W
Developer IDEs & Agents

Windsurf (by Cognition)

Windsurf (formerly Codeium, now by Cognition/Devin team) is an agentic IDE with Cascade for multi-step coding, proprietary SWE-1.5 model (13× faster than Sonnet 4.5), Fast Context for rapid codebase search, AI-powered Codemaps for visual code navigation, and plugins for 40+ IDEs.

D
Developer IDEs & Agents

Devin

Autonomous AI software engineer by Cognition that takes entire tasks end-to-end, plans, codes, tests, and deploys in its own sandboxed IDE.

W
Developer IDEs & Agents

Wispr Flow

AI dictation app that turns speech into polished text in any text field, with auto-edits and voice commands.

V
Developer IDEs & Agents

Vibecode CLI

Build and deploy high-quality apps with your AI agent. Give the full power of the Vibecode environment including sandboxing, databases, authentication, APIs, and hosting to your agent. CLI-first platform with 30+ pre-authenticated APIs, built-in DB and auth, and App Store deploy. Works with Claude Code, Cursor, Codex, and Gemini as a multi-agent execution layer.

C
Developer IDEs & Agents

Claude Code CLI

Claude Code CLI is a terminal-native agent that deeply understands your local codebase. It can autonomously edit files, run terminal commands, and handle git workflows. Features include Channels (Telegram/Discord remote control), Dispatch, and /loop scheduling for persistent autonomy.

O
Developer IDEs & Agents

OpenHands

OpenHands is an open-source platform that enables AI agents to collaborate with human developers to write code, fix bugs, and ship features. It provides a sandboxed environment where agents can execute code, use a browser, and interact with the terminal.

O
Developer IDEs & Agents

OpenClaw

OpenClaw is a versatile open-source AI agent designed for self-hosting. It features persistent memory, multi-app integrations (Telegram, Discord, etc.), and a skills marketplace called ClawHub. It can operate in a sandbox or with full system access.

P
Developer IDEs & Agents

Paperclip

Paperclip is an open-source framework that uses a 'virtual company' metaphor to organize AI agents. It features a CEO agent that delegates tasks to Engineer and QA agents, who coordinate via a local dashboard to build and test software.

O
Developer IDEs & Agents

One

Integration runtime and command center for AI agents. Provides authenticated access to 250+ platforms with 47,500+ actions, managed OAuth, scheduling, memory, and a universal MCP server, all through a single CLI.

C
Developer IDEs & Agents

Claude Code

Anthropic's agentic coding interface that lets users describe apps or tasks in natural language and have Claude autonomously plan, write, edit, debug, and iterate code. Available as web app (claude.ai/code) with GitHub integration, and as Desktop app with local file access, visual diffs, and Cowork background agents.

A
Developer IDEs & Agents

Aider - AI Pair Programmer in Terminal

About Aider - AI Pair Programmer in Terminal

C
Developer IDEs & Agents

Cline (formerly Claude Dev)

Cline is a powerful open-source autonomous coding agent for VS Code. It can read and write files, execute terminal commands, use the browser for testing, and leverage the Model Context Protocol (MCP) to interact with external tools and services.

A
Developer IDEs & Agents

Amazon Q Developer

Amazon Q Developer (formerly AWS CodeWhisperer) is a generative AI assistant that helps developers at every stage of the software development lifecycle—from coding and testing to upgrading and security scanning. It is deeply integrated into AWS services and IDEs like VS Code and IntelliJ.

C
Developer IDEs & Agents

Cody by Sourcegraph

Cody is an AI coding assistant that uses Sourcegraph's search and code intelligence to provide context-aware answers, write code, and explain complex concepts. It excels at understanding large-scale, multi-repo codebases.

G
Developer IDEs & Agents

GitHub Copilot

AI coding assistant integrated into GitHub and VS Code. Generates code, fixes bugs, merges PRs, and now supports agent workflows. The original mainstream AI code tool.

D
Developer IDEs & Agents

Devika

Open-source AI agent that breaks down tasks into steps and executes them using LLMs and tools. Capable of planning, coding, and autonomously managing developer workflows.

D
Developer IDEs & Agents

DeerFlow

Open-source SuperAgent harness from ByteDance that orchestrates sub-agents, long-term memory, extensible skills, and Docker-based sandboxes to execute complex, long-horizon tasks like deep research, coding, and content creation.

I
Developer IDEs & Agents

IntelliCode

Microsoft's AI-assisted development tool for Visual Studio and VS Code. Provides whole-line completions and API usage examples based on thousands of open-source projects.

J
Developer IDEs & Agents

JetBrains AI Assistant

Deeply integrated AI assistant for JetBrains IDEs (IntelliJ, PyCharm, WebStorm). Offers context-aware chat, refactoring, and code generation.

Q
Developer IDEs & Agents

Qwen3-Coder

Alibaba's powerful open-source model (Unsloth optimized). Capable of handling huge monorepos with massive context windows. Run it locally or on private cloud.

G
Developer IDEs & Agents

Google Jules

Autonomous coding agent from Google that integrates with repositories and can generate pull requests. Powered by Gemini 2.0 Ultra for long-horizon planning.

F
Developer IDEs & Agents

Fine.dev

AI assistant focused on automating coding, debugging, testing, and code review for startup teams. Acts as an autonomous agent across your entire organization.

A
Developer IDEs & Agents

Augment Code

Coding assistant that uses your team's knowledge (code, docs, dependencies) via chat, completions, and suggested edits for extreme productivity.

G
Developer IDEs & Agents

Goose

Open-source AI agent that runs locally for improved privacy and control. Built for developers who want the power of an autonomous engineer without the cloud overhead.

About our AI Coding Agents

The era of the 'AI Copilot' is transitioning into the era of the 'AI Agent'. While copilots suggest lines of code as you type, autonomous coding agents like Devin, SWE-Agent, and Google AntiGravity can take a high-level natural language prompt, explore your codebase, install dependencies, write the logic, run tests, and debug their own errors. This is the ultimate expression of Vibe Coding.

Repo-Level Context

Modern agents ingest your entire repository. They understand how a change in your database schema affects your frontend UI components, allowing them to make massive architectural changes safely.

Self-Healing Workflows

When an agent writes code that fails a linter or a unit test, it doesn't give up. It reads the error log, modifies its own code, and tries again until the test passes.

The Move to Open Source

While proprietary models like Devin pioneered the space, open-source frameworks like SWE-Agent (Princeton) and OpenHands are rapidly democratizing autonomous software engineering.

Human in the Loop

The best vibe coding workflow involves a 'Human in the Loop' (HITL). The agent does 90% of the heavy lifting, but pauses to ask the human for architectural decisions or API key injections.

Frequently Asked Questions

Common queries about the AI Coding Agents

No. They replace 'coders' but elevate 'engineers'. As an engineer, you transition from writing syntax to architecting systems, reviewing PRs generated by AI, and ensuring the final product meets business requirements.

A copilot (like GitHub Copilot) is reactive—it waits for you to type and suggests completions. An agent is proactive—you give it a goal (e.g., 'Add Stripe integration'), and it opens files, writes code, and runs terminal commands autonomously.

Running autonomous agents comes with risks, especially if they have terminal access. Best practice dictates running agents inside isolated Docker containers or secure cloud sandboxes (like E2B) so they cannot access your local file system maliciously.

100% Client-Side Processing

Your data is never sent to our servers. Your privacy is our priority.

User
User
User
User
10k+
Featured Partners & Sponsors