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
# S72 — Starship
## Industry: SaaS
## Style DNA
- **Palette:** Stark white, black panels, glowing blue/orange indicators.
- **Typography:** Clean futuristic sans (Eurostile).
- **Radius:** Pill shapes and perfect circles.
- **Shadow:** Soft clean ambient occlusion.
- **Border:** Panel lines.
- **Patterns:** Grid lines, technical readouts.
- **Motion:** Smooth sliding panels, FUI.
## Do's
- Clean sci-fi
- Panel gaps
- Functional UI
- Space station
## Don'ts
- Don't be dirty
- Don't be chaotic
- Don't use serif
## Design Tokens
```yaml
tokens:
meta:
style_id: "S72"
style_name: "Starship"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#eceff1"
secondary: "#FFFFFF"
text:
primary: "#263238"
secondary: "#455A64"
muted: "#78909C"
brand:
primary: "#00b0ff"
accent: "#FF6D00"
border:
strong: "#B0BEC5"
subtle: "#CFD8DC"
state:
success: "#00E676"
warning: "#FF6D00"
error: "#FF1744"
focus:
ring: "#00b0ff"
radius:
none: 0
sm: 8
md: 16
lg: 24
full: 9999
border:
width:
panel: 1
medium: 2
strong: 3
shadow:
ambient: "0 2px 8px rgba(0,0,0,0.08)"
panel: "0 4px 16px rgba(0,0,0,0.1)"
layout:
container:
content: 1200
wide: 1440
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 200
normal: 400
easing: "cubic-bezier(0.4, 0, 0.2, 1)"
typography:
font:
sans:
primary: "Rajdhani"
fallback:
- "Roboto"
- "sans-serif"
mono:
primary: "Space Mono"
fallback:
- "monospace"
scale:
h1: { size: 52, line: 60, weight: 600, tracking: 0.02 }
h2: { size: 40, line: 48, weight: 500, tracking: 0.01 }
h3: { size: 28, line: 36, weight: 500, tracking: 0 }
body: { size: 16, line: 26, weight: 400, tracking: 0 }
small: { size: 14, line: 22, weight: 400, tracking: 0 }
spacing:
base: 8
section_py:
mobile: [64, 80]
desktop: [96, 128]
```