← Gallery

extracted · 34 artefacts

perplexity.ai

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

4colors
Aaf0
vs design-extractor.com

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

See full comparison ↗
2,040 charsbrand book ↗
---
site: Just a moment...
url: "https://perplexity.ai"
generated_at: "2026-06-25T08:30:56.419Z"
generator: "designlang@13.0.0"
intent: landing
material: flat
tokens:
  colors:
    primary: "#0000ee"
    foreground: "#313131"
  typography:
    sans: Arial
    base: 12
  spacing:
    scale: "[8, 128]"
  radii:
    full: 50
---

# Overview

A **landing** page (heuristic confidence 0.31), dressed in **flat** material.

> "Just a moment..."

The author writes in a **neutral** voice; headings tend to be **unknown** case and **tight**.

Reading order detected on the source: `footer`.

Source: <https://perplexity.ai>.

# Colors

| role | hex | usage |
|---|---|---|
| primary | `#0000ee` | 4 |
| foreground | `#313131` | — |

**Neutrals:** `#313131` · `#000000` · `#d9d9d9`

**Total unique colors detected:** 4.

# Typography

**Families**
- `Arial` · 1 uses

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

**Heading scale**
| level | size | weight | line-height |
|---|---|---|---|
| h1 | `40px` | `600` | `50px` |
| h2 | `24px` | `600` | `30px` |

# Layout

**Scale:** `8px` · `128px`

**Layout primitives:** 1 grid containers · 5 flex containers.

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

# Elevation and Depth

_No discrete shadow tokens detected — flat material._

# Shapes

**Radius scale**
- `full` — `50px`

# Components

**Detected patterns:** `inputs` · `links` · `footer`


# Do's and Don'ts

**Do's**
- Write headings in **unknown** case, **tight** length.
- Address the reader with the pronoun posture **third-person**.
- Stay inside the **flat** material — match shadow and radius habits.

**Don'ts**
- Don't no consistent spacing base unit detected — values appear arbitrary.
- Don't 63% of css is unused — consider purging.

---
_Generated by [designlang](https://github.com/Manavarya09/design-extract) v13.0.0 from <https://perplexity.ai>._
_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

Arial
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

Agent prompt

One self-contained system prompt with every perplexity.ai 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 perplexity.ai design system.

Source: https://perplexity.ai
Extracted by designlang on 2026-06-25.

## Brand at a glance

- title         Just a moment...
- page intent   landing
- material      flat
- design grade  B

## Colour

- primary     #0000ee
- neutrals    #313131 · #000000 · #d9d9d9

## Typography

- families   Arial
- weights    400 · 600
- base size  16px

## Spacing

- scale      8px · 128px

## Radii

- scale      50px

## Voice

- tone       neutral
- pronoun    third-person
- headings   unknown

## 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 perplexity.ai
```

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 perplexity.ai`.
Drop this in any AI agent. It will build UI in the perplexity.ai 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://perplexity.ai
{
  "colors": {
    "all": [
      {
        "hex": "#313131",
        "rgb": {
          "r": 49,
          "g": 49,
          "b": 49,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 19
        },
        "count": 84,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#0000ee",
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 238,
          "a": 1
        },
        "hsl": {
          "h": 240,
          "s": 100,
          "l": 47
        },
        "count": 4,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#000000",
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 0
        },
        "count": 2,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#d9d9d9",
        "rgb": {
          "r": 217,
          "g": 217,
          "b": 217,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 85
        },
        "count": 2,
        "contexts": [
          "border"
        ]
      }
    ]
  },
  "regions": [
    {
      "role": "footer",
      "tag": "div",
      "bounds": {
        "x": 160,
        "y": 731,
        "w": 960,
        "h": 69
      },
      "heading": null,
      "buttonCount": 0,
      "cardCount": 0,
      "className": "footer"
    }
  ],
  "componentClusters": [],
  "accessibility": {
    "remediation": []
  },
  "cssHealth": {
    "sheets": [
      {
        "url": "https://www.perplexity.ai/",
        "totalBytes": 1197,
        "usedBytes": 439,
        "unusedBytes": 758,
        "unusedPercent": 63
      }
    ],
    "totalBytes": 1197,
    "usedBytes": 439,
    "unusedBytes": 758,
    "unusedPercent": 63,
    "importantCount": 0,
    "duplicates": 0,
    "vendorPrefixes": {
      "webkit": 1,
      "moz": 0,
      "ms": 0,
      "o": 0
    },
    "keyframes": [],
    "specificity": {
      "max": [
        1,
        1,
        1
      ],
      "average": [
        0.2,
        0.2,
        0.4
      ],
      "count": 5
    },
    "issues": [
      "63% unused CSS"
    ]
  }
}

Run designlang on your own URL.

Same 34-artefact depth as the perplexity.ai extraction above. No signup, no API key.

npx designlang yoursite.comTry it live