← Gallery

extracted · 38 artefacts

apple.com

Live extraction of https://apple.com — tokens, emitters, anatomy, icons, voice, motion, MCP server, AGENTS.md, prompt pack and a 13-chapter brand book. Generated with one command.

18colors
Aaf0
vs design-extractor.com

They surface 4 sections per brand (DESIGN.md · Tailwind · CSS · Tokens). designlang ships 38 artefacts for apple.com and renders 12+ sections below.

See full comparison ↗
3,464 charsbrand book ↗
---
site: Apple
url: "https://apple.com"
generated_at: "2026-05-21T11:46:59.384Z"
generator: "designlang@12.14.0"
intent: landing
material: material-you
tokens:
  colors:
    primary: "#f5f5f7"
    secondary: "#0071e3"
    accent: "#ea33c0"
    background: "#ffffff"
    foreground: "#000000"
  typography:
    sans: SF Pro Text
    base: 12
  spacing:
    base: 2
    scale: "[1, 4, 24, 26, 29, 32, 34, 37, 40, 44]"
  radii:
    sm: 5
    md: 8
    lg: 11
    full: 999
  shadows:
    xl: "rgba(0, 0, 0, 0.22) 3px 5px 30px 0px"
---

# Overview

A **landing** page (heuristic confidence 0.51), dressed in **material-you** material (0.45).

> "Accessibility"

The author writes in a **friendly** voice; headings tend to be **Title Case** case and **tight**.

Reading order detected on the source: `sidebar → sidebar → steps → nav → hero → cta → gallery → footer → pricing-table → nav → content`.

Source: <https://apple.com>.

# Colors

| role | hex | usage |
|---|---|---|
| primary | `#f5f5f7` | 96 |
| secondary | `#0071e3` | 9 |
| accent | `#ea33c0` | 1 |
| background | `#ffffff` | — |
| foreground | `#000000` | — |

**Neutrals:** `#1d1d1f` · `#000000` · `#e8e8ed` · `#ffffff` · `#86868b`

**Total unique colors detected:** 18.

# Typography

**Families**
- `SF Pro Text` · 1708 uses
- `SF Pro Display` · 197 uses
- `Arial` · 1 uses

**Body size:** `12px` / line-height `16.0005px`.

**Heading scale**
| level | size | weight | line-height |
|---|---|---|---|
| h1 | `56px` | `600` | `60px` |
| h2 | `40px` | `600` | `44px` |
| h3 | `34px` | `600` | `50px` |
| h4 | `12px` | `400` | `16.0005px` |

# Layout

**Spacing base:** `2px` increments.
**Scale:** `1px` · `4px` · `24px` · `26px` · `29px` · `32px` · `34px` · `37px` · `40px` · `44px`

**Layout primitives:** 29 grid containers · 208 flex containers.

**Breakpoints:** `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px`

# Elevation and Depth

**Shadow scale**
- `xl` — `rgba(0, 0, 0, 0.22) 3px 5px 30px 0px`

**Z-index layers:** 9 · ⚠ 1 issue(s)

# Shapes

**Radius scale**
- `sm` — `5px`
- `md` — `8px`
- `lg` — `11px`
- `full` — `50px`
- `full` — `980px`
- `full` — `999px`

# Components

**Detected patterns:** `buttons` · `inputs` · `links` · `navigation` · `footer` · `dropdowns` · `tabs` · `progressBars`

**Anatomy**
| kind | variants | sizes | instances |
|---|---|---|---|
| button | link, secondary | — | 60 |

# Do's and Don'ts

**Do's**
- Use `learn`, `stream`, `buy` as the primary verbs in CTAs — these dominate the source.
- Write headings in **Title Case** case, **tight** length.
- Address the reader with the pronoun posture **you-only**.
- Stay inside the **material-you** material — match shadow and radius habits.

**Don'ts**
- Don't 26 !important rules — prefer specificity over overrides.
- Don't 87% of css is unused — consider purging.
- Don't 7458 duplicate css declarations.

---
_Generated by [designlang](https://github.com/Manavarya09/design-extract) v12.14.0 from <https://apple.com>._
_Compatible with the DESIGN.md convention pioneered by [design-extractor.com](https://www.design-extractor.com) — extended with intent, material, voice, anatomy, and library detection._

Typography

SF Pro Text
The quick brown fox jumps
display · 56px / 600
The quick brown fox jumps
headline · 36px / 500
The quick brown fox jumps
subhead · 22px / 400
The quick brown fox jumps
body · 16px / 400
The quick brown fox jumps
caption · 12px / 500 · uppercase

Voice

Tone, CTA verbs, headlines and pronoun stance — pulled from the live page.

tone · friendly · you-only

top CTA verbs

learn×8stream×5buy×3listen×3play×3watch×3continue×1shop×1

motionlang

Motion Lab

Every easing curve and duration apple.com ships, drawn and replayed live. Export them as Framer Motion presets from the motion.framer.js tab above.

easing curves · 5

easing-1
cubic-bezier(0.4, 0, 0.6, 1)
steps
non-bezier
steps(1, start)
easing-3
cubic-bezier(0.25, 0.1, 0.3, 1)
linear
linear
ease-in-out
ease

durations · 5

instant20ms
xs100ms
sm160ms
md300ms
xl1000ms

Component anatomy

Typed React stubs — variants, slots and props detected from clustered DOM patterns.

472 chars · TypeScript
// Auto-generated by designlang — component anatomy v2.
// Scaffolds. Wire into your token system; not a runtime library.

import * as React from 'react';

export interface ButtonProps {
  variant?: 'link' | 'secondary';
  size?: 'md';
  disabled?: boolean;
  children?: React.ReactNode;
}

export function Button({ variant = 'link', size = 'md', ...rest }: ButtonProps) {
  return React.createElement('button', { 'data-variant': variant, 'data-size': size, ...rest });
}

Icon system

SVG icon census — count, style mix, grid and stroke profile.

43
total icons
0
stroke-only
43
fill-only
1.20
avg stroke
library

Agent prompt

One self-contained system prompt with every apple.com token, anatomy slot and voice rule. Drop it into any AI agent and it builds in this brand without hallucinating.

paste into Claude · GPT · Cursor · Windsurf · v0
# You are building UI in the apple.com design system.

Source: https://apple.com
Extracted by designlang on 2026-05-21.

## Brand at a glance

- title         Apple
- page intent   landing
- material      material-you
- design grade  B

## Colour

- primary     #f5f5f7
- secondary   #0071e3
- accent      #ea33c0
- neutrals    #1d1d1f · #000000 · #e8e8ed · #ffffff · #86868b · #6e6e73

## Typography

- families   SF Pro Text · SF Pro Display · Arial
- weights    400 · 600 · 300 · 700
- base size  16px

## Spacing

- scale      1px · 4px · 24px · 26px · 29px · 32px · 34px · 37px · 40px · 44px · 48px · 53px

## Radii

- scale      5px · 8px · 11px · 50px · 980px · 999px

## Motion

- durations  20ms · 100ms · 160ms · 300ms

## Voice

- tone       friendly
- pronoun    you-only
- headings   Title Case
- CTA verbs  learn · stream · buy · listen · play · watch

## Component anatomy

- button     variants: [object Object] · [object Object] · [object Object]  ·  slots: true · false · false

## Accessibility

- WCAG score 100% · failing pairs: 0

## Build rules

1. Use the colours above. **Never invent a new hex.** If you need a
   shade between two existing colours, derive it via HSL adjustment
   from the closest extracted colour and call out the derivation.
2. Use the extracted typography families. If you need a missing weight,
   pick the nearest available weight from the list and note it.
3. Snap spacing values to the scale above. No off-scale paddings or
   margins.
4. Snap border radii to the scale above.
5. Match the voice: same tone, same pronoun stance, same heading
   style. Reuse the listed CTA verbs.
6. Aim for WCAG AA contrast minimum. When the brand colours fail,
   prefer the foreground colour on the background colour rather than
   mid-tone neutrals.
7. Reuse component anatomy when it exists — do not invent novel
   structures for things the site already has.

## Available context files

designlang wrote these alongside this prompt. Reach for them when
you need ground truth:

- `<host>-design-tokens.json` — DTCG primitive · semantic · composite tokens
- `<host>-tailwind.config.js`  — Tailwind v3 config
- `<host>-tailwind-v4.css`     — Tailwind v4 `@theme` block
- `<host>-tokens.d.ts`         — TypeScript literal-union types
- `<host>-variables.css`       — bare CSS custom properties
- `<host>-reset.css`           — brand-aware base styles
- `<host>-gradients.css`       — `.grad-N` utility classes
- `<host>-anatomy.tsx`         — typed React component scaffolds
- `<host>-shadcn-theme.css`    — shadcn/ui theme
- `<host>-theme.js`            — React / Vue / Svelte theme object
- `<host>-mcp.json`            — MCP server payload (load via stdio)
- `<host>.brand.pdf`           — print-ready 13-chapter brand book

When you reference the system in code, prefer importing from these
files over hard-coding values.

## Output expectations

When asked to "build a pricing page" or "make a card" or any UI:

- Produce a single self-contained component file in the appropriate
  framework (React / Vue / Svelte — match what the user is using).
- Use Tailwind utility classes wired to the v4 `@theme` if Tailwind
  is available; otherwise use the CSS custom properties from
  `variables.css`.
- Write the headline copy using the brand voice; do not invent
  generic Lorem.
- Annotate any choice where you had to bend the system, with a
  one-line `// note:` comment explaining what and why.

## One-line install

```bash
npx designlang apple.com
```

Run this against any other URL to extract its system in the same
shape as the one above.

---

Generated by designlang. Re-extract by running `npx designlang apple.com`.
Drop this in any AI agent. It will build UI in the apple.com brand without hallucinating colours, fonts or component shapes.

MCP / Agent rules

The same payload the stdio MCP server hands to Claude Code, Cursor and Windsurf. Wire it into your editor and the agent answers brand-system questions with the actual extraction — not a guess.

How to wire MCP →npx designlang mcp --url https://apple.com
{
  "colors": {
    "all": [
      {
        "hex": "#1d1d1f",
        "rgb": {
          "r": 29,
          "g": 29,
          "b": 31,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 3,
          "l": 12
        },
        "count": 1153,
        "contexts": [
          "text",
          "border",
          "background"
        ]
      },
      {
        "hex": "#000000",
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 0
        },
        "count": 999,
        "contexts": [
          "text",
          "border",
          "background"
        ]
      },
      {
        "hex": "#2997ff",
        "rgb": {
          "r": 41,
          "g": 151,
          "b": 255,
          "a": 1
        },
        "hsl": {
          "h": 209,
          "s": 100,
          "l": 58
        },
        "count": 526,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#e8e8ed",
        "rgb": {
          "r": 232,
          "g": 232,
          "b": 237,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 12,
          "l": 92
        },
        "count": 478,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#ffffff",
        "rgb": {
          "r": 255,
          "g": 255,
          "b": 255,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 100
        },
        "count": 472,
        "contexts": [
          "background",
          "text",
          "border"
        ]
      },
      {
        "hex": "#f5f5f7",
        "rgb": {
          "r": 245,
          "g": 245,
          "b": 247,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 11,
          "l": 96
        },
        "count": 96,
        "contexts": [
          "background",
          "text",
          "border"
        ]
      },
      {
        "hex": "#86868b",
        "rgb": {
          "r": 134,
          "g": 134,
          "b": 139,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 2,
          "l": 54
        },
        "count": 64,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#0066cc",
        "rgb": {
          "r": 0,
          "g": 102,
          "b": 204,
          "a": 1
        },
        "hsl": {
          "h": 210,
          "s": 100,
          "l": 40
        },
        "count": 64,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#0071e3",
        "rgb": {
          "r": 0,
          "g": 113,
          "b": 227,
          "a": 1
        },
        "hsl": {
          "h": 210,
          "s": 100,
          "l": 45
        },
        "count": 9,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#6e6e73",
        "rgb": {
          "r": 110,
          "g": 110,
          "b": 115,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 2,
          "l": 44
        },
        "count": 4,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#333336",
        "rgb": {
          "r": 51,
          "g": 51,
          "b": 54,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 3,
          "l": 21
        },
        "count": 2,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#d2d2d7",
        "rgb": {
          "r": 210,
          "g": 210,
          "b": 215,
          "a": 0.64
        },
        "hsl": {
          "h": 240,
          "s": 6,
          "l": 83
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#271a11",
        "rgb": {
          "r": 39,
          "g": 26,
          "b": 17,
          "a": 1
        },
        "hsl": {
          "h": 25,
          "s": 39,
          "l": 11
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#ea33c0",
        "rgb": {
          "r": 234,
          "g": 51,
          "b": 192,
          "a": 1
        },
        "hsl": {
          "h": 314,
          "s": 81,
          "l": 56
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#9fc6f4",
        "rgb": {
          "r": 159,
          "g": 198,
          "b": 244,
          "a": 1
        },
        "hsl": {
          "h": 212,
          "s": 79,
          "l": 79
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#41626a",
        "rgb": {
          "r": 65,
          "g": 98,
          "b": 106,
          "a": 1
        },
        "hsl": {
          "h": 192,
          "s": 24,
          "l": 34
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#3397d4",
        "rgb": {
          "r": 51,
          "g": 151,
          "b": 212,
          "a": 1
        },
        "hsl": {
          "h": 203,
          "s": 65,
          "l": 52
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#371410",
        "rgb": {
          "r": 55,
          "g": 20,
          "b": 16,
          "a": 1
        },
        "hsl": {
          "h": 6,
          "s": 55,
          "l": 14
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      }
    ]
  },
  "regions": [
    {
      "role": "sidebar",
      "tag": "aside",
      "bounds": {
        "x": 0,
        "y": 0,
        "w": 1280,
        "h": 70
      },
      "heading": null,
      "buttonCount": 2,
      "cardCount": 6,
      "className": null
    },
    {
      "role": "sidebar",
      "tag": "aside",
      "bounds": {
        "x": 0,
        "y": 0,
        "w": 0,
        "h": 0
      },
      "heading": null,
      "buttonCount": 0,
      "cardCount": 0,
      "className": "globalmessage-segment"
    },
    {
      "role": "nav",
      "tag": "nav",
      "bounds": {
        "x": 0,
        "y": 70,
        "w": 1280,
        "h": 44
      },
      "heading": null,
      "buttonCount": 39,
      "cardCount": 236,
      "className": "globalnav js"
    },
    {
      "role": "content",
      "tag": "main",
      "bounds": {
        "x": 0,
        "y": 0,
        "w": 1280,
        "h": 4959
      },
      "heading": "Accessibility",
      "buttonCount": 32,
      "cardCount": 30,
      "className": "main"
    },
    {
      "role": "hero",
      "tag": "section",
      "bounds": {
        "x": 0,
        "y": 114,
        "w": 1280,
        "h": 2100
      },
      "heading": "Accessibility",
      "buttonCount": 5,
      "cardCount": 0,
      "className": "section section-hero"
    },
    {
      "role": "content",
      "tag": "section",
      "bounds": {
        "x": 0,
        "y": 2226,
        "w": 1280,
        "h": 1764
      },
      "heading": "WWDC 26",
      "buttonCount": 8,
      "cardCount": 0,
      "className": "section section-promo"
    },
    {
      "role": "hero",
      "tag": "section",
      "bounds": {
        "x": 0,
        "y": 4002,
        "w": 1280,
        "h": 957
      },
      "heading": "Endless entertainment.",
      "buttonCount": 19,
      "cardCount": 30,
      "className": "section-endless-entertainment-gallery"
    },
    {
      "role": "footer",
      "tag": "footer",
      "bounds": {
        "x": 0,
        "y": 4959,
        "w": 1280,
        "h": 1395.65625
      },
      "heading": "Apple Footer",
      "buttonCount": 11,
      "cardCount": 72,
      "className": "js"
    },
    {
      "role": "content",
      "tag": "section",
      "bounds": {
        "x": 150,
        "y": 4959,
        "w": 980,
        "h": 809.75
      },
      "heading": null,
      "buttonCount": 0,
      "cardCount": 4,
      "className": "ac-gf-sosumi"
    },
    {
      "role": "nav",
      "tag": "nav",
      "bounds": {
        "x": 150,
        "y": 5768.75,
        "w": 980,
        "h": 459.90625
      },
      "heading": "Shop and Learn",
      "buttonCount": 11,
      "cardCount": 63,
      "className": "ac-gf-directory with-5-columns"
    },
    {
      "role": "content",
      "tag": "section",
      "bounds": {
        "x": 150,
        "y": 6228.65625,
        "w": 980,
        "h": 126
      },
      "heading": null,
      "buttonCount": 0,
      "cardCount": 5,
      "className": "ac-gf-footer"
    }
  ],
  "componentClusters": [
    {
      "kind": "button",
      "structuralHash": "a",
      "instanceCount": 14,
      "variants": [
        {
          "css": {
            "background": "rgb(245, 245, 247)",
            "color": "rgb(0, 0, 0)",
            "padding": "8px 15px 8px 15px",
            "borderRadius": "8px",
            "border": "1px solid rgba(0, 0, 0, 0)",
            "fontSize": "14px",
            "fontWeight": "400"
          },
          "instanceCount": 1
        },
        {
          "css": {
            "background": "rgb(0, 113, 227)",
            "color": "rgb(255, 255, 255)",
            "padding": "11px 21px 11px 21px",
            "borderRadius": "980px",
            "border": "1px solid rgba(0, 0, 0, 0)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 9
        },
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgb(0, 102, 204)",
            "padding": "11px 21px 11px 21px",
            "borderRadius": "980px",
            "border": "1px solid rgb(0, 102, 204)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 4
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "button>svg",
      "instanceCount": 1,
      "variants": [
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgba(255, 255, 255, 0.8)",
            "padding": "0px 0px 0px 0px",
            "borderRadius": "0px",
            "border": "0px none rgba(255, 255, 255, 0.8)",
            "fontSize": "18px",
            "fontWeight": "300"
          },
          "instanceCount": 1
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "button>span>span",
      "instanceCount": 13,
      "variants": [
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgba(255, 255, 255, 0.8)",
            "padding": "0px 0px 0px 0px",
            "borderRadius": "0px",
            "border": "0px none rgba(255, 255, 255, 0.8)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 11
        },
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgb(29, 29, 31)",
            "padding": "2px 0px 2px 0px",
            "borderRadius": "0px",
            "border": "0px none rgb(29, 29, 31)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 2
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "span>svg",
      "instanceCount": 11,
      "variants": [
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgba(255, 255, 255, 0.8)",
            "padding": "0px 0px 0px 0px",
            "borderRadius": "0px",
            "border": "0px none rgba(255, 255, 255, 0.8)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 11
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "a>span>span",
      "instanceCount": 1,
      "variants": [
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgba(255, 255, 255, 0.8)",
            "padding": "0px 8px 0px 8px",
            "borderRadius": "0px",
            "border": "0px none rgba(255, 255, 255, 0.8)",
            "fontSize": "12px",
            "fontWeight": "400"
          },
          "instanceCount": 1
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "a>span>span>span",
      "instanceCount": 1,
      "variants": [
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgba(255, 255, 255, 0.8)",
            "padding": "0px 8px 0px 8px",
            "borderRadius": "0px",
            "border": "0px none rgba(255, 255, 255, 0.8)",
            "fontSize": "12px",
            "fontWeight": "400"
          },
          "instanceCount": 1
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "button>span",
      "instanceCount": 1,
      "variants": [
        {
          "css": {
            "background": "rgba(210, 210, 215, 0.64)",
            "color": "rgba(0, 0, 0, 0.48)",
            "padding": "0px 0px 0px 0px",
            "borderRadius": "50%",
            "border": "0px none rgba(0, 0, 0, 0.48)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 1
        }
      ]
    },
    {
      "kind": "button",
      "structuralHash": "div",
      "instanceCount": 18,
      "variants": [
        {
          "css": {
            "background": "rgb(245, 245, 247)",
            "color": "rgb(0, 0, 0)",
            "padding": "11px 21px 11px 21px",
            "borderRadius": "980px",
            "border": "1px solid rgba(0, 0, 0, 0)",
            "fontSize": "17px",
            "fontWeight": "400"
          },
          "instanceCount": 18
        }
      ]
    }
  ],
  "accessibility": {
    "remediation": []
  },
  "cssHealth": {
    "sheets": [
      {
        "url": "https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.css",
        "totalBytes": 170263,
        "usedBytes": 22387,
        "unusedBytes": 147876,
        "unusedPercent": 87
      },
      {
        "url": "https://www.apple.com/",
        "totalBytes": 28,
        "usedBytes": 0,
        "unusedBytes": 28,
        "unusedPercent": 100
      },
      {
        "url": "https://www.apple.com/v/home/a/styles/main.built.css",
        "totalBytes": 126497,
        "usedBytes": 9044,
        "unusedBytes": 117453,
        "unusedPercent": 93
      },
      {
        "url": "https://www.apple.com/v/home/a/built/styles/home-gallery.built.css",
        "totalBytes": 174909,
        "usedBytes": 29100,
        "unusedBytes": 145809,
        "unusedPercent": 83
      },
      {
        "url": "https://www.apple.com/wss/fonts?families=SF+Pro,v3|SF+Pro+Icons,v3",
        "totalBytes": 22034,
        "usedBytes": 0,
        "unusedBytes": 22034,
        "unusedPercent": 100
      },
      {
        "url": "https://www.apple.com/ac/localnav/9/styles/ac-localnav.built.css",
        "totalBytes": 82381,
        "usedBytes": 628,
        "unusedBytes": 81753,
        "unusedPercent": 99
      },
      {
        "url": "https://www.apple.com/ac/globalfooter/8/en_US/styles/ac-globalfooter.built.css",
        "totalBytes": 56204,
        "usedBytes": 8791,
        "unusedBytes": 47413,
        "unusedPercent": 84
      },
      {
        "url": "https://www.apple.com/home/built/styles/home_xk3hw0mx.built.css",
        "totalBytes": 2790,
        "usedBytes": 667,
        "unusedBytes": 2123,
        "unusedPercent": 76
      },
      {
        "url": "https://www.apple.com/v/home/a/styles/home.built.css",
        "totalBytes": 31733,
        "usedBytes": 6302,
        "unusedBytes": 25431,
        "unusedPercent": 80
      },
      {
        "url": "https://www.apple.com/ac/localeswitcher/4/en_AE/styles/localeswitcher.built.css",
        "totalBytes": 39687,
        "usedBytes": 12964,
        "unusedBytes": 26723,
        "unusedPercent": 67
      }
    ],
    "totalBytes": 706526,
    "usedBytes": 89883,
    "unusedBytes": 616643,
    "unusedPercent": 87,
    "importantCount": 26,
    "duplicates": 7458,
    "vendorPrefixes": {
      "webkit": 178,
      "moz": 14,
      "ms": 15,
      "o": 2
    },
    "keyframes": [],
    "specificity": {
      "max": [
        3,
        7,
        2
      ],
      "average": [
        0.41,
        1.87,
        0.18
      ],
      "count": 5820
    },
    "issues": [
      "26 !important rules",
      "7458 duplicate declarations",
      "87% unused CSS"
    ]
  }
}

Prompt pack

Paste-ready prompts pre-loaded with the apple.com system. Generators (v0, Lovable, Cursor, Claude Artifacts) and per-component recipes (button, card).

v0879 chars
Build a landing page with this exact visual language.
COLORS:
  #1d1d1f
  #000000
  #2997ff
  #e8e8ed
  #ffffff
  #f5f5f7
  #86868b
  #0066cc
  #0071e3
  #6e6e73
  #333336
  #d2d2d7
  #271a11
  #ea33c0
FONTS: [object Object], [object Object], [object Object]
SPACING: 1, 4, 24, 26, 29, 32, 34, 37
RADIUS: 5, 8, 11, 50, 980, 999
SHADOWS: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px
MATERIAL LANGUAGE: material-you
VOICE: Tone: friendly · Headings: Title Case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object]
SECTIONS (in order):
- sidebar
- sidebar
- steps — heading: "Accessibility"
- hero — heading: "Accessibility"
- cta — heading: "WWDC 26"
- gallery — heading: "Endless entertainment."
- footer — heading: "Apple Footer"
- pricing-table
Use Tailwind. Match these tokens exactly. Keep the material language consistent.
Lovable716 chars
Clone the design language of this landing page and build a fresh equivalent.
Visual feel: material-you. Tone: friendly · Headings: Title Case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object]
Primary palette: #1d1d1f, #000000, #2997ff, #e8e8ed, #ffffff.
Typography: [object Object], [object Object], [object Object].
Corner radius vocabulary: 5, 8, 11, 50, 980, 999.
Shadow vocabulary: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px.
Page structure:
- sidebar
- sidebar
- steps — heading: "Accessibility"
- hero — heading: "Accessibility"
- cta — heading: "WWDC 26"
- gallery — heading: "Endless entertainment."
- footer — heading: "Apple Footer"
- pricing-table
Cursor841 chars
# Design brief
Page type: **landing**.
Material language: **material-you**.
Voice: Tone: friendly · Headings: Title Case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object].
## Tokens
```ts
export const tokens = {
  colors: ['#1d1d1f', '#000000', '#2997ff', '#e8e8ed', '#ffffff', '#f5f5f7', '#86868b', '#0066cc', '#0071e3', '#6e6e73', '#333336', '#d2d2d7', '#271a11', '#ea33c0'],
  fonts: ['[object Object]', '[object Object]', '[object Object]'],
  radii: ['5', '8', '11', '50', '980', '999'],
  shadows: ['rgba(0, 0, 0, 0.22) 3px 5px 30px 0px'],
};
```
## Sections
- sidebar
- sidebar
- steps — heading: "Accessibility"
- hero — heading: "Accessibility"
- cta — heading: "WWDC 26"
- gallery — heading: "Endless entertainment."
- footer — heading: "Apple Footer"
- pricing-table
Claude Artifacts916 chars
Create a React artifact that reproduces this brand's design language.
Page intent: landing.
Material language: material-you.
Voice: Tone: friendly · Headings: Title Case · CTA verbs: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object].
Colors to use: #1d1d1f, #000000, #2997ff, #e8e8ed, #ffffff, #f5f5f7, #86868b, #0066cc, #0071e3, #6e6e73, #333336, #d2d2d7, #271a11, #ea33c0.
Fonts: [object Object], [object Object], [object Object].
Radius vocabulary: 5, 8, 11, 50, 980, 999.
Sections:
- sidebar
- sidebar
- steps — heading: "Accessibility"
- hero — heading: "Accessibility"
- cta — heading: "WWDC 26"
- gallery — heading: "Endless entertainment."
- footer — heading: "Apple Footer"
- pricing-table
Use Tailwind via CDN, lucide-react for icons, and keep the material language consistent across sections. Do not add extra decorative elements outside this vocabulary.
Recipe · Button749 chars
# Recipe: button
Build one button component that matches this brand.
Palette: #1d1d1f, #000000, #2997ff, #e8e8ed, #ffffff, #f5f5f7
Typography: [object Object], [object Object], [object Object]
Material: material-you
Signals: Radius: 5, 8, 11, 50, 980, 999 · Shadows: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px
## Anatomy (detected)
```json
{
  "kind": "button",
  "structuralHash": "div",
  "instanceCount": 18,
  "variants": [
    {
      "css": {
        "background": "rgb(245, 245, 247)",
        "color": "rgb(0, 0, 0)",
        "padding": "11px 21px 11px 21px",
        "borderRadius": "980px",
        "border": "1px solid rgba(0, 0, 0, 0)",
        "fontSize": "17px",
        "fontWeight": "400"
      },
      "instanceCount": 18
    }
  ]
}
```
Recipe · Card745 chars
# Recipe: card
Build one card component that matches this brand.
Palette: #000000, #1d1d1f, #2997ff, #333336, #f5f5f7, #0066cc
Typography: [object Object], [object Object], [object Object]
Material: material-you
Signals: Radius: 5, 8, 11, 50, 980, 999 · Shadows: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px
## Anatomy (detected)
```json
{
  "kind": "card",
  "structuralHash": "span>a",
  "instanceCount": 1,
  "variants": [
    {
      "css": {
        "background": "rgba(0, 0, 0, 0)",
        "color": "rgba(0, 0, 0, 0.56)",
        "padding": "0px 0px 0px 0px",
        "borderRadius": "0px",
        "border": "0px none rgba(0, 0, 0, 0.56)",
        "fontSize": "12px",
        "fontWeight": "400"
      },
      "instanceCount": 1
    }
  ]
}
```

Run designlang on your own URL.

Same 38-artefact depth as the apple.com extraction above. No signup, no API key.

npx designlang yoursite.comTry it live