Skip to main content
Home/Recipes/Basic token extraction
Extraction

1.Basic token extraction

DesignerDeveloper

Overview

Point Dembrandt at any live website and get every visual property back as structured data: colors, fonts, spacing, borders, shadows. No DevTools, no guesswork.

Dembrandt extracts the complete design token set from any live website in seconds. Run one command against any public URL and get back a structured JSON file containing every color, font family, type size, spacing value, border radius, and shadow used on the page. No browser DevTools, no manual inspection, no guesswork. The output is machine-readable and ready to hand off to developers, feed into AI agents, or load into the Dembrandt App.

Extract and print JSON

Terminal
dembrandt stripe.com --json-only

Save to output folder

Terminal
dembrandt stripe.com --save-output
Output

Complete token JSON: colors, typography scale, spacing, border radii, shadows.

Browse all

All recipes →

43 workflows