We check every product on this page once a day and record whether it still answers.
Local macOS scanner that blocks secrets and PII from leaking into AI coding-tool prompts, for engineers who don't want to rely on cloud DLP.
FreeWorks offline
What to know▼
How it works
A macOS app that scans prompts in real time before they reach AI coding tools like Cursor, Claude Code, and Copilot, flagging leaked API keys, credentials, and PII using 47 local detection rules in under 50ms.
What's different
Detection happens on-device before data leaves the machine, and uses soft notifications instead of hard blocks so it doesn't interrupt the coding flow.
Pricing
Free 15MB macOS application for engineers; an early-access dashboard is offered separately for organizations.
Best for
Engineers using AI coding assistants who want to avoid pasting live secrets into prompts.
We check every product on this page once a day and record whether it still answers.
A searchable directory of installable design 'skills' with live before/after demos for AI coding agents like Cursor and Claude Code, instead of hand-writing UI polish prompts yourself.
Free
What to know▼
How it works
A searchable directory of installable 'design skills' for AI coding agents, each with a live before/after HTML demo you can preview, then install via a single `npx skills add …` command into tools like Cursor or Claude Code.
What's different
Shows live interactive before/after demos instead of just README descriptions, and installs with one command.
Pricing
Free.
Best for
Developers using AI coding agents who want polished UI without hand-writing design prompts.
We check every product on this page once a day and record whether it still answers.
A free, open-source tool that applies custom visual skins to Codex Desktop without modifying the app's official bundle.
Watch out · macOS and Windows.
FreeOpen source
What to know▼
How it works
Applies immersive backgrounds and visual styling to Codex Desktop through a local CDP session, without modifying the official app bundle or code signature; restores stock appearance with one click.
We check every product on this page once a day and record whether it still answers.
Lets teams running multiple AI coding agents in parallel catch merge conflicts before they happen instead of discovering them one at a time after merging.
Watch out · predicts mergeability, not correctness
Free
What to know▼
How it works
Predicts conflicts using Git's merge-tree read-only, enforces per-agent file ownership, computes a safe merge order.
We check every product on this page once a day and record whether it still answers.
A bug-capture tool that records a browser session, console errors, and network requests into one file that Claude Code, Cursor, or Windsurf can debug via a local MCP server.
FreeNo sign-up
What to know▼
How it works
Captures a session replay plus console/network evidence into an offline HTML file, then exposes it to AI coding agents through a local MCP server.
We check every product on this page once a day and record whether it still answers.
VS Code extension that shows sponsored ads during Claude Code's 'thinking' pauses and pays developers a share of ad revenue.
Watch out · India-focused (UPI payments).
Free
What to know▼
How it works
Shows a sponsored line in the Claude Code spinner during its 5-30 second thinking pauses, paying developers 50% of ad revenue directly to their UPI account.
We check every product on this page once a day and record whether it still answers.
Syncs your existing coding-agent subscriptions across web, desktop, terminal and mobile so you can start a session on one device and continue on another.
FreeOpen source
What to know▼
How it works
Chats sync across all surfaces; runs on web, desktop, terminal, and mobile.
Pricing
Free forever, open source.
Best for
Developers who already pay for multiple coding-agent subscriptions and switch devices often.
We check every product on this page once a day and record whether it still answers.
A runtime security gate that intercepts and holds risky AI agent actions like sending emails, moving money, or deleting files for human approval before they execute, for people running their own AI agents instead of trusting them unchecked.
Free
What to know▼
How it works
Sits outside the agent, scans skills before install, holds irreversible actions (money, sends, deletes) for approval, and can rewind or kill actions.
Pricing
free to try
Best for
individuals running their own AI agents, not enterprise teams
We check every product on this page once a day and record whether it still answers.
Routes prompts to the cheapest capable model tier and offers a terminal coding agent claiming lower cost than Claude Code on a benchmark.
Free
What to know▼
How it works
Routes every prompt to the cheapest model tier that can handle it, escalating only when needed; its terminal agent Klaat Code claims to solve the same 33-task benchmark as Claude Code at 5.4x lower cost ($0.027 vs $0.146/task).
Pricing
Free beta: 75 requests/day, no card; tool calls are free, only messages count against quota.
We check every product on this page once a day and record whether it still answers.
WordPress/WooCommerce plugin that lets you manage your whole site in plain English through a chat terminal in the dashboard — orders, products, posts, plugins, themes, users, SEO and database, via 96 tools.
FreeOpen source
What to know▼
How it works
Type commands like 'show me today's orders' or 'create a product at $29.99' in a chat terminal inside WP admin; bring your own Anthropic API key.
We check every product on this page once a day and record whether it still answers.
An agentic coding CLI with persistent codebase memory and context compaction for long refactor sessions, instead of AI assistants that start cold each session.
Watch out · "Unlimited" GLM access described as a current promotion, not permanent.
We check every product on this page once a day and record whether it still answers.
Persistent, evidence-verified memory for AI coding agents that flags stale or unproven beliefs instead of silently misleading them.
Free
What to know▼
How it works
Gives MCP-compatible coding agents persistent memory where every memory carries falsifiable evidence (shell checks, tests, commit anchors) that gets re-verified against your current repo.
We check every product on this page once a day and record whether it still answers.
A macOS Markdown editor that shows AI-made edits to your files as reviewable diffs instead of silent rewrites.
Watch out · macOS-native app.
Free
What to know▼
How it works
Shows exactly what an AI agent changed in your Markdown files as a diff instead of silently rewriting them, and gives a 3-way view when you edit the same lines the AI touched.
What's different
History tracks the AI's version as an external rewrite rather than the accepted truth; lets you compare any two files with a keyboard shortcut.
We check every product on this page once a day and record whether it still answers.
A free, open-source local app that lets multiple AI coding agents (Claude Code, Cursor, Codex, etc.) collaborate on one codebase over MCP while the user watches and approves each step.
FreeWorks offlineOpen source
What to know▼
How it works
Runs locally with no API keys or cloud account required; coordinates coding agents over MCP with step-by-step user approval.
Pricing
Free and open source.
Best for
Developers using multiple AI coding agents on the same codebase who want oversight of each step.
We check every product on this page once a day and record whether it still answers.
A marketing operator tool for Claude Code that turns a product repo into growth plans, landing pages, ads, and content.
Free
What to know▼
How it works
Turns a product repo into a marketing workspace for Claude Code, giving it source-aware briefs, channel playbooks, policy references, quality gates, approval rules, and memory to create growth plans, landing pages, emails, ads, SEO/AEO work, audits, and content calendars.
We check every product on this page once a day and record whether it still answers.
Three-pane merge conflict resolver for VS Code/Cursor with optional AI explanation, free and open source.
FreeOpen source
What to know▼
How it works
A three-pane merge resolver (yours | editable result | theirs) for VS Code and Cursor, with scroll-synced word diffs, authorship chips, a history timeline, and one-click apply for non-conflicting changes; optional AI reads your repo to explain and resolve conflicts.
What's different
Nothing hits git until you apply.
Pricing
Free and open source.
Best for
Developers resolving merge conflicts in VS Code or Cursor.
We check every product on this page once a day and record whether it still answers.
Lets Claude directly edit and create data inside Revit, AutoCAD and other BIM software instead of just reading it, free — built for AEC/construction teams.
FreeCan export my data
What to know▼
How it works
Lets Claude query, edit, and create data directly inside Revit, AutoCAD, ArchiCAD, Navisworks, MS Project, Sigma, and Dalux via plain-English requests — fixing fire ratings, renumbering rooms, running clash tests, taking off quantities, and exporting schedules. Works with Claude Desktop, Cursor, VS Code, and Microsoft Copilot.
What's different
Most 'AI for BIM' tools only read your model; this one actually edits and creates data in it.
Pricing
Free across all 8 supported apps and versions.
Best for
AEC and construction teams working in Revit, AutoCAD, or other BIM software.
We check every product on this page once a day and record whether it still answers.
A free macOS desktop app that shows a small isometric virtual town where your AI coding agent's status appears, so you can respond to permission prompts from Claude Code, Codex, or OpenCode without going back to the terminal.
Free
What to know▼
How it works
Run a focus timer alongside other engineers in a shared virtual space; your agent's status (working, thinking, needs you) floats above your character, and permission requests surface as in-game cards.
Pricing
Completely free.
Best for
Developers who code alone with AI agents and want a sense of shared presence.
We check every product on this page once a day and record whether it still answers.
A free macOS menu-bar app that logs everything your AI coding agent (Claude Code, Cursor, Aider, Codex) did in a session, entirely local with no account or cloud.
FreeNo sign-upWorks offline
What to know▼
How it works
A menu-bar app that passively records what AI coding agents like Claude Code, Cursor, Aider and Codex do on your Mac, every command, file touched, package installed, git operation, and launch agent, then presents it in an Action Log with confidence and severity tiers per agent, with any row copyable as context for another LLM.
Pricing
Free.
Best for
Developers using AI coding agents who want a record of exactly what those agents changed on their machine.
We check every product on this page once a day and record whether it still answers.
A free, open-source tool for managing tasks across multiple AI coding agent terminals instead of juggling tabs.
FreeOpen source
What to know▼
How it works
Organizes tasks across multiple AI coding agent terminals so you focus on the task instead of juggling 20-40 terminal tabs across worktrees, working with any AI subscription you already have.
We check every product on this page once a day and record whether it still answers.
A free Calendly-style scheduling tool with built-in MCP support, so AI agents like Claude or Cursor can book, reschedule, or cancel meetings for you.
Free
What to know▼
How it works
A scheduling tool like Calendly with built-in MCP support, so an AI agent such as Claude or Cursor can book, reschedule, or cancel meetings for you in chat. Lets you set flexible availability with multiple time blocks per day and copy your schedule across days.
What's different
Free with unlimited users and no per-seat fees, unlike typical scheduling tools.
Pricing
Free, unlimited users, no per-seat fees.
Best for
Developers and teams who want their AI agent to handle meeting booking directly through chat.
We check every product on this page once a day and record whether it still answers.
A reference database of 900+ developer tools with tradeoffs and agent-readiness scores, built to feed accurate facts to AI coding agents over web, REST or MCP. Free, no signup.
FreeNo sign-up
What to know▼
How it works
A reference database covering 900+ developer tools with tradeoffs, alternatives, constraints and agent-readiness scores, accessible over the web, REST API or MCP.
What's different
Built specifically to feed accurate, structured facts to AI coding agents choosing databases, frameworks or libraries, instead of relying on stale training data.
Pricing
Free, no signup.
Best for
Developers and coding agents that need current, structured facts on tool tradeoffs before picking a dependency.
We check every product on this page once a day and record whether it still answers.
A free, lighter AI coding assistant built for indie developers and small teams as an alternative to Cursor and Copilot, running fully private and local via Ollama.
Free
What to know▼
How it works
Multi-file agent mode, inline edits, semantic codebase search, and AI commit messages, running fully private and unlimited via Ollama.
Pricing
20 real AI edits/day forever free; Pro $6/mo or Team $25/mo for more.
Best for
Indie developers and small teams who want an AI coding assistant without enterprise pricing or throttled quotas.
We check every product on this page once a day and record whether it still answers.
A free, on-device tool that lets you draw and talk over your screen so your AI coding agent sees exactly what you mean — built for Claude Code, Cursor and Codex users.
FreeNo sign-upWorks offline
What to know▼
How it works
Draw directly on your screen and talk while your coding agent watches, then get back annotated screenshots, a voice transcript, and a timeline of what you pointed at, all combined together.
What's different
Runs 100% on-device and works with Claude Code, Codex, and Cursor.
Pricing
Free, no account required.
Best for
Developers who need to show an AI coding agent a visual bug or layout idea instead of describing it in words.
We check every product on this page once a day and record whether it still answers.
Deploys a frontend or full-stack app to a live shareable link about 15 seconds after you type "deploy" inside Claude Code. Built for developers already coding with Claude Code, free for frontend apps with no sign-up.
FreeNo sign-up
What to know▼
How it works
Type "deploy" inside Claude Code and the app — frontend and backend — goes live at a shareable link about 15 seconds later; the agent can also trigger the deploy on its own.
What's different
Deploys from directly inside Claude Code without leaving the editor or setting up a separate hosting pipeline.
Pricing
Free for frontend apps, no sign-up required; teams get their own domain, link permissions, and company data connections.
Best for
Developers already coding with Claude Code who want a fast path to a live link.
We check every product on this page once a day and record whether it still answers.
A free, open-source, git-tracked memory layer that carries context between AI coding tools like Claude Code and Cursor.
FreeOpen source
What to know▼
How it works
A git-tracked memory layer that carries context between AI coding tools like Claude Code, Cursor, and Antigravity, so context compounds across tools instead of resetting each time you switch.
What's different
Portable across multiple AI coding tools via git tracking rather than being locked into one tool's memory.
Pricing
Free and MIT open source.
Best for
Developers who switch between multiple AI coding tools and want shared context to carry over.
We check every product on this page once a day and record whether it still answers.
Turns Wireshark network captures into readable sequence diagrams, with an MCP server that lets Claude Code explain what broke -- a debugging tool for developers and network engineers.
Free
What to know▼
How it works
Converts Wireshark packet captures (PCAPs) into readable sequence diagrams; its MCP server lets Claude Code analyze a capture and explain failures in plain English, citing frame numbers as evidence.
Pricing
Free Community edition; a 45-day trial unlocks AI analysis, triage, and CI features.
Best for
Developers and network engineers debugging network issues from packet captures.
We check every product on this page once a day and record whether it still answers.
Converts a React and Tailwind export from Lovable's AI-generated site into deterministic, paste-ready sections for the Webflow Designer, for people handing a vibe-coded site off to a real CMS.
FreeCan export my dataSelf-hosted
What to know▼
How it works
Takes a React and Tailwind CSS export from Lovable and converts it into deterministic, paste-ready sections for the Webflow Designer.
What's different
Bridges the handoff gap between AI vibe-coding tools and a proper CMS/hosting setup, which neither side solves on its own.
Best for
People who vibe-coded a first design in Lovable and now want to move it into Webflow's CMS and visual editor for long-term maintenance.
We check every product on this page once a day and record whether it still answers.
A self-hosted QA tool that generates and runs end-to-end tests with video evidence for AI coding agents like Claude Code and Cursor, pitched as a free TestSprite alternative.
FreeSelf-hosted
What to know▼
How it works
A self-hosted QA platform that generates, runs and publishes end-to-end tests with video evidence from Claude Code or Cursor, and works with or without an LLM.
What's different
Free and self-hosted, positioned as an alternative to TestSprite.
Pricing
Free.
Best for
Developers using AI coding agents who want reviewable E2E test evidence.
We check every product on this page once a day and record whether it still answers.
A hardware-isolated VM for running Claude Code, Codex, or Grok Build so your API keys and AWS credentials stay protected from malware, exfiltration, and prompt injection.
FreeOpen source
What to know▼
How it works
Runs agentic coding tools in an isolated VM on Apple Silicon or via OpenAI/Anthropic, reachable by app, CLI, or SSH.
Pricing
Free and open source.
Best for
Developers running AI coding agents who want their credentials isolated from supply-chain and prompt-injection attacks.
We check every product on this page once a day and record whether it still answers.
A free, open-source macOS menu-bar app that translates whatever you're typing into natural, professional language and pastes it back at your cursor.
FreeNo sign-upOpen source
What to know▼
How it works
Type in your own language, press a shortcut, and the fluent translation is auto-pasted; use your own API key (Claude, GPT, Gemini) or run fully local via LM Studio.
Pricing
Free and open source, no subscription.
Best for
People writing in a non-native language across any macOS app.
We check every product on this page once a day and record whether it still answers.
A self-hosted, open-source AI coding agent that runs on your local Ollama models and can be driven from Slack, Telegram, Discord, or the web, with human-in-the-loop plan approval before it edits code.
FreeData stays with youOpen source
What to know▼
How it works
Uses a ReAct architecture with human-in-the-loop plan approval, deterministic edits, and PR creation; supports DeepSeek, Llama, Qwen, Mistral, OpenAI, Claude, and Gemini models.
We check every product on this page once a day and record whether it still answers.
A JetBrains IDE plugin that lets you review and approve an AI coding agent's spec and plan step-by-step before it executes changes, working on top of Claude Code or Codex.
Free
What to know▼
How it works
Turns chat-coding into a plan-first workflow: spec, plan, then step-by-step execution you can accept, reject, or roll back.
We check every product on this page once a day and record whether it still answers.
A free local VS Code/Cursor extension that turns your Claude Code session files into a browsable dashboard with full transcripts, tool calls, sub-agents and per-response token and cost tracking.
FreeWorks offline
What to know▼
How it works
A VS Code/Cursor/VSCodium extension that turns local Claude Code session files into a browsable workspace with full transcripts, tool calls, sub-agents, per-response token and cost tracking, an analytics dashboard, and a CLAUDE.md memory view.
What's different
100% local-first — nothing leaves your machine.
Pricing
Free.
Best for
Developers using Claude Code who want to review sessions, costs and tool calls without a CLI-only cost counter.
We check every product on this page once a day and record whether it still answers.
Connects to your GitHub repo and runs security scanners (Gitleaks, Semgrep, njsscan) plus checks for Supabase RLS and unauthenticated API routes, with results triaged by Claude. Free for a single repo.
Free
What to know▼
How it works
Connects to a GitHub repo and runs Gitleaks, Semgrep, njsscan and custom checks for Supabase RLS misconfigurations and unauthenticated API routes, with results triaged by Claude.
Pricing
Free for one repo, no credit card.
Best for
Developers who ship AI-coded apps and want an automated security scan of their repo before shipping.
We check every product on this page once a day and record whether it still answers.
A Windows desktop app for running and managing multiple Claude Code and Codex coding agents in parallel, crash-safe with a conductor agent.
Free
What to know▼
How it works
A Windows desktop app for running and managing multiple Claude Code and Codex agents in parallel, with a conductor agent coordinating them; it's crash-safe and restores sessions after every reboot.
Pricing
Free for up to 3 agents; Pro is €5/month.
Best for
Developers running several AI coding agents at once who need a UI to manage and recover them.
We check every product on this page once a day and record whether it still answers.
Turns a $30 ESP32 touchscreen into a physical control surface for answering Claude Code's prompts, for developers running multiple coding-agent sessions, instead of tabbing back to a terminal to respond.
FreeOpen source
What to know▼
How it works
Tap the touchscreen to answer Claude Code's prompts, run macros, or talk to it across every session running.
Pricing
Free, open-source, personal project, not a company.
We check every product on this page once a day and record whether it still answers.
Honey is a free, open-source (MIT) skill that reduces token usage for AI coding agents like Claude Code by enforcing concise code and prose conventions and cheaper bulk reads.
Free
What to know▼
How it works
enforces YAGNI/stdlib-first code, answer-first prose, compact JSON/ESON handoffs between agents, and renders bulk reads as images to cut token cost
Pricing
free, MIT license
Best for
developers running AI coding agents (Claude Code, GPT, etc.) who want lower token usage
We check every product on this page once a day and record whether it still answers.
A keyboard-first issue tracker built for dev teams working alongside AI coding agents, linking to GitHub/GitLab/Gitea and exposing 40+ MCP tools so agents can file and resolve issues.
Free
What to know▼
How it works
A keyboard-first issue tracker with board, list, calendar, and roadmap views that links directly to GitHub, GitLab, and Gitea, catches duplicate reports automatically, and exposes 40+ MCP tools so agents in Cursor or Claude Code can search, file, and resolve issues.
Pricing
Free forever for solo devs; simple seat pricing for teams.
Best for
Dev teams that work alongside AI coding agents and want issue tracking reachable from their agent tools.
We check every product on this page once a day and record whether it still answers.
A free web scanner that checks apps built with Lovable, Bolt or v0 for leaked API keys, open databases and missing security headers, no signup needed.
FreeNo sign-up
What to know▼
How it works
Scans apps built with tools like Lovable, Bolt or v0 for issues those builders tend to skip: leaked API keys, publicly readable databases, and missing security headers.
What's different
Targets the specific gaps left by AI app-building tools rather than doing generic security scanning.
Pricing
Free, no signup.
Best for
People who built an app with an AI app builder and want a quick check for exposed keys or open databases.
We check every product on this page once a day and record whether it still answers.
A marketplace of drop-in design style files for AI coding tools like Claude, Cursor and Lovable, so AI-built apps look designed instead of generic.
FreeNothing to install
What to know▼
How it works
A marketplace of downloadable design style files (Glassmorphism, Cyberpunk, Fintech, Art Deco, etc.) — drop two small files into Claude, Cursor, Lovable, or another AI dev tool so it builds with a defined visual direction.
What's different
Targets the specific gap of AI-generated apps defaulting to the same gray-card, blue-button look.
Best for
Vibe coders who can ship a working AI-built app but struggle to make it look distinct.