<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Vibe Coding</title><link>https://vibecoding.rest/tools/</link><description>Recent content in Tools on Vibe Coding</description><generator>Hugo</generator><language>en</language><atom:link href="https://vibecoding.rest/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code</title><link>https://vibecoding.rest/tools/claude-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/claude-code/</guid><description>&lt;p&gt;Claude Code runs in your terminal and works like a senior engineer with full access to your codebase: it can search files, run shell commands, edit code across multiple files, run tests, and commit changes — all while narrating what it&amp;rsquo;s doing.&lt;/p&gt;</description></item><item><title>Cursor</title><link>https://vibecoding.rest/tools/cursor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/cursor/</guid><description>&lt;p&gt;Cursor takes the familiar VS Code shell and rebuilds the editing experience around AI: inline &amp;ldquo;Cmd+K&amp;rdquo; edits, a chat sidebar with full repo context, and an agent mode that can plan and execute multi-file changes.&lt;/p&gt;</description></item><item><title>GitHub Copilot</title><link>https://vibecoding.rest/tools/github-copilot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/github-copilot/</guid><description>&lt;p&gt;Copilot started as an autocomplete extension and has grown into a full assistant: inline suggestions, a chat pane, a CLI, and an agent mode that can open pull requests on its own.&lt;/p&gt;</description></item><item><title>v0</title><link>https://vibecoding.rest/tools/v0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/v0/</guid><description>&lt;p&gt;v0 generates production-ready frontend code from a prompt, a rough sketch, or a screenshot. It leans on Tailwind CSS and shadcn/ui, so the output looks polished by default and drops straight into a Next.js project.&lt;/p&gt;</description></item><item><title>Replit Agent</title><link>https://vibecoding.rest/tools/replit-agent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/replit-agent/</guid><description>&lt;p&gt;Replit Agent works inside the browser: it can create a project from scratch, write the code, install packages, provision a database, and deploy — with a live preview updating as it works.&lt;/p&gt;</description></item><item><title>Bolt.new</title><link>https://vibecoding.rest/tools/bolt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/bolt/</guid><description>&lt;p&gt;Bolt.new runs entirely in the browser using WebContainers, so the generated app boots, installs npm packages, and runs without any server round-trip. You can prompt changes and watch the live app update instantly.&lt;/p&gt;</description></item><item><title>Cline</title><link>https://vibecoding.rest/tools/cline/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/cline/</guid><description>&lt;p&gt;Cline is an open-source VS Code extension that acts as an autonomous agent — creating and editing files, running terminal commands, and even using a browser — while showing exactly what it plans to do before it does it.&lt;/p&gt;</description></item><item><title>Aider</title><link>https://vibecoding.rest/tools/aider/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/aider/</guid><description>&lt;p&gt;Aider was one of the first tools to popularize the &amp;ldquo;AI edits your local repo from the terminal&amp;rdquo; workflow. It reads your codebase, makes changes as real git diffs, and commits each one with an auto-generated message, so every edit is reviewable and revertible.&lt;/p&gt;</description></item><item><title>Lovable</title><link>https://vibecoding.rest/tools/lovable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/lovable/</guid><description>&lt;p&gt;Lovable is built for people who want to go from an idea to a working product without writing code themselves — you describe the app conversationally, and it scaffolds the frontend, backend, and database, with a visual editor layered on top for tweaks.&lt;/p&gt;</description></item><item><title>Codex CLI</title><link>https://vibecoding.rest/tools/codex-cli/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/codex-cli/</guid><description>&lt;p&gt;Codex CLI is OpenAI&amp;rsquo;s terminal-based coding agent: an open-source command-line tool that reads a local repository, plans a multi-step change, edits files, and runs commands, with approval settings ranging from step-by-step confirmation to fully autonomous runs.&lt;/p&gt;</description></item><item><title>Devin</title><link>https://vibecoding.rest/tools/devin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/devin/</guid><description>&lt;p&gt;Devin, built by Cognition, is positioned as an autonomous software engineer rather than an in-editor assistant: hand it a ticket-sized task and it plans the work, writes and tests code in its own cloud environment, and comes back with a pull request rather than requiring turn-by-turn direction.&lt;/p&gt;</description></item><item><title>Gemini CLI</title><link>https://vibecoding.rest/tools/gemini-cli/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/gemini-cli/</guid><description>&lt;p&gt;Gemini CLI is Google&amp;rsquo;s open-source command-line agent built on Gemini models: it works directly against a local repository from the terminal, answering questions about the code, making edits, and running commands as part of a multi-step task.&lt;/p&gt;</description></item><item><title>Amazon Q Developer</title><link>https://vibecoding.rest/tools/amazon-q-developer/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/amazon-q-developer/</guid><description>&lt;p&gt;Amazon Q Developer is AWS&amp;rsquo;s coding assistant, combining inline code completion with an agentic mode that can plan and execute multi-file changes, review code for issues, and automate tasks like dependency upgrades — all with native awareness of AWS services and infrastructure.&lt;/p&gt;</description></item><item><title>Warp</title><link>https://vibecoding.rest/tools/warp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/warp/</guid><description>&lt;p&gt;Warp rebuilds the terminal itself around AI: a block-based interface for command history, natural-language-to-command translation, and an agent mode that can carry out multi-step coding tasks — editing files, running builds, chaining commands — inside the same session you already work in.&lt;/p&gt;</description></item><item><title>Factory (Droid)</title><link>https://vibecoding.rest/tools/factory-droid/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/factory-droid/</guid><description>&lt;p&gt;Factory positions its agents — &amp;ldquo;droids&amp;rdquo; — as configurable workers for an engineering organization rather than a single personal assistant: separate droids can be set up for coding, code review, incident response, or release management, each usable from the terminal or CI.&lt;/p&gt;</description></item><item><title>Zed</title><link>https://vibecoding.rest/tools/zed/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/zed/</guid><description>&lt;p&gt;Zed is a code editor built from the ground up (not forked from VS Code) for raw editing and rendering speed, with AI collaboration — chat, inline edits, and agentic multi-step changes — designed in as a core feature rather than bolted on through extensions.&lt;/p&gt;</description></item><item><title>JetBrains Junie</title><link>https://vibecoding.rest/tools/jetbrains-junie/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/jetbrains-junie/</guid><description>&lt;p&gt;Junie is JetBrains&amp;rsquo; agentic coding assistant for IntelliJ-based IDEs (IntelliJ IDEA, PyCharm, WebStorm, and others), able to plan and carry out multi-file changes using the same deep code-understanding engine — indexing, refactoring, inspections — that powers the rest of the IDE.&lt;/p&gt;</description></item><item><title>Tabnine</title><link>https://vibecoding.rest/tools/tabnine/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/tabnine/</guid><description>&lt;p&gt;Tabnine focuses on enterprise privacy and control: it can run fully air-gapped or in a private cloud, and its Enterprise Context Engine tunes suggestions to an organization&amp;rsquo;s own codebase rather than relying solely on public training data.&lt;/p&gt;</description></item><item><title>Sourcegraph Cody</title><link>https://vibecoding.rest/tools/sourcegraph-cody/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/sourcegraph-cody/</guid><description>&lt;p&gt;Cody is Sourcegraph&amp;rsquo;s AI assistant, built on top of its code-search infrastructure so it can pull accurate context from codebases far larger than a single repo — a distinguishing strength for organizations running sprawling monorepos or many interconnected services.&lt;/p&gt;</description></item><item><title>Continue.dev</title><link>https://vibecoding.rest/tools/continue-dev/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/continue-dev/</guid><description>&lt;p&gt;Continue.dev is an open-source extension that adds chat, autocomplete, and agentic editing to VS Code or a JetBrains IDE, with every model provider — hosted or fully local — configurable through one JSON config file rather than being tied to a single vendor.&lt;/p&gt;</description></item><item><title>OpenHands</title><link>https://vibecoding.rest/tools/openhands/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/openhands/</guid><description>&lt;p&gt;OpenHands (formerly OpenDevin) is an open-source platform for running autonomous coding agents that execute real engineering work — planning a task, writing code, running commands, and applying changes — rather than just suggesting edits, with a composable SDK for building custom agent workflows on top of it.&lt;/p&gt;</description></item><item><title>Augment Code</title><link>https://vibecoding.rest/tools/augment-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/augment-code/</guid><description>&lt;p&gt;Augment Code targets a specific problem: giving an agent reliable context across codebases too large and interdependent for most tools to index well. It combines an editor extension with an agent that can plan and execute multi-file changes grounded in that broader context.&lt;/p&gt;</description></item><item><title>Kiro</title><link>https://vibecoding.rest/tools/kiro/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/kiro/</guid><description>&lt;p&gt;Kiro is AWS&amp;rsquo;s agentic IDE, built around &amp;ldquo;spec-driven development&amp;rdquo;: instead of jumping straight from a prompt to code, it first produces a written specification and task breakdown for you to review, then implements against that spec — a departure from AWS&amp;rsquo;s usual approach of tying developer tools tightly to its own cloud services, since Kiro is cloud-agnostic.&lt;/p&gt;</description></item><item><title>Google Antigravity</title><link>https://vibecoding.rest/tools/google-antigravity/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/google-antigravity/</guid><description>&lt;p&gt;Antigravity reframes the IDE around managing agents rather than writing code directly: a standalone desktop app lets you run several Gemini-powered coding agents in parallel, schedule automated tasks, and give agents built-in browser automation to test and verify their own work.&lt;/p&gt;</description></item><item><title>Trae</title><link>https://vibecoding.rest/tools/trae/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/trae/</guid><description>&lt;p&gt;Trae is ByteDance&amp;rsquo;s AI-first code editor, forked from VS Code like several competitors, differentiated mainly by offering free access to multiple frontier models for chat, inline completion, and agentic multi-file edits.&lt;/p&gt;</description></item><item><title>Chef</title><link>https://vibecoding.rest/tools/chef/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/chef/</guid><description>&lt;p&gt;Chef is Convex&amp;rsquo;s prompt-to-app builder, distinguished from most &amp;ldquo;vibecoding&amp;rdquo; app generators by actually understanding backend concerns: it scaffolds a real Convex database schema, server functions, and authentication alongside the frontend, rather than generating UI backed by mock data.&lt;/p&gt;</description></item><item><title>Same.new</title><link>https://vibecoding.rest/tools/same/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/same/</guid><description>&lt;p&gt;Same.new generates full-stack web apps from a prompt, a screenshot, or a reference URL, with the URL-to-app path in particular built to closely reproduce an existing site&amp;rsquo;s look and structure rather than a loose approximation. It defaults to Next.js so frontend and backend logic live in one codebase.&lt;/p&gt;</description></item><item><title>Builder.io Visual Copilot</title><link>https://vibecoding.rest/tools/builder-io-visual-copilot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/builder-io-visual-copilot/</guid><description>&lt;p&gt;Visual Copilot is a Figma plugin and CLI that converts a design directly into production code, using an open-source compiler (Mitosis) to build a structural code hierarchy from the design, then an LLM pass to match your target framework&amp;rsquo;s conventions and styling.&lt;/p&gt;</description></item><item><title>Qodo</title><link>https://vibecoding.rest/tools/qodo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/qodo/</guid><description>&lt;p&gt;Qodo focuses on what happens before and around a merge rather than writing the code itself: a multi-agent review system analyzes pull requests for bugs and standards violations, paired with Qodo Cover for generating unit tests against existing code.&lt;/p&gt;</description></item><item><title>CodeRabbit</title><link>https://vibecoding.rest/tools/coderabbit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/coderabbit/</guid><description>&lt;p&gt;CodeRabbit reviews every pull request automatically, posting a summary of the change plus inline comments on specific lines, aimed at being the fastest AI reviewer to set up and the least noisy in what it flags.&lt;/p&gt;</description></item><item><title>Greptile</title><link>https://vibecoding.rest/tools/greptile/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/greptile/</guid><description>&lt;p&gt;Greptile reviews pull requests with context pulled from the entire indexed codebase rather than just the diff itself, aiming to catch bugs that only show up when you know how a changed function is actually called elsewhere.&lt;/p&gt;</description></item><item><title>Void</title><link>https://vibecoding.rest/tools/void/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/void/</guid><description>&lt;p&gt;Void is an open-source fork of VS Code built as a transparent alternative to Cursor and Copilot: every AI request is visible and configurable, and nothing routes through a proprietary backend unless you choose to.&lt;/p&gt;</description></item><item><title>Supermaven</title><link>https://vibecoding.rest/tools/supermaven/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/supermaven/</guid><description>&lt;p&gt;Supermaven built its name on speed: a purpose-tuned completion model with an unusually large context window, designed to suggest code with minimal lag as you type. In late 2024 it was acquired by Anysphere, the makers of Cursor, and its completion engine now powers Cursor&amp;rsquo;s Tab feature.&lt;/p&gt;</description></item><item><title>Pear AI</title><link>https://vibecoding.rest/tools/pear-ai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/pear-ai/</guid><description>&lt;p&gt;Pear AI is an open-source code editor built on top of VS Code and the Continue extension, aiming to package the best available AI coding tools into a single, ready-to-use interface rather than making users assemble their own stack of extensions.&lt;/p&gt;</description></item><item><title>Melty</title><link>https://vibecoding.rest/tools/melty/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/melty/</guid><description>&lt;p&gt;Melty is an open-source code editor built around a persistent chat pane rather than inline suggestions: it watches your terminal, compiler output, debugger, and GitHub activity so it can propose changes, fix errors, and draft commit messages with real context on what you&amp;rsquo;re doing.&lt;/p&gt;</description></item><item><title>JetBrains AI Assistant</title><link>https://vibecoding.rest/tools/jetbrains-ai-assistant/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/jetbrains-ai-assistant/</guid><description>&lt;p&gt;JetBrains AI Assistant brings chat, code completion, and the agentic Junie assistant into the full JetBrains IDE family, from IntelliJ IDEA to PyCharm and WebStorm, using the deep static-analysis context those IDEs already build.&lt;/p&gt;</description></item><item><title>Visual Studio IntelliCode</title><link>https://vibecoding.rest/tools/visual-studio-intellicode/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/visual-studio-intellicode/</guid><description>&lt;p&gt;IntelliCode extends Visual Studio&amp;rsquo;s and VS Code&amp;rsquo;s built-in IntelliSense with AI-ranked suggestions, moving the completions you&amp;rsquo;re statistically most likely to want to the top of the list instead of a plain alphabetical order.&lt;/p&gt;</description></item><item><title>CodeGPT</title><link>https://vibecoding.rest/tools/codegpt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/codegpt/</guid><description>&lt;p&gt;CodeGPT is an IDE extension that adds AI chat, autocomplete, and agent workflows to VS Code and JetBrains IDEs, with a bring-your-own-key model that lets you connect the provider and model of your choice rather than routing through a single fixed backend.&lt;/p&gt;</description></item><item><title>Blackbox AI</title><link>https://vibecoding.rest/tools/blackbox-ai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/blackbox-ai/</guid><description>&lt;p&gt;Blackbox AI is a multi-model coding assistant that works both as a standalone web chat and as an extension across more than 30 IDEs, giving developers code search, autocomplete, image-to-code, and agentic app-building from a single account.&lt;/p&gt;</description></item><item><title>Tabby</title><link>https://vibecoding.rest/tools/tabby/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/tabby/</guid><description>&lt;p&gt;Tabby is an open-source coding assistant you run on your own infrastructure, giving teams Copilot-style completions and chat while keeping code entirely inside their own network instead of a vendor&amp;rsquo;s cloud.&lt;/p&gt;</description></item><item><title>Refact.ai</title><link>https://vibecoding.rest/tools/refact-ai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/refact-ai/</guid><description>&lt;p&gt;Refact.ai is an open-source coding assistant that pairs unlimited code completions with an in-IDE chat and agent for refactoring and multi-file changes, backed by a codebase-aware vector index and available either as a managed plan or a self-hosted deployment.&lt;/p&gt;</description></item><item><title>Zencoder</title><link>https://vibecoding.rest/tools/zencoder/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/zencoder/</guid><description>&lt;p&gt;Zencoder is an IDE extension built around a repo-grokking engine that indexes an entire codebase so its agent can plan, edit, and test changes across multiple files with a fuller picture of the project than single-file context provides.&lt;/p&gt;</description></item><item><title>Firebase Studio</title><link>https://vibecoding.rest/tools/firebase-studio/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/firebase-studio/</guid><description>&lt;p&gt;Firebase Studio is Google&amp;rsquo;s browser-based development environment, evolved from Project IDX, that combines a full cloud IDE with Gemini-powered app generation, previews, and one-click deployment through Firebase.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Runs entirely in the browser&lt;/strong&gt;, spinning up a cloud workspace with no local setup required.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Gemini-driven app scaffolding&lt;/strong&gt;, able to generate a working full-stack app from a prompt and iterate on it inside the same workspace.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Direct path to deployment&lt;/strong&gt;, since workspaces connect straight into Firebase App Hosting and other Google Cloud services.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Developers building on Firebase or Google Cloud who want AI-assisted scaffolding and deployment without leaving the browser.&lt;/p&gt;</description></item><item><title>Aide</title><link>https://vibecoding.rest/tools/aide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/aide/</guid><description>&lt;p&gt;Aide is an open-source VS Code fork from CodeStory AI that merges chat and editing into one flow — you can brainstorm a problem by referencing files in chat, then jump straight into applying edits across multiple files in the same session.&lt;/p&gt;</description></item><item><title>Qoder</title><link>https://vibecoding.rest/tools/qoder/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/qoder/</guid><description>&lt;p&gt;Qoder is an AI-powered IDE from Alibaba that pairs project-aware code completion with autonomous agents capable of taking on long-running, multi-step development tasks in a dedicated workspace, tracked alongside their status and generated artifacts.&lt;/p&gt;</description></item><item><title>OpenCode</title><link>https://vibecoding.rest/tools/opencode/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/opencode/</guid><description>&lt;p&gt;OpenCode brings an agentic coding workflow into the terminal with a polished text-user-interface, built provider-agnostic so it can run against Anthropic, OpenAI, local models, or anything else you point it at.&lt;/p&gt;</description></item><item><title>Amp</title><link>https://vibecoding.rest/tools/amp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/amp/</guid><description>&lt;p&gt;Amp is Sourcegraph&amp;rsquo;s take on an agentic coding tool: a single agent, unconstrained by a fixed model or hand-tuned prompt, that plans and executes multi-file changes from either the command line or a lightweight editor extension.&lt;/p&gt;</description></item><item><title>Goose</title><link>https://vibecoding.rest/tools/goose/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/goose/</guid><description>&lt;p&gt;Goose, built by Block (the company behind Square and Cash App), is an open-source agent that runs on your own machine and can plan, write code, execute commands, and iterate on a task with minimal hand-holding.&lt;/p&gt;</description></item><item><title>Plandex</title><link>https://vibecoding.rest/tools/plandex/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/plandex/</guid><description>&lt;p&gt;Plandex is a terminal AI coding agent aimed at tasks too large for a single chat exchange — refactors and features spanning dozens of files — with a sandboxed diff review step before changes are applied.&lt;/p&gt;</description></item><item><title>Crush</title><link>https://vibecoding.rest/tools/crush/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/crush/</guid><description>&lt;p&gt;Crush is Charm&amp;rsquo;s entry into the terminal coding agent space, pairing their signature polished TUI design with an agent that can read, edit, and run code across your project, and switch between LLM providers on the fly.&lt;/p&gt;</description></item><item><title>RA.Aid</title><link>https://vibecoding.rest/tools/ra-aid/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/ra-aid/</guid><description>&lt;p&gt;RA.Aid (Research-Augmented AI Development) is an open-source CLI agent built around a research-then-plan-then-execute loop, so the agent gathers context on how your codebase actually works before proposing a change.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Explicit research phase.&lt;/strong&gt; Instead of jumping straight to edits, RA.Aid first investigates relevant code paths and dependencies.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Separates planning from execution&lt;/strong&gt;, making it easier to review the intended approach before code gets touched.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Open source and self-hostable&lt;/strong&gt;, with no dependency on a proprietary backend.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Developers who want an agent that reasons through unfamiliar code before making changes rather than editing on the first pass.&lt;/p&gt;</description></item><item><title>Qwen Code</title><link>https://vibecoding.rest/tools/qwen-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/qwen-code/</guid><description>&lt;p&gt;Qwen Code is Alibaba&amp;rsquo;s open-source command-line coding agent, built as a fork of Google&amp;rsquo;s Gemini CLI and adapted to work best with Qwen models while still supporting other providers.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Purpose-tuned for Qwen models&lt;/strong&gt;, with prompts and tool-calling behavior optimized for that model family&amp;rsquo;s strengths.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Built on a proven base.&lt;/strong&gt; Forking Gemini CLI means it inherits a mature agentic loop rather than starting from scratch.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Fully open source&lt;/strong&gt;, so it can be self-hosted and modified freely.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Teams standardizing on Qwen models who want a terminal agent tuned specifically for them.&lt;/p&gt;</description></item><item><title>Codebuff</title><link>https://vibecoding.rest/tools/codebuff/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/codebuff/</guid><description>&lt;p&gt;Codebuff is a terminal AI agent that takes a plain-language description of a task and figures out which files to read and edit across a codebase, aiming to feel less like prompting a chatbot and more like delegating to a teammate.&lt;/p&gt;</description></item><item><title>Smol Developer</title><link>https://vibecoding.rest/tools/smol-developer/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/smol-developer/</guid><description>&lt;p&gt;Smol Developer is one of the earliest open-source &amp;ldquo;AI junior developer&amp;rdquo; tools: point it at a plain-text spec describing what you want built, and it scaffolds a working small application from scratch.&lt;/p&gt;</description></item><item><title>Cosine</title><link>https://vibecoding.rest/tools/cosine/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/cosine/</guid><description>&lt;p&gt;Cosine builds an AI software engineer, Genie, that plugs into a team&amp;rsquo;s existing repos and issue tracker to pick up tickets, work through a codebase, and submit pull requests for review rather than just suggesting snippets inline.&lt;/p&gt;</description></item><item><title>SWE-agent</title><link>https://vibecoding.rest/tools/swe-agent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/swe-agent/</guid><description>&lt;p&gt;SWE-agent wraps an LLM in an &amp;ldquo;Agent-Computer Interface&amp;rdquo; — a constrained set of commands for viewing, searching, and editing files and running tests — so it can work through real GitHub issues end-to-end. It&amp;rsquo;s the reference agent behind much of the SWE-bench benchmark work.&lt;/p&gt;</description></item><item><title>Softgen</title><link>https://vibecoding.rest/tools/softgen/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/softgen/</guid><description>&lt;p&gt;Softgen generates full-stack web apps — UI, backend logic, and database — from a chat interface, aimed at founders and builders who want to go from idea to working product without hand-writing the initial implementation.&lt;/p&gt;</description></item><item><title>Create</title><link>https://vibecoding.rest/tools/create-xyz/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/create-xyz/</guid><description>&lt;p&gt;Create turns a written description of an app into a functioning build — pages, interactions, and backend data — that updates as you keep describing changes, without requiring the user to touch code.&lt;/p&gt;</description></item><item><title>Base44</title><link>https://vibecoding.rest/tools/base44/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/base44/</guid><description>&lt;p&gt;Base44 lets non-developers describe a product idea in chat and get back a working, hosted application with a database, authentication, and integrations already wired up, without touching code or assembling separate services.&lt;/p&gt;</description></item><item><title>HeyBoss</title><link>https://vibecoding.rest/tools/heyboss/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/heyboss/</guid><description>&lt;p&gt;HeyBoss positions itself as an AI &amp;ldquo;product team in a chat window&amp;rdquo; — describe a website, app, or landing page and it generates, hosts, and lets you keep iterating on it conversationally, aimed squarely at non-developers.&lt;/p&gt;</description></item><item><title>Emergent</title><link>https://vibecoding.rest/tools/emergent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/emergent/</guid><description>&lt;p&gt;Emergent builds working full-stack applications from a described idea, handling frontend, backend, and data layer generation in one flow so builders can go from prompt to a functioning app without assembling separate tools.&lt;/p&gt;</description></item><item><title>Databutton</title><link>https://vibecoding.rest/tools/databutton/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/databutton/</guid><description>&lt;p&gt;Databutton pairs a chat-driven agent with a workspace for building internal tools, dashboards, and small full-stack apps, generating Python backends and React frontends and handling hosting so teams can ship without setting up infrastructure.&lt;/p&gt;</description></item><item><title>Val Town</title><link>https://vibecoding.rest/tools/val-town/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/val-town/</guid><description>&lt;p&gt;Val Town lets you write a small TypeScript script in the browser and run it instantly as a hosted endpoint, cron job, or webhook — no deploy pipeline required — with an AI assistant that can generate and modify vals from a prompt.&lt;/p&gt;</description></item><item><title>Magic</title><link>https://vibecoding.rest/tools/magic-dev/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/magic-dev/</guid><description>&lt;p&gt;Magic is developing its own frontier models trained specifically for software engineering, with a focus on extremely long context windows so an agent can reason over an entire large codebase at once. It&amp;rsquo;s earlier-stage and less publicly available than most tools in this list, but notable for the scale of investment behind an autonomous-engineer approach.&lt;/p&gt;</description></item><item><title>Devika</title><link>https://vibecoding.rest/tools/devika/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/devika/</guid><description>&lt;p&gt;Devika emerged as an open-source answer to Devin — an agent that takes a high-level coding objective, plans the steps to get there, browses for information it needs, and writes and iterates on code with visibility into its reasoning at each step.&lt;/p&gt;</description></item><item><title>MetaGPT</title><link>https://vibecoding.rest/tools/metagpt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/metagpt/</guid><description>&lt;p&gt;MetaGPT assigns different LLM agents distinct roles — product manager, architect, project manager, engineer — and has them collaborate through standard software-team artifacts like PRDs and design docs on the way to generating a working codebase from a single requirement.&lt;/p&gt;</description></item><item><title>bolt.diy</title><link>https://vibecoding.rest/tools/bolt-diy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/bolt-diy/</guid><description>&lt;p&gt;bolt.diy takes StackBlitz&amp;rsquo;s Bolt.new — an AI app builder that runs a full dev environment in the browser via WebContainers — and opens it up so anyone can plug in their own model, including local or open-weight ones, instead of being locked to a single provider.&lt;/p&gt;</description></item><item><title>Locofy</title><link>https://vibecoding.rest/tools/locofy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/locofy/</guid><description>&lt;p&gt;Locofy plugs into Figma and turns static designs into responsive, framework-ready code, using AI to infer component structure, responsiveness rules, and interactions that designers don&amp;rsquo;t always mark explicitly.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;AI-assisted component detection&lt;/strong&gt; that recognizes buttons, inputs, and repeating layers, and turns them into reusable components instead of one-off divs.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Multiple code targets&lt;/strong&gt;, including React, HTML/CSS, and React Native, from the same Figma file.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Responsiveness inference&lt;/strong&gt; that fills in breakpoint behavior designers often leave implicit in static frames.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Product teams who want to shorten the handoff between Figma design files and a working frontend codebase.&lt;/p&gt;</description></item><item><title>Anima</title><link>https://vibecoding.rest/tools/anima/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/anima/</guid><description>&lt;p&gt;Anima sits inside Figma and Adobe XD, exporting selected frames into React, Vue, or plain HTML/CSS, while also generating living style guides and specs so engineering and design stay aligned after handoff.&lt;/p&gt;</description></item><item><title>TeleportHQ</title><link>https://vibecoding.rest/tools/teleporthq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/teleporthq/</guid><description>&lt;p&gt;TeleportHQ combines a drag-and-drop visual editor with a Figma import pipeline, exporting the result as readable component code across several popular frontend frameworks instead of locking output to one stack.&lt;/p&gt;</description></item><item><title>Uizard</title><link>https://vibecoding.rest/tools/uizard/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/uizard/</guid><description>&lt;p&gt;Uizard generates editable UI mockups from text prompts, hand-drawn sketches, or screenshots, letting non-designers produce a workable prototype and hand developers something closer to spec than a napkin drawing.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Sketch-to-UI conversion&lt;/strong&gt;, turning a photographed whiteboard wireframe into an editable digital layout.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Text-prompt design generation&lt;/strong&gt; for teams that want to start from a description rather than a blank canvas.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Theme and rebranding tools&lt;/strong&gt; that restyle an entire mockup&amp;rsquo;s color and typography in one pass.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Founders, PMs, and non-designers who need a credible UI prototype fast, without starting a Figma file from scratch.&lt;/p&gt;</description></item><item><title>Google Stitch</title><link>https://vibecoding.rest/tools/google-stitch/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/google-stitch/</guid><description>&lt;p&gt;Google acquired Galileo AI in 2025 and folded its UI-generation engine into Google Labs as Stitch — a Gemini-powered tool that turns a short text description or an uploaded wireframe into polished, editable interface designs, complete with exportable front-end code.&lt;/p&gt;</description></item><item><title>Figma Make</title><link>https://vibecoding.rest/tools/figma-make/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/figma-make/</guid><description>&lt;p&gt;Figma Make builds on Figma&amp;rsquo;s design surface directly, letting teams turn a prompt or an existing frame into an interactive prototype, and iterate on it with follow-up prompts without leaving Figma.&lt;/p&gt;</description></item><item><title>Subframe</title><link>https://vibecoding.rest/tools/subframe/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/subframe/</guid><description>&lt;p&gt;Subframe is built for developers rather than designers: a visual canvas for laying out UI that outputs production-quality React and Tailwind code at every step, instead of a design file that needs a separate translation pass.&lt;/p&gt;</description></item><item><title>Magic Patterns</title><link>https://vibecoding.rest/tools/magic-patterns/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/magic-patterns/</guid><description>&lt;p&gt;Magic Patterns turns a text prompt or rough sketch into a working React UI, aimed at product managers and designers who want to validate an idea&amp;rsquo;s interface before it becomes an engineering ticket.&lt;/p&gt;</description></item><item><title>Framer AI</title><link>https://vibecoding.rest/tools/framer-ai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/framer-ai/</guid><description>&lt;p&gt;Framer AI generates a complete, responsive website from a short text prompt, dropping the result into Framer&amp;rsquo;s visual canvas where it can be restyled, rearranged, and published without touching code.&lt;/p&gt;</description></item><item><title>Onlook</title><link>https://vibecoding.rest/tools/onlook/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/onlook/</guid><description>&lt;p&gt;Onlook works the opposite direction from most design-to-code tools: it opens an existing React and Tailwind app in a visual, Figma-like canvas so designers can edit a real running product directly, with changes written back into the actual source code.&lt;/p&gt;</description></item><item><title>Superflex</title><link>https://vibecoding.rest/tools/superflex/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/superflex/</guid><description>&lt;p&gt;Superflex converts Figma frames or plain screenshots into frontend code, tuned specifically to match the conventions and components already present in a target codebase rather than generating generic markup.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Codebase-aware generation&lt;/strong&gt;, matching existing component patterns and styling conventions instead of producing one-off code.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Screenshot-to-code support&lt;/strong&gt;, working from a plain image when there&amp;rsquo;s no Figma file available.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;IDE integration&lt;/strong&gt;, delivering generated code inside the editor developers already use rather than a separate export step.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Frontend teams who want design-to-code output that actually matches their existing component library, not generic boilerplate.&lt;/p&gt;</description></item><item><title>Polymet</title><link>https://vibecoding.rest/tools/polymet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/polymet/</guid><description>&lt;p&gt;Polymet generates multi-screen product design concepts from a text prompt, giving product designers a set of coherent, on-brand screens to react to and refine instead of starting ideation from a blank file.&lt;/p&gt;</description></item><item><title>Visily</title><link>https://vibecoding.rest/tools/visily/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/visily/</guid><description>&lt;p&gt;Visily specializes in getting a rough idea into an editable wireframe fast — importing screenshots of existing apps, sketches, or prompts and turning them into a design that non-designers can still rearrange and present.&lt;/p&gt;</description></item><item><title>Screenshot to Code</title><link>https://vibecoding.rest/tools/screenshot-to-code/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/screenshot-to-code/</guid><description>&lt;p&gt;Screenshot to Code takes a single image — a screenshot, a hand-drawn mockup, or a Figma export — and uses a vision-capable AI model to reconstruct it as working front-end code, with no design file required.&lt;/p&gt;</description></item><item><title>Codacy</title><link>https://vibecoding.rest/tools/codacy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/codacy/</guid><description>&lt;p&gt;Codacy runs static analysis, security scanning, and coverage checks on every commit and pull request, surfacing issues as a quality score and letting teams enforce consistent standards across large codebases.&lt;/p&gt;</description></item><item><title>DeepSource</title><link>https://vibecoding.rest/tools/deepsource/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/deepsource/</guid><description>&lt;p&gt;DeepSource continuously analyzes repositories for bugs, security vulnerabilities, performance issues, and anti-patterns, and can generate automated fix-it patches that developers review and merge directly.&lt;/p&gt;&#10;&lt;h2 id="why-it-stands-out"&gt;Why it stands out&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Autofix patches&lt;/strong&gt; — many detected issues come with a ready-to-merge fix rather than just a flagged line.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Low false-positive focus&lt;/strong&gt; — rules are curated to avoid the noisy, low-value warnings common in generic linters.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Works alongside CI&lt;/strong&gt; — runs as a check on every commit and PR without requiring teams to rewrite existing pipelines.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="good-for"&gt;Good for&lt;/h2&gt;&#10;&lt;p&gt;Teams that want continuous static analysis with actionable, auto-generated fixes rather than just a list of warnings.&lt;/p&gt;</description></item><item><title>CodeScene</title><link>https://vibecoding.rest/tools/codescene/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/codescene/</guid><description>&lt;p&gt;CodeScene analyzes both code structure and version-control history to identify hotspots, code health decline, and knowledge risk (bus factor), and includes automated PR review that flags maintainability regressions in new and AI-generated code.&lt;/p&gt;</description></item><item><title>Bito</title><link>https://vibecoding.rest/tools/bito/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/bito/</guid><description>&lt;p&gt;Bito is an AI coding assistant that pairs an IDE/CLI chat companion with an automated code review agent (AI Code Review Agent) that comments on pull requests, checking for bugs, security issues, and code standard violations.&lt;/p&gt;</description></item><item><title>What The Diff</title><link>https://vibecoding.rest/tools/what-the-diff/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/what-the-diff/</guid><description>&lt;p&gt;What The Diff installs as a GitHub app and posts an AI-generated plain-language summary of what changed in each pull request, aimed at making diffs faster to understand for reviewers and teammates outside the immediate context.&lt;/p&gt;</description></item><item><title>Sourcery</title><link>https://vibecoding.rest/tools/sourcery/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/sourcery/</guid><description>&lt;p&gt;Sourcery started as a Python refactoring tool built into the IDE and has expanded into automated pull request review, suggesting concrete code improvements for readability, performance, and adherence to best practices.&lt;/p&gt;</description></item><item><title>Ellipsis</title><link>https://vibecoding.rest/tools/ellipsis/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/ellipsis/</guid><description>&lt;p&gt;Ellipsis reviews pull requests automatically, leaving comments on bugs and style issues, and can go a step further by opening follow-up commits that fix the problems it finds rather than just describing them.&lt;/p&gt;</description></item><item><title>Graphite</title><link>https://vibecoding.rest/tools/graphite/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/graphite/</guid><description>&lt;p&gt;Graphite is a code review and PR workflow tool built around stacked diffs, helping teams break large changes into small, dependent pull requests, and pairs that workflow with Graphite&amp;rsquo;s own AI reviewer (Diamond) that comments automatically on new PRs.&lt;/p&gt;</description></item><item><title>Reviewpad</title><link>https://vibecoding.rest/tools/reviewpad/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/reviewpad/</guid><description>&lt;p&gt;Reviewpad lets teams define pull request automation as code, covering reviewer assignment, labeling, and merge rules, and layers AI-generated review comments on top so common issues get flagged without manual triage.&lt;/p&gt;</description></item><item><title>Codeflash</title><link>https://vibecoding.rest/tools/codeflash/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/codeflash/</guid><description>&lt;p&gt;Codeflash analyzes Python functions, generates candidate optimizations, and verifies each one for correctness and measured speedup before opening a pull request, focusing specifically on runtime performance rather than general style or bugs.&lt;/p&gt;</description></item><item><title>Sonar</title><link>https://vibecoding.rest/tools/sonar/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://vibecoding.rest/tools/sonar/</guid><description>&lt;p&gt;Sonar has scanned code for bugs, vulnerabilities, and code smells since SonarQube&amp;rsquo;s early days, and now extends that static analysis foundation with AI Code Assurance and AI-powered review features that specifically check AI-generated code against the same quality gates used for human-written code.&lt;/p&gt;</description></item></channel></rss>