Claude Design is an Anthropic Labs design tool that lets you create UI designs, prototypes, slides, and one-pagers through conversation (launched April 17, 2026 as a research preview). Then on June 17, 2026, a major overhaul added design-system imports and two-way sync with Claude Code (/design-sync), sharply shrinking the round-trip between designers and developers.

This article covers what Claude Design is, the June overhaul, the two directions of /design-sync, availability, and why it matters — based on official information. Three takeaways up front. (1) Claude Design is a conversation-based design tool you refine with chat, comments, direct edits, and sliders. (2) The June highlights are "import your design system and build with its real components" and "sync two ways with Claude Code." (3) It's a Pro / Max / Team / Enterprise beta (off by default on Enterprise); the canvas is web/desktop, while /design-sync lives in Claude Code (the CLI).

CLAUDE DESIGN · /design-sync

Design and code, both ways

— move between the canvas and the repo

Claude Design
canvas (web/desktop)
UI · prototypes · slides
/design-sync
→ pull design system
← push code to canvas
Claude Code
repo (CLI)
build with real components

Code→ pull the design system into the repo and build with real components,
→Design push your code back to the canvas and keep editing.

1. What Claude Design is

Claude Design is a tool where "you describe what you want in conversation, Claude builds the design, and you refine it via chat, inline comments, direct edits, and sliders." It makes designs, prototypes, slides, and one-pagers (the help center also lists interactive prototypes and presentations). It launched April 17, 2026 as a research preview for Pro / Max / Team / Enterprise, and over one million people used it in the first week.

On the model: at the April launch it ran on Claude Opus 4.7 (which Anthropic called "our most capable vision model"). However, the June overhaul announcement does not restate the model, so this article does not assert that "the June version runs on Opus 4.7" (confirm the latest officially). For a broader survey, see AI design tools compared.

2. The June 2026 overhaul

The June 17, 2026 overhaul shifted Claude Design from "a prototyping toy" toward "a workspace that does on-brand, everyday work." The main changes:

JUNE 2026 OVERHAUL

What the June overhaul added

Design-system imports
Import from a GitHub repo, design files, or raw uploads and build with your components. Claude checks its output against your system and corrects before you see it.
Two-way sync with Claude Code
/design-sync pulls the design system into code, and pushes code back to the canvas (§3).
Direct canvas editing
New layout controls to drag, resize, and align elements, plus hundreds of stability fixes.
A fix for the "token-burning" problem
It now shares usage limits with chat, Claude Cowork, and Claude Code, so most people get much more headroom.
Enterprise brand controls
A new admin role can approve one standard system and lock down edits, so work always matches company guidelines.
Expanded export connectors
Export to Adobe, Canva, Figma-class tools, Miro, Vercel, Wix, and more (plus PDF/PowerPoint).

In short, it's evolving toward "build on your brand, round-trip with code, and fit enterprise governance."

3. /design-sync — code and design, both ways

/design-sync is a command on the Claude Code side that connects your repo and the Claude Design canvas in both directions. The official (@ClaudeDevs) description: "Claude Code and Claude Design now sync both ways. Run /design-sync to pull your design system into your repo and build against your real components, or push what you've built back into Claude Design and keep editing on the canvas."

DirectionWhat happens
Code → (pull into the repo)Pull the design system into the repo so Claude Code builds against your real components
→ Design (push to the canvas)Push what you built in code back into Claude Design and keep editing on the canvas
Design → Code (handoff)Hand a finished design to Claude Code, which continues from your existing work instead of rebuilding from a screenshot

You can also create, edit, and sync design projects with /design without leaving the terminal. Note that finer details — such as colors becoming design-token names and font sizes following the scale after import — come partly from early users and press rather than Anthropic's exact wording, so this article treats them as "reported behavior" (confirm the latest officially). It pairs well with spec-first development; see spec-driven development.

4. Availability

The June 2026 availability (scope can change as a beta):

ItemDetails
PlansPro / Max / Team / Enterprise beta (no extra charge). Off by default on Enterprise; an admin enables it
Accessclaude.ai/design, or the sidebar in the desktop app
Where it runsThe canvas is web / desktop only. /design-sync and /design live in Claude Code (the CLI)
StatusBeta (April 17 research preview → June 17 major overhaul)

The easy thing to confuse: the "canvas (web/desktop)" and "/design-sync / /design (the Claude Code CLI)" live in different places. You work the design at claude.ai/design and sync with code via terminal commands — and that split is exactly the bridge between designers and developers.

5. Why it matters

Until now, moving from design to code often meant "rebuilding from a screenshot." Claude Design + /design-sync closes that gap by (1) importing your design system to build with "real components," and (2) letting design and code round-trip both ways. Engineers don't rebuild from scratch, and designers can polish the code's output on the canvas.

In other words, Claude Design is a product that connects the "designer × developer" workflow in a single line. When you want to share a build quickly, turn it into a shared page with Claude Code Artifacts; for on-brand UI, use Claude Design — combining the new Claude Code-adjacent features pays off. Press reports that AI's move into design is impactful enough that incumbent design-tool stocks reacted (we don't assert exact figures, which fluctuate).

Summary

Claude Design (April 2026 research preview, June 17 major overhaul) is an Anthropic Labs design tool for creating UI, prototypes, slides, and more through conversation. The June highlights are (1) design-system imports (build with real components), (2) two-way sync with Claude Code via /design-sync, (3) direct canvas editing, (4) shared usage limits (the "token-burning" fix), (5) enterprise brand controls, and (6) expanded export connectors.

/design-sync is a Claude Code command that connects "pull the design system into code" and "push your code back to the canvas" both ways. It's a Pro / Max / Team / Enterprise beta (off by default on Enterprise); the canvas is web/desktop while /design-sync is in the CLI. The essence is shrinking the designer-developer round-trip. Note that, as a beta, things can change — e.g., the June version's model isn't restated officially — so confirm the latest in the docs. Related: AI design tools compared, Claude Code Artifacts, spec-driven development.

FAQ

Q. What is Claude Design?
A. An Anthropic Labs design tool for creating designs through conversation. Describe what you want in words and Claude generates UI, prototypes, slides, and one-pagers, which you refine via chat, inline comments, direct edits, and sliders. It launched April 17, 2026 as a research preview, with over a million users in the first week. Access it at claude.ai/design or via the desktop app sidebar.

Q. What does the /design-sync command do?
A. It syncs Claude Code and your design both ways. Run it to pull the design system into your repo and build with "real components," or push code you built back into the Claude Design canvas to keep editing. Hand a finished design to Claude Code and it continues from your existing work instead of rebuilding from a screenshot. You can also create, edit, and sync designs from the terminal with /design.

Q. What changed in the June 2026 overhaul?
A. Mainly (1) design-system imports (build with your components, with output checked and corrected), (2) two-way sync with Claude Code via /design-sync, (3) direct canvas editing (drag/resize/align), (4) a "token-burning" fix via shared usage limits with chat/Cowork/Claude Code, (5) enterprise brand controls where an admin approves and locks a standard, and (6) expanded export connectors. It moved from prototyping toward an "on-brand, real-work workspace."

Q. Which plan can use it?
A. As of June 2026 it's a Pro / Max / Team / Enterprise beta with no extra charge. But it's off by default on Enterprise, so an admin must enable it. The canvas is web and desktop only, while /design-sync and /design live in Claude Code (the CLI). As a beta, scope and details can change, so confirm the latest officially.

Q. Which model powers it?
A. At the April launch it ran on Claude Opus 4.7 (which Anthropic called "our most capable vision model"). However, the June overhaul announcement doesn't state the model, so we can't assert that "the June version runs on Opus 4.7." Models and details can be updated, so check the official page for current information.