← Gallery

extracted · 34 artefacts

ramp.com

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

1colors
Aaf0
vs design-extractor.com

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

See full comparison ↗
1,675 charsbrand book ↗
---
site: "https://ramp.com"
url: "https://ramp.com"
generated_at: "2026-06-25T08:30:57.905Z"
generator: "designlang@13.0.0"
intent: landing
material: flat
tokens:
  colors:
    foreground: "#000000"
  typography:
    sans: Times
  spacing:
    scale: "[8, 13]"
---

# Overview

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

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

Reading order detected on the source: `—`.

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

# Colors

| role | hex | usage |
|---|---|---|
| foreground | `#000000` | — |

**Neutrals:** `#000000`

**Total unique colors detected:** 1.

# Typography

**Families**
- `Times` · 4 uses

# Layout

**Scale:** `8px` · `13px`

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

# Elevation and Depth

_No discrete shadow tokens detected — flat material._

# Shapes

_No discrete radius tokens detected — sharp/brutalist shapes._

# Components

_No component anatomy extracted._

# 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 clear primary brand color detected.
- Don't no consistent spacing base unit detected — values appear arbitrary.

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

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

## Brand at a glance

- title         ramp.com
- page intent   landing
- material      flat
- design grade  B

## Colour

- neutrals    #000000

## Typography

- families   Times
- weights    400
- base size  16px

## Spacing

- scale      8px · 13px

## 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 ramp.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 ramp.com`.
Drop this in any AI agent. It will build UI in the ramp.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://ramp.com
{
  "colors": {
    "all": [
      {
        "hex": "#000000",
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 1
        },
        "hsl": {
          "h": 0,
          "s": 0,
          "l": 0
        },
        "count": 10,
        "contexts": [
          "text",
          "border"
        ]
      }
    ]
  },
  "regions": [],
  "componentClusters": [],
  "accessibility": {
    "remediation": []
  },
  "cssHealth": {
    "sheets": [],
    "totalBytes": 0,
    "usedBytes": 0,
    "unusedBytes": 0,
    "unusedPercent": 0,
    "importantCount": 0,
    "duplicates": 0,
    "vendorPrefixes": {
      "webkit": 0,
      "moz": 0,
      "ms": 0,
      "o": 0
    },
    "keyframes": [],
    "specificity": {
      "max": [
        0,
        0,
        0
      ],
      "average": [
        0,
        0,
        0
      ],
      "count": 0
    },
    "issues": []
  }
}

Run designlang on your own URL.

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

npx designlang yoursite.comTry it live