← Gallery

extracted · 34 artefacts

replit.com

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

7colors
Aaf0
vs design-extractor.com

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

See full comparison ↗
2,553 charsbrand book ↗
---
site: "Attention Required! | Cloudflare"
url: "https://replit.com"
generated_at: "2026-06-25T08:29:30.219Z"
generator: "designlang@13.0.0"
intent: landing
material: flat
tokens:
  colors:
    primary: "#0051c3"
    secondary: "#de5052"
    accent: "#521010"
    background: "#ffffff"
    foreground: "#000000"
  typography:
    sans: Times
    base: 13
  spacing:
    scale: "[3, 23, 53, 160]"
  radii:
    xs: 2
    sm: 5
---

# Overview

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

> "Attention Required! | Cloudflare"

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

Reading order detected on the source: `—`.

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

# Colors

| role | hex | usage |
|---|---|---|
| primary | `#0051c3` | 4 |
| secondary | `#de5052` | 1 |
| accent | `#521010` | 1 |
| background | `#ffffff` | — |
| foreground | `#000000` | — |

**Neutrals:** `#404040` · `#000000` · `#595959` · `#ffffff` · `#ebebeb`

**Total unique colors detected:** 8.

# Typography

**Families**
- `Times` · 15 uses

**Body size:** `13px` / line-height `19.5px`.

**Heading scale**
| level | size | weight | line-height |
|---|---|---|---|
| h1 | `60px` | `300` | `72px` |
| h2 | `30px` | `300` | `39px` |

# Layout

**Scale:** `3px` · `23px` · `53px` · `160px`

**Layout primitives:** 0 grid containers · 0 flex containers.

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

# Elevation and Depth

_No discrete shadow tokens detected — flat material._

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

# Shapes

**Radius scale**
- `xs` — `2px`
- `sm` — `5px`

# Components

**Detected patterns:** `buttons` · `links` · `navigation` · `footer`


# Do's and Don'ts

**Do's**
- Use `click` as the primary verbs in CTAs — these dominate the source.
- 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 16 !important rules — prefer specificity over overrides.
- Don't 69% of css is unused — consider purging.
- Don't 241 duplicate css declarations.

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

Times
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 replit.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 replit.com design system.

Source: https://replit.com
Extracted by designlang on 2026-06-25.

## Brand at a glance

- title         Attention Required! | Cloudflare
- page intent   landing
- material      flat
- design grade  B

## Colour

- primary     #0051c3
- secondary   #de5052
- accent      #521010
- neutrals    #404040 · #000000 · #595959 · #ffffff · #ebebeb

## Typography

- families   Times
- weights    400 · 300 · 600
- base size  16px

## Spacing

- scale      3px · 23px · 53px · 160px

## Radii

- scale      2px · 5px

## Motion

- durations  150ms

## Voice

- tone       neutral
- pronoun    third-person
- headings   unknown
- CTA verbs  click

## 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 replit.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 replit.com`.
Drop this in any AI agent. It will build UI in the replit.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://replit.com
{
  "colors": {
    "all": [
      {
        "hex": "#404040",
        "rgb": {
          "r": 64,
          "g": 64,
          "b": 64,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 25
        },
        "count": 53,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#000000",
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 0
        },
        "count": 30,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#595959",
        "rgb": {
          "r": 89,
          "g": 89,
          "b": 89,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 35
        },
        "count": 4,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#0051c3",
        "rgb": {
          "r": 0,
          "g": 81,
          "b": 195,
          "a": 1
        },
        "hsl": {
          "h": 215,
          "s": 100,
          "l": 38
        },
        "count": 4,
        "contexts": [
          "text",
          "border"
        ]
      },
      {
        "hex": "#ffffff",
        "rgb": {
          "r": 255,
          "g": 255,
          "b": 255,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 100
        },
        "count": 3,
        "contexts": [
          "text",
          "background"
        ]
      },
      {
        "hex": "#ebebeb",
        "rgb": {
          "r": 235,
          "g": 235,
          "b": 235,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 92
        },
        "count": 2,
        "contexts": [
          "background",
          "border"
        ]
      },
      {
        "hex": "#de5052",
        "rgb": {
          "r": 222,
          "g": 80,
          "b": 82,
          "a": 1
        },
        "hsl": {
          "h": 359,
          "s": 68,
          "l": 59
        },
        "count": 1,
        "contexts": [
          "background"
        ]
      },
      {
        "hex": "#521010",
        "rgb": {
          "r": 82,
          "g": 16,
          "b": 16,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 67,
          "l": 19
        },
        "count": 1,
        "contexts": [
          "border"
        ]
      }
    ]
  },
  "regions": [],
  "componentClusters": [
    {
      "kind": "button",
      "structuralHash": "button",
      "instanceCount": 1,
      "variants": [
        {
          "css": {
            "background": "rgba(0, 0, 0, 0)",
            "color": "rgb(0, 81, 195)",
            "padding": "0px 0px 0px 0px",
            "borderRadius": "0px",
            "border": "0px none rgb(0, 81, 195)",
            "fontSize": "13px",
            "fontWeight": "400"
          },
          "instanceCount": 1
        }
      ]
    }
  ],
  "accessibility": {
    "remediation": []
  },
  "cssHealth": {
    "sheets": [
      {
        "url": "https://replit.com/cdn-cgi/styles/cf.errors.css",
        "totalBytes": 24051,
        "usedBytes": 7470,
        "unusedBytes": 16581,
        "unusedPercent": 69
      },
      {
        "url": "https://replit.com/",
        "totalBytes": 24,
        "usedBytes": 24,
        "unusedBytes": 0,
        "unusedPercent": 0
      }
    ],
    "totalBytes": 24075,
    "usedBytes": 7494,
    "unusedBytes": 16581,
    "unusedPercent": 69,
    "importantCount": 16,
    "duplicates": 241,
    "vendorPrefixes": {
      "webkit": 9,
      "moz": 11,
      "ms": 1,
      "o": 0
    },
    "keyframes": [],
    "specificity": {
      "max": [
        2,
        4,
        2
      ],
      "average": [
        1.22,
        1.11,
        0.62
      ],
      "count": 404
    },
    "issues": [
      "16 !important rules",
      "241 duplicate declarations",
      "69% unused CSS"
    ]
  }
}

Run designlang on your own URL.

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

npx designlang yoursite.comTry it live