---
title: 把用户反馈交给 AI Agent 处理 | Make This Better
description: 捕获截图、DOM 和控制台上下文，把真实用户反馈变成你的 AI Agent 可以直接处理的问题。
url: https://makethisbetter.dev/zh-CN/.md
canonical: https://makethisbetter.dev/zh-CN/
locale: zh-CN
site: Make This Better
image: https://makethisbetter.dev/assets/opengraph-5c1e3cac.png
alternates:
  en: https://makethisbetter.dev/
  zh-CN: https://makethisbetter.dev/zh-CN
  x-default: https://makethisbetter.dev/
---

> HTML version: https://makethisbetter.dev/zh-CN/
> Site index for agents: https://makethisbetter.dev/llms.txt

# Make This Better

Every user signal becomes an issue your AI coding agent can ship.

Make This Better is an open-source feedback platform that captures rich, in-context user reports — screenshot, DOM snapshot, console errors, viewport, URL — and structures them with AI so your coding agent (Claude Code, Cursor, Codex) can pick up and fix issues automatically.

## How it works

1. **Capture** — User clicks the feedback widget. Mark-up mode activates. Screenshot, DOM snapshot, and console log are auto-captured.
2. **AI Triage** — AI structures the feedback into context, blocker, and underlying need.
3. **Agent picks up** — Your coding agent consumes the structured feedback via MCP, CLI, or Skills and starts fixing.
4. **Ship** — The public feedback board shows progress in real time: received → in progress → shipped.

## Key features

- **Widget SDK** — One script tag. Screenshot, console logs, and metadata captured automatically. ~23 kB gzipped, no dependencies.
- **AI Triage** — Scene, blocker, and real need structured automatically by AI (Claude via Anthropic API or BYOK).
- **MCP Server** — Claude Code and Cursor consume structured feedback directly via MCP protocol.
- **CLI** — Terminal-native workflow: list, pick, dismiss, resolve feedback without leaving your editor.
- **Claude Code Skills** — Slash commands (`/makethisbetter list`, `/makethisbetter pick`) for feedback inside Claude Code.
- **Dashboard** — Three-column layout. Search, filter, assign, and track every report.
- **Feedback Board** — Public progress page. Users see their issue move from reported to shipped.

## Pricing

- **Free** — $0. 1 seat, unlimited projects and feedback, 30-day history, public board with Make This Better branding, BYOK or prepaid AI Credits, and $5 welcome credits.
- **Pro** — $15.90/mo billed annually ($190.80/year) or $20/mo. 3 seats, 1-year history, private boards, custom domain, no Make This Better branding, and third-party integrations.
- **Team** — $39.90/mo billed annually ($478.80/year) or $50/mo. 10 seats, roles and permissions, and per-project access controls.

Extra seats: $5/mo or $60/year on any paid plan. End users are never counted as seats. BYOK, prepaid AI Credits, and auto top-up are available on all plans.

## Install

```bash
npm install -g @makethisbetter/cli
```

Or install the widget on your site:

```html
<script src="https://unpkg.com/makethisbetter@1"></script>
```


---

## More from Make This Better

- [Home](https://makethisbetter.dev/zh-CN/.md)
- [隐私](https://makethisbetter.dev/zh-CN/privacy.md)
- [条款](https://makethisbetter.dev/zh-CN/terms.md)
- [Site index for agents](https://makethisbetter.dev/llms.txt)

Contact: contact@makethisbetter.dev
