▲ 7 r/ClaudeDesign
Anyone tried syncing Claude Design with their codebase?
I'm working on relying solely on Claude Design for prototyping, pass it to my React app and have Claude build the design using our component library.
The challenge is twofold:
- If any changes are made to the Claude Design system (like adding a new button type), those changes should be reflected in our global components.
- Claude should know which component to use based on the prototype instead of adding generic HTML. For example, if there's a tab in the prototype, it should use our
globalTabcomponent instead of a generic HTML element.
Has anyone figured out a workflow for this?
u/FilC619 — 2 days ago