We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joytorm/webforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# S03 — Mondrian / De Stijl
## Industry: SaaS
## Style DNA
- **Palette:** Primary colors only (red, blue, yellow) on white/black. No gradients.
- **Typography:** Geometric sans-serif. Bold weights. Grid-aligned.
- **Radius:** Zero radius. All rectangles.
- **Shadow:** None. Flat color blocks only.
- **Border:** Thick black lines. Grid dividers.
- **Patterns:** Color block compositions. Asymmetric grids.
- **Motion:** Stiff, mechanical. No easing.
## Do's
- Use primary colors (red, blue, yellow)
- Create grid-based compositions
- Use thick black lines
- Keep shapes geometric
## Don'ts
- Don't use gradients
- Don't use curves or organic shapes
- Don't mix too many colors
- Don't break the grid
## Design Tokens
```yaml
tokens:
meta:
style_id: "S03"
style_name: "Mondrian / De Stijl"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#FFFFFF"
secondary: "#F5F5F5"
text:
primary: "#000000"
secondary: "#1A1A1A"
muted: "#4A4A4A"
brand:
primary: "#DE0000"
secondary: "#0033CC"
accent: "#FFD700"
border:
strong: "#000000"
subtle: "#000000"
state:
success: "#0033CC"
warning: "#FFD700"
error: "#DE0000"
focus:
ring: "#000000"
radius:
none: 0
sm: 0
md: 0
shadow:
none: none
layout:
container:
content: 1120
wide: 1280
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 100
normal: 200
easing: linear
border:
width:
thin: 2
medium: 4
thick: 8
typography:
font:
sans:
primary: "Bebas Neue"
fallback:
- "Impact"
- "Arial Black"
- "sans-serif"
mono:
primary: "JetBrains Mono"
fallback:
- "ui-monospace"
- "SFMono-Regular"
scale:
h1: { size: 56, line: 64, weight: 700, tracking: -0.02 }
h2: { size: 40, line: 48, weight: 700, tracking: -0.01 }
h3: { size: 28, line: 36, weight: 700, tracking: -0.005 }
body: { size: 16, line: 24, weight: 450, tracking: 0 }
small: { size: 14, line: 20, weight: 450, tracking: 0 }
measure:
hero_max: "48ch"
body_max: "72ch"
spacing:
base: 8
section_py:
mobile: [64, 80]
desktop: [112, 128]
```