Skip to main content
Home/Recipes/Build on-brand UI in Claude artifacts
AI Pipelines

Build on-brand UI in Claude artifacts

DesignerDeveloperPM

Overview

An on-brand interactive component in the chat, no project to set up. Extract the tokens, paste the JSON into Claude, ask for an artifact. It renders inline on the real palette, type scale, and spacing. Without the tokens, artifacts default to generic colors and system fonts.

Claude artifacts render live, interactive UI inside the conversation. No local project, no build step, a working component in seconds. Without brand context the output uses generic colors and system fonts. Extract the tokens with Dembrandt, paste the JSON in, ask Claude to build the artifact from those exact values. It renders inline. You refine it in the same thread: change the spacing, swap the accent, add a hover state. The extracted palette and type scale stay the source of truth throughout.

Extract tokens

Terminal
dembrandt example.com --json-only
Claude prompt (paste JSON, then ask for an artifact)
# Paste the extraction JSON into the conversation, then:
"Using these extracted design tokens as the only source of truth,
build a [pricing section / dashboard card / hero] as an artifact.
Match the palette, type scale, spacing, and border radius exactly.
No generic defaults, no invented colors."
Output

A live, on-brand Claude artifact built on the extracted tokens, ready to iterate on in the conversation.

Browse all

All recipes →

45 workflows