How they compare
CSSPeeper is a beautiful read-only inspector. Design Mode covers the read use case and adds editing, persistence, exports, and MCP.
Feature-by-feature
| Feature | Design Mode | CSSPeeper |
|---|---|---|
| Visual editing of any live website | Yes — full design surface (typography, colour, layout, spacing, motion, effects) | Read-only |
| MCP (Model Context Protocol) handoff to AI agents | Yes — Cloud, Local, and Self-hosted modes; eight MCP tools | No |
| Persistent change history (Changes tab) | Yes — searchable, filterable, exportable | None |
| Open source | Yes (MIT) | Proprietary |
| Price | Free forever | Free |
| Markdown / JSON export of the diff | Yes | Copy CSS |
| Best fit for | Designers, developers, QA, PMs, content, indie hackers, agencies, vibe coders | Learning, inspecting |
When to pick Design Mode
- You want to change values, not just read them.
- You want to ship structured edits to engineering or an AI agent.
When to pick CSSPeeper
- You purely want to learn how a page is built.
Honest take
Different tools for different tasks. CSSPeeper is a wonderful learning aid; Design Mode is a working surface.