extracted · 34 artefacts
planetscale.com
Live extraction of https://planetscale.com — tokens, emitters, anatomy, icons, voice, motion, MCP server, AGENTS.md, prompt pack and a 13-chapter brand book. Generated with one command.
They surface 4 sections per brand (DESIGN.md · Tailwind · CSS · Tokens). designlang ships 34 artefacts for planetscale.com and renders 12+ sections below.
---
site: PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres
url: "https://planetscale.com"
generated_at: "2026-06-25T08:31:33.191Z"
generator: "designlang@13.0.0"
intent: landing
material: flat
library: tailwindcss
tokens:
colors:
primary: "#f2b600"
secondary: "#f35815"
accent: "#0b6ec5"
background: "#fafafa"
foreground: "#414141"
typography:
base: 16
spacing:
base: 4
scale: "[4, 80, 96]"
radii:
full: 9999
---
# Overview
A **landing** page (heuristic confidence 0.31), dressed in **flat** material.
Component library appears to be **tailwindcss** (0.811).
> "The world’s fastest and most scalable cloud databases"
The author writes in a **friendly** voice; headings tend to be **Sentence case** case and **tight**.
Reading order detected on the source: `nav → cta → nav → testimonial → testimonial → footer → nav`.
Source: <https://planetscale.com>.
# Colors
| role | hex | usage |
|---|---|---|
| primary | `#f2b600` | 1 |
| secondary | `#f35815` | 2 |
| accent | `#0b6ec5` | 76 |
| background | `#fafafa` | — |
| foreground | `#414141` | — |
**Neutrals:** `#414141` · `#c1c1c1` · `#737373` · `#ffffff` · `#000000`
**Total unique colors detected:** 10.
# Typography
**Body size:** `16px` / line-height `24px`.
**Heading scale**
| level | size | weight | line-height |
|---|---|---|---|
| h1 | `16px` | `400` | `24px` |
# Layout
**Spacing base:** `4px` increments.
**Scale:** `4px` · `80px` · `96px`
**Layout primitives:** 4 grid containers · 63 flex containers.
**Breakpoints:** `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px` · `[object Object]px`
# Elevation and Depth
_No discrete shadow tokens detected — flat material._
# Shapes
**Radius scale**
- `full` — `9999px`
# Components
**Detected patterns:** `buttons` · `links` · `navigation` · `footer` · `tabs` · `accordions`
**Anatomy**
| kind | variants | sizes | instances |
|---|---|---|---|
| button | primary | — | 6 |
# Do's and Don'ts
**Do's**
- Use `get`, `platform`, `resources` as the primary verbs in CTAs — these dominate the source.
- Write headings in **Sentence case** case, **tight** length.
- Address the reader with the pronoun posture **you-only**.
- Stay inside the **flat** material — match shadow and radius habits.
**Don'ts**
- Don't ship copy on the colors flagged in accessibility — 1 contrast pair(s) fail WCAG AA on the source itself.
- Don't 1 wcag contrast failures.
- Don't 35 !important rules — prefer specificity over overrides.
- Don't 80% of css is unused — consider purging.
- Don't 1046 duplicate css declarations.
---
_Generated by [designlang](https://github.com/Manavarya09/design-extract) v13.0.0 from <https://planetscale.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._
Agent prompt
One self-contained system prompt with every planetscale.com token, anatomy slot and voice rule. Drop it into any AI agent and it builds in this brand without hallucinating.
# You are building UI in the planetscale.com design system. Source: https://planetscale.com Extracted by designlang on 2026-06-25. ## Brand at a glance - title PlanetScale - the world’s fastest and most scalable cloud hosting for Vitess and Postgres - page intent landing - material flat - design grade A ## Colour - primary #f2b600 - secondary #f35815 - accent #0b6ec5 - neutrals #414141 · #c1c1c1 · #737373 · #ffffff · #000000 · #111111 ## Typography - weights 400 · 600 · 500 · 700 - base size 16px ## Spacing - scale 4px · 80px · 96px ## Radii - scale 9999px ## Motion - durations 150ms ## Voice - tone friendly - pronoun you-only - headings Sentence case - CTA verbs get · platform · resources · vitess · postgres · neki ## Component anatomy - button variants: [object Object] · [object Object] · slots: true · false · false ## Accessibility - WCAG score 86% · failing pairs: 1 ## 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 planetscale.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 planetscale.com`.
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.
npx designlang mcp --url https://planetscale.com{
"colors": {
"all": [
{
"hex": "#414141",
"rgb": {
"r": 65,
"g": 65,
"b": 65,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 25
},
"count": 986,
"contexts": [
"text",
"border"
]
},
{
"hex": "#0b6ec5",
"rgb": {
"r": 11,
"g": 110,
"b": 197,
"a": 1
},
"hsl": {
"h": 208,
"s": 89,
"l": 41
},
"count": 76,
"contexts": [
"text"
]
},
{
"hex": "#c1c1c1",
"rgb": {
"r": 193,
"g": 193,
"b": 193,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 76
},
"count": 25,
"contexts": [
"text",
"border"
]
},
{
"hex": "#737373",
"rgb": {
"r": 115,
"g": 115,
"b": 115,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 45
},
"count": 16,
"contexts": [
"text"
]
},
{
"hex": "#ffffff",
"rgb": {
"r": 255,
"g": 255,
"b": 255,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 100
},
"count": 14,
"contexts": [
"background",
"text"
]
},
{
"hex": "#000000",
"rgb": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 0
},
"count": 10,
"contexts": [
"text"
]
},
{
"hex": "#111111",
"rgb": {
"r": 17,
"g": 17,
"b": 17,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 7
},
"count": 3,
"contexts": [
"background",
"text"
]
},
{
"hex": "#f35815",
"rgb": {
"r": 243,
"g": 88,
"b": 21,
"a": 1
},
"hsl": {
"h": 18,
"s": 90,
"l": 52
},
"count": 2,
"contexts": [
"background",
"border"
]
},
{
"hex": "#f2b600",
"rgb": {
"r": 242,
"g": 182,
"b": 0,
"a": 1
},
"hsl": {
"h": 45,
"s": 100,
"l": 47
},
"count": 1,
"contexts": [
"background"
]
},
{
"hex": "#ebebeb",
"rgb": {
"r": 235,
"g": 235,
"b": 235,
"a": 1
},
"hsl": {
"h": 0,
"s": 0,
"l": 92
},
"count": 1,
"contexts": [
"background"
]
}
]
},
"regions": [
{
"role": "nav",
"tag": "header",
"bounds": {
"x": 0,
"y": 72,
"w": 1280,
"h": 32
},
"heading": null,
"buttonCount": 5,
"cardCount": 22,
"className": "relative mb-6 mt-4 bg-primary"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 96,
"y": 76,
"w": 553.71875,
"h": 24
},
"heading": null,
"buttonCount": 2,
"cardCount": 9,
"className": "hidden items-center lg:flex"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 0,
"y": 0,
"w": 0,
"h": 0
},
"heading": null,
"buttonCount": 2,
"cardCount": 9,
"className": "dashed-box mt-1 p-3"
},
{
"role": "content",
"tag": "main",
"bounds": {
"x": 0,
"y": 152,
"w": 1280,
"h": 5768.671875
},
"heading": "The world’s fastest and most scalable cloud databases",
"buttonCount": 3,
"cardCount": 80,
"className": "container mb-6 max-w-7xl px-3 sm:px-5 lg:px-12"
},
{
"role": "content",
"tag": "section",
"bounds": {
"x": 96,
"y": 152,
"w": 1088,
"h": 5768.671875
},
"heading": "The world’s fastest and most scalable cloud databases",
"buttonCount": 3,
"cardCount": 80,
"className": null
},
{
"role": "footer",
"tag": "footer",
"bounds": {
"x": 0,
"y": 6048.671875,
"w": 1280,
"h": 384
},
"heading": "Company",
"buttonCount": 0,
"cardCount": 0,
"className": "mb-6 mt-10 px-3 sm:px-5 container max-w-7xl"
},
{
"role": "nav",
"tag": "nav",
"bounds": {
"x": 96,
"y": 6048.671875,
"w": 1088,
"h": 240
},
"heading": "Company",
"buttonCount": 0,
"cardCount": 0,
"className": "grid grid-cols-1 text-left sm:grid-cols-2 lg:grid-cols-5 lg:mx-7"
}
],
"componentClusters": [
{
"kind": "button",
"structuralHash": "a",
"instanceCount": 1,
"variants": [
{
"css": {
"background": "rgb(243, 88, 21)",
"color": "rgb(255, 255, 255)",
"padding": "0px 8px 0px 8px",
"borderRadius": "0px",
"border": "0px solid rgb(65, 65, 65)",
"fontSize": "16px",
"fontWeight": "600"
},
"instanceCount": 1
}
]
},
{
"kind": "button",
"structuralHash": "button>span",
"instanceCount": 2,
"variants": [
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(65, 65, 65)",
"padding": "0px 0px 0px 0px",
"borderRadius": "0px",
"border": "0px solid rgb(65, 65, 65)",
"fontSize": "16px",
"fontWeight": "600"
},
"instanceCount": 2
}
]
},
{
"kind": "button",
"structuralHash": "button",
"instanceCount": 3,
"variants": [
{
"css": {
"background": "rgb(17, 17, 17)",
"color": "rgb(250, 250, 250)",
"padding": "16px 0px 16px 0px",
"borderRadius": "0px",
"border": "0px solid rgb(65, 65, 65)",
"fontSize": "16px",
"fontWeight": "600"
},
"instanceCount": 1
},
{
"css": {
"background": "rgba(0, 0, 0, 0)",
"color": "rgb(65, 65, 65)",
"padding": "16px 0px 16px 0px",
"borderRadius": "0px",
"border": "0px 0px 0px 1px solid rgb(65, 65, 65)",
"fontSize": "16px",
"fontWeight": "600"
},
"instanceCount": 2
}
]
}
],
"accessibility": {
"remediation": [
{
"fg": "#ffffff",
"bg": "#f35815",
"ratio": 3.38,
"rule": "AA-normal",
"suggestion": {
"replace": "fg",
"color": "#000000",
"newRatio": 6.22
}
}
]
},
"cssHealth": {
"sheets": [
{
"url": "https://planetscale.com/",
"totalBytes": 618,
"usedBytes": 0,
"unusedBytes": 618,
"unusedPercent": 100
},
{
"url": "https://planetscale.com/assets/styles-DDHeOiXV.css",
"totalBytes": 78504,
"usedBytes": 15708,
"unusedBytes": 62796,
"unusedPercent": 80
}
],
"totalBytes": 79122,
"usedBytes": 15708,
"unusedBytes": 63414,
"unusedPercent": 80,
"importantCount": 35,
"duplicates": 1046,
"vendorPrefixes": {
"webkit": 48,
"moz": 33,
"ms": 4,
"o": 4
},
"keyframes": [],
"specificity": {
"max": [
0,
6,
6
],
"average": [
0,
1.37,
0.43
],
"count": 1061
},
"issues": [
"35 !important rules",
"1046 duplicate declarations",
"80% unused CSS"
]
}
}All artefacts
Every file designlang produced for planetscale.com — 34 in total. Download anything.
Run designlang on your own URL.
Same 34-artefact depth as the planetscale.com extraction above. No signup, no API key.
npx designlang yoursite.comTry it live