Inspector Review (2026): Pricing, Features & Honest Verdict

Reviewed by MakerStack · Published · Updated · 5 min read

What is Inspector?

TLDR

Inspector is a desktop visual editor that connects to AI coding agents like Claude Code, Cursor, and OpenAI Codex, letting you click on any UI element in your app, tweak it visually, and have the changes written directly to your source code. Think of it as Figma for your actual codebase. Instead of screenshotting your UI and describing changes in chat, you point and click. It launched on Product Hunt in February 2026 with 587 votes and won Product of the Day.

Built by a two-person YC F25 team out of San Francisco, Inspector addresses one of the biggest friction points in AI-assisted development: context. When you tell Claude Code to “make the button bigger,” it has to guess which button, in which file, on which line. Inspector eliminates the guessing. It links every rendered element to its exact source code location, giving the AI agent perfect context for every edit. The founders, both Carnegie Mellon HCI researchers, built it because they were spending 12 hours a day tweaking front-ends and got tired of the screenshot-describe-hope loop.

What Are Inspector’s Key Features?

Visual Click-to-Edit with Source Code Linking

This is Inspector’s core innovation. It links the exact lines of React source code to the component they render on screen. Click a button, heading, or card in the visual editor, and Inspector knows precisely which file and line number generates that element. When you make a visual change, Inspector writes the update directly to your codebase. No copy-pasting. No guessing. This source code linking is what separates Inspector from generic visual editors. It operates on your actual production code, not a separate design abstraction.

.inspectorrules Convention File

Teams can define project-specific conventions in a .inspectorrules file. Tell it to always use your design tokens from theme.ts, follow your component naming pattern, or prefer Tailwind classes over inline styles. These rules get injected into every AI-assisted edit, ensuring changes match your team’s standards. If your project uses Tailwind, Inspector detects this automatically and updates className instead of injecting raw inline styles. This is a small feature with big implications for teams that care about code consistency.

DOM-Aware Screenshots and Runtime Context

Inspector takes element-aware screenshots that snap to DOM boundaries and auto-attach to the AI agent’s chat context. Beyond visuals, it feeds the agent your DevTools terminal output, element tree, and log data. This is the same runtime context a human developer would use when debugging or tweaking UI. The result: fewer back-and-forth iterations with the AI because it has full context from the start, not just a cropped screenshot.

Local-First Architecture

All data stays on your machine. Inspector does not train on your code, and all chat histories remain local. For teams working on proprietary products, this matters. There is no cloud processing of your codebase, no data leaving your device. The tool runs entirely against your local files, which also means it works offline once installed.

Inspector is currently free. The website lists $0 pricing with no paid tiers, no subscription plans, and no credit system. There is a reference to a “$20 free credit” Product Hunt launch special, which hints at future usage-based pricing, but as of now everything is available at no cost.

This is typical for an early-stage YC startup building traction before monetizing. Enjoy it while it lasts. The long-term pricing model is unclear, but given the product’s positioning as a developer tool, expect either a freemium model or per-seat pricing when it arrives. For now, there is zero financial risk in trying it. The only cost is the time to download and set it up.

PlanPricePlan FeaturesBest For
Free$0All features included, no usage limitsEveryone

Who is Inspector Best For?

Use Inspector if you are a frontend developer who already uses Claude Code, Cursor, or Codex and you are tired of describing UI changes in text. It is built for React-centric workflows, with best support for React, Next.js, and Vite projects. Product engineers who need to make rapid visual changes without translating mockups into prompts will save real time. Teams with established design systems will benefit from the .inspectorrules convention file that keeps AI edits consistent with their standards.

Skip Inspector if you are not working in React. Other frameworks are supported but the visual context linking works best with React codebases. Skip it if you are on Windows, because Inspector is macOS only right now (separate downloads for Apple Silicon and Intel, with a Windows waitlist). And skip it if you do not use AI coding agents. Inspector is not a standalone code editor. It is a visual layer that sits on top of your existing AI workflow. Without Claude Code or Cursor, there is not much point.

Best Inspector Alternatives

Vercel v0 generates UI components from text prompts using React and Tailwind. Free tier available. Better if you want to generate new UI from scratch, but it does not connect to your existing codebase for visual editing of production code.

Builder.io Visual Copilot converts Figma designs to code and sends PRs. Better if your workflow starts in Figma and you want design-to-code automation, but it works from design files rather than live production UI.

Cursor is an AI-powered code editor with inline editing. Plans from $20/mo. Better if you want AI assistance across your entire codebase (not just frontend), but it lacks Inspector’s visual point-and-click editing for UI elements.

Final Verdict: Is Inspector Worth It?

Inspector solves a specific, annoying problem that every developer using AI coding tools has experienced: telling the AI what to change in your UI through text is slow and imprecise. Clicking on the element and making the change visually is faster and more accurate. The source code linking means the AI always knows exactly which file and line to edit, which eliminates a whole category of “wrong component” errors.

The limitations are real. macOS only. React-optimized. Two-person team. Early-stage product. But the price is right (free), the YC backing adds credibility, and the problem it solves is genuine. If you are a React developer using Claude Code or Cursor on a Mac, there is no reason not to try Inspector today. It turns the most tedious part of AI-assisted frontend development, describing visual changes in text, into a point-and-click workflow. That is a meaningful productivity gain for a tool that costs nothing.

Inspector Pros & Cons

What We Like

  • Source code linking maps every UI element to its exact file and line number, giving AI agents perfect context
  • Currently completely free with no usage limits or credit system
  • The .inspectorrules convention file ensures AI edits match your team design system and coding standards
  • Local-first architecture keeps all code and chat data on your machine with no cloud processing

What Could Be Better

  • macOS only with no Windows support yet, though a waitlist is available
  • Optimized for React codebases and other frameworks get limited visual context linking
  • Two-person early-stage team means uncertain long-term support and development pace

Inspector FAQ

Does Inspector work with Claude Code?

Yes. Inspector is designed to work with Claude Code, Cursor, and OpenAI Codex. It provides visual context and source code linking that makes AI-assisted UI editing faster and more accurate.

Is Inspector free?

Yes. Inspector is currently completely free with no paid tiers, no credits, and no usage limits. Future pricing has not been announced, but a credit-based model may be introduced later.

Does Inspector work on Windows?

Not yet. Inspector is macOS only with separate downloads for Apple Silicon and Intel Macs. A Windows version is planned, and you can join the waitlist on their website.

What frameworks does Inspector support?

Inspector works best with React, Next.js, and Vite projects. Other frontend frameworks are supported but the visual context linking is optimized for React codebases.

Who built Inspector?

Inspector was built by Quentin Romero Lauro and Michael Klikushin, both Carnegie Mellon HCI researchers. The company is part of Y Combinator Fall 2025 batch and is based in San Francisco.

How is Inspector different from Cursor?

Cursor is a full AI code editor for all types of code. Inspector is a visual layer specifically for frontend UI editing that connects to AI agents like Cursor or Claude Code. Inspector lets you click on rendered UI elements and make visual changes, while Cursor works at the code level.

Disclosure: MakerStack is funded by featured placement fees, sponsor slots and a small number of affiliate links. Nobody paid for this review. Where any of those does apply to a review, we say so on the page. The scoring criteria are the same in every case. See our editorial policy.