heraspec 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -22
- package/README.md +188 -103
- package/bin/heraspec.js +4805 -1122
- package/bin/heraspec.js.map +4 -4
- package/dist/core/templates/skills/CHANGELOG.md +117 -117
- package/dist/core/templates/skills/README-template.md +58 -58
- package/dist/core/templates/skills/README.md +38 -38
- package/dist/core/templates/skills/content-optimization-skill.md +104 -104
- package/dist/core/templates/skills/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
- package/dist/core/templates/skills/data/pages.csv +9 -9
- package/dist/core/templates/skills/data/typography.csv +57 -57
- package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
- package/dist/core/templates/skills/design-system-skill.md +176 -0
- package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
- package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
- package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
- package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
- package/dist/core/templates/skills/documents/templates/script.js +56 -56
- package/dist/core/templates/skills/documents/templates/style.css +155 -155
- package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
- package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
- package/dist/core/templates/skills/documents-skill.md +104 -104
- package/dist/core/templates/skills/e2e-test-skill.md +119 -119
- package/dist/core/templates/skills/git-embed-skill.md +57 -0
- package/dist/core/templates/skills/integration-test-skill.md +118 -118
- package/dist/core/templates/skills/knowledge/README.md +63 -0
- package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
- package/dist/core/templates/skills/knowledge/index.json +65 -0
- package/dist/core/templates/skills/module-codebase-skill.md +110 -110
- package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
- package/dist/core/templates/skills/project-memory-skill.md +222 -0
- package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
- package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
- package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
- package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
- package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
- package/dist/core/templates/skills/scripts/core.py +391 -385
- package/dist/core/templates/skills/scripts/search.py +1 -1
- package/dist/core/templates/skills/smart-explore-skill.md +141 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
- package/dist/core/templates/skills/suggestion-skill.md +118 -118
- package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
- package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
- package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
- package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
- package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
- package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
- package/dist/core/templates/skills/templates/responsive-design.md +40 -40
- package/dist/core/templates/skills/ui-ux-skill.md +595 -584
- package/dist/core/templates/skills/unit-test-skill.md +111 -111
- package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
- package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
- package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
- package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
- package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
- package/dist/core/templates/skills/ux-element-skill.md +83 -83
- package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -76
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
- package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
- package/dist/index.js +4068 -278
- package/package.json +75 -72
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# Design System: Warp
|
|
2
|
+
|
|
3
|
+
## 1. Visual Theme & Atmosphere
|
|
4
|
+
|
|
5
|
+
Warp's website feels like sitting at a campfire in a deep forest — warm, dark, and alive with quiet confidence. Unlike the cold, blue-tinted blacks favored by most developer tools, Warp wraps everything in a warm near-black that feels like charred wood or dark earth. The text isn't pure white either — it's Warm Parchment (`#faf9f6`), a barely-perceptible cream that softens every headline and makes the dark canvas feel inviting rather than austere.
|
|
6
|
+
|
|
7
|
+
The typography is the secret weapon: Matter, a geometric sans-serif with distinctive character, deployed at Regular weight across virtually all text. The font choice is unusual for a developer tool — Matter has a softness and humanity that signals "this terminal is for everyone, not just greybeards." Combined with tight line-heights and controlled negative letter-spacing on headlines, the effect is refined and approachable simultaneously. Nature photography is woven between terminal screenshots, creating a visual language that says: this tool brings you closer to flow, to calm productivity.
|
|
8
|
+
|
|
9
|
+
The overall design philosophy is restraint through warmth. Minimal color (almost monochromatic warm grays), minimal ornamentation, and a focus on product showcases set against cinematic dark landscapes. It's a terminal company that markets like a lifestyle brand.
|
|
10
|
+
|
|
11
|
+
**Key Characteristics:**
|
|
12
|
+
- Warm dark background — not cold black, but earthy near-black with warm gray undertones
|
|
13
|
+
- Warm Parchment (`#faf9f6`) text instead of pure white — subtle cream warmth
|
|
14
|
+
- Matter font family (Regular weight) — geometric but approachable, not the typical developer-tool typeface
|
|
15
|
+
- Nature photography interleaved with product screenshots — lifestyle meets developer tool
|
|
16
|
+
- Almost monochromatic warm gray palette — no bold accent colors
|
|
17
|
+
- Uppercase labels with wide letter-spacing (2.4px) for categorization — editorial signaling
|
|
18
|
+
- Pill-shaped dark buttons (`#353534`, 50px radius) — restrained, muted CTAs
|
|
19
|
+
|
|
20
|
+
## 2. Color Palette & Roles
|
|
21
|
+
|
|
22
|
+
### Primary
|
|
23
|
+
- **Warm Parchment** (`#faf9f6`): Primary text color — a barely-cream off-white that softens every surface
|
|
24
|
+
- **Earth Gray** (`#353534`): Button backgrounds, dark interactive surfaces — warm, not cold
|
|
25
|
+
- **Deep Void** (near-black, page background): The warm dark canvas derived from the body background
|
|
26
|
+
|
|
27
|
+
### Secondary & Accent
|
|
28
|
+
- **Stone Gray** (`#868584`): Secondary text, muted descriptions — warm mid-gray
|
|
29
|
+
- **Ash Gray** (`#afaeac`): Body text, button text — the workhorse reading color
|
|
30
|
+
- **Purple-Tint Gray** (`#666469`): Link text with subtle purple undertone — underlined links in content
|
|
31
|
+
|
|
32
|
+
### Surface & Background
|
|
33
|
+
- **Frosted Veil** (`rgba(255, 255, 255, 0.04)`): Ultra-subtle white overlay for surface differentiation
|
|
34
|
+
- **Mist Border** (`rgba(226, 226, 226, 0.35)` / `rgba(227, 227, 227, 0.337)`): Semi-transparent borders for card containment
|
|
35
|
+
- **Translucent Parchment** (`rgba(250, 249, 246, 0.9)`): Slightly transparent primary surface, allowing depth
|
|
36
|
+
|
|
37
|
+
### Neutrals & Text
|
|
38
|
+
- **Warm Parchment** (`#faf9f6`): Headlines, high-emphasis text
|
|
39
|
+
- **Ash Gray** (`#afaeac`): Body paragraphs, descriptions
|
|
40
|
+
- **Stone Gray** (`#868584`): Secondary labels, subdued information
|
|
41
|
+
- **Muted Purple** (`#666469`): Underlined links, tertiary content
|
|
42
|
+
- **Dark Charcoal** (`#454545` / `#353534`): Borders, button backgrounds
|
|
43
|
+
|
|
44
|
+
### Semantic & Accent
|
|
45
|
+
- Warp operates as an almost monochromatic system — no bold accent colors
|
|
46
|
+
- Interactive states are communicated through opacity changes and underline decorations rather than color shifts
|
|
47
|
+
- Any accent color would break the warm, restrained palette
|
|
48
|
+
|
|
49
|
+
### Gradient System
|
|
50
|
+
- No explicit gradients on the marketing site
|
|
51
|
+
- Depth is created through layered semi-transparent surfaces and photography rather than color gradients
|
|
52
|
+
|
|
53
|
+
## 3. Typography Rules
|
|
54
|
+
|
|
55
|
+
### Font Family
|
|
56
|
+
- **Display & Body**: `Matter Regular` — geometric sans-serif with soft character. Fallbacks: `Matter Regular Placeholder`, system sans-serif
|
|
57
|
+
- **Medium**: `Matter Medium` — weight 500 variant for emphasis. Fallbacks: `Matter Medium Placeholder`
|
|
58
|
+
- **Square**: `Matter SQ Regular` — squared variant for select display contexts. Fallbacks: `Matter SQ Regular Placeholder`
|
|
59
|
+
- **UI Supplement**: `Inter` — used for specific UI elements. Fallbacks: `Inter Placeholder`
|
|
60
|
+
- **Monospace Display**: `Geist Mono` — for code/terminal display headings
|
|
61
|
+
- **Monospace Body**: `Matter Mono Regular` — custom mono companion. Fallbacks: `Matter Mono Regular Placeholder`
|
|
62
|
+
|
|
63
|
+
### Hierarchy
|
|
64
|
+
|
|
65
|
+
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|
|
66
|
+
|------|------|------|--------|-------------|----------------|-------|
|
|
67
|
+
| Display Hero | Matter Regular | 80px | 400 | 1.00 | -2.4px | Maximum compression, hero impact |
|
|
68
|
+
| Section Display | Matter Regular | 56px | 400 | 1.20 | -0.56px | Feature section headings |
|
|
69
|
+
| Section Heading | Matter Regular | 48px | 400 | 1.20 | -0.48px to -0.96px | Alternate heading weight |
|
|
70
|
+
| Feature Heading | Matter Regular | 40px | 400 | 1.10 | -0.4px | Feature block titles |
|
|
71
|
+
| Sub-heading Large | Matter Regular | 36px | 400 | 1.15 | -0.72px | Sub-section headers |
|
|
72
|
+
| Card Display | Matter SQ Regular | 42px | 400 | 1.00 | 0px | Squared variant for special display |
|
|
73
|
+
| Sub-heading | Matter Regular | 32px | 400 | 1.19 | 0px | Content sub-headings |
|
|
74
|
+
| Body Heading | Matter Regular | 24px | 400 | 1.20 | -0.72px to 0px | Bold content intros |
|
|
75
|
+
| Card Title | Matter Medium | 22px | 500 | 1.14 | 0px | Emphasized card headers |
|
|
76
|
+
| Body Large | Matter Regular | 20px | 400 | 1.40 | -0.2px | Primary body text, relaxed |
|
|
77
|
+
| Body | Matter Regular | 18px | 400 | 1.30 | -0.18px | Standard body paragraphs |
|
|
78
|
+
| Nav/UI | Matter Regular | 16px | 400 | 1.20 | 0px | Navigation links, UI text |
|
|
79
|
+
| Button Text | Matter Medium | 16px | 500 | 1.20 | 0px | Button labels |
|
|
80
|
+
| Caption | Matter Regular | 14px | 400 | 1.00 | 1.4px | Uppercase labels (transform: uppercase) |
|
|
81
|
+
| Small Label | Matter Regular | 12px | 400 | 1.35 | 2.4px | Uppercase micro-labels (transform: uppercase) |
|
|
82
|
+
| Micro | Matter Regular | 11px | 400 | 1.20 | 0px | Smallest text elements |
|
|
83
|
+
| Code UI | Geist Mono | 16px | 400 | 1.00 | 0px | Terminal/code display |
|
|
84
|
+
| Code Body | Matter Mono Regular | 16px | 400 | 1.00 | -0.2px | Code content |
|
|
85
|
+
| UI Supplement | Inter | 16px | 500 | 1.00 | -0.2px | Specific UI elements |
|
|
86
|
+
|
|
87
|
+
### Principles
|
|
88
|
+
- **Regular weight dominance**: Nearly all text uses weight 400 (Regular) — even headlines. Matter Medium (500) appears only for emphasis moments like card titles and buttons. This creates a remarkably even, calm typographic texture
|
|
89
|
+
- **Uppercase as editorial signal**: Small labels and categories use uppercase transform with wide letter-spacing (1.4px–2.4px), creating a magazine-editorial categorization system
|
|
90
|
+
- **Warm legibility**: The combination of Matter's geometric softness + warm text colors (#faf9f6) + controlled negative tracking creates text that reads as effortlessly human on dark surfaces
|
|
91
|
+
- **No bold display**: Zero use of bold (700+) weight anywhere — restraint is the philosophy
|
|
92
|
+
|
|
93
|
+
## 4. Component Stylings
|
|
94
|
+
|
|
95
|
+
### Buttons
|
|
96
|
+
- **Dark Pill**: `#353534` background, Ash Gray (`#afaeac`) text, pill shape (50px radius), `10px` padding. The primary CTA — warm, muted, understated
|
|
97
|
+
- **Frosted Tag**: `rgba(255, 255, 255, 0.16)` background, black text (`rgb(0, 0, 0)`), rectangular (6px radius), `1px 6px` padding. Small inline tag-like buttons
|
|
98
|
+
- **Ghost**: No visible background, text-only with underline decoration on hover
|
|
99
|
+
- **Hover**: Subtle opacity or brightness shift — no dramatic color changes
|
|
100
|
+
|
|
101
|
+
### Cards & Containers
|
|
102
|
+
- **Photography Cards**: Full-bleed nature imagery with overlay text, 8px–12px border-radius
|
|
103
|
+
- **Terminal Screenshot Cards**: Product UI embedded in dark containers with rounded corners (8px–12px)
|
|
104
|
+
- **Bordered Cards**: Semi-transparent border (`rgba(226, 226, 226, 0.35)`) for containment, 12px–14px radius
|
|
105
|
+
- **Hover**: Minimal — content cards don't dramatically change on hover, maintaining the calm aesthetic
|
|
106
|
+
|
|
107
|
+
### Inputs & Forms
|
|
108
|
+
- Minimal form presence on the marketing site
|
|
109
|
+
- Dark background inputs with warm gray text
|
|
110
|
+
- Focus: Border brightness increase, no colored rings (consistent with the monochromatic palette)
|
|
111
|
+
|
|
112
|
+
### Navigation
|
|
113
|
+
- **Top nav**: Dark background, warm parchment brand text, Matter Regular at 16px for links
|
|
114
|
+
- **Link color**: Stone Gray (`#868584`) for muted nav, Warm Parchment for active/hover
|
|
115
|
+
- **CTA button**: Dark pill (#353534) at nav end — restrained, not attention-grabbing
|
|
116
|
+
- **Mobile**: Collapses to simplified navigation
|
|
117
|
+
- **Sticky**: Nav stays fixed on scroll
|
|
118
|
+
|
|
119
|
+
### Image Treatment
|
|
120
|
+
- **Nature photography**: Landscapes, forests, golden-hour scenes — completely unique for a developer tool
|
|
121
|
+
- **Terminal screenshots**: Product UI shown in realistic terminal window frames
|
|
122
|
+
- **Mixed composition**: Nature images and terminal screenshots are interleaved, creating a lifestyle-meets-tool narrative
|
|
123
|
+
- **Full-bleed**: Images often span full container width with 8px radius
|
|
124
|
+
- **Video**: Video elements present with 10px border-radius
|
|
125
|
+
|
|
126
|
+
### Testimonial Section
|
|
127
|
+
- Social proof area ("Don't take our word for it") with quotes
|
|
128
|
+
- Muted styling consistent with overall restraint
|
|
129
|
+
|
|
130
|
+
## 5. Layout Principles
|
|
131
|
+
|
|
132
|
+
### Spacing System
|
|
133
|
+
- **Base unit**: 8px
|
|
134
|
+
- **Scale**: 1px, 4px, 5px, 8px, 10px, 12px, 14px, 15px, 16px, 18px, 24px, 26px, 30px, 32px, 36px
|
|
135
|
+
- **Section padding**: 80px–120px vertical between major sections
|
|
136
|
+
- **Card padding**: 16px–32px internal spacing
|
|
137
|
+
- **Component gaps**: 8px–16px between related elements
|
|
138
|
+
|
|
139
|
+
### Grid & Container
|
|
140
|
+
- **Max width**: ~1500px container (breakpoint at 1500px), centered
|
|
141
|
+
- **Column patterns**: Full-width hero, 2-column feature sections with photography, single-column testimonials
|
|
142
|
+
- **Cinematic layout**: Wide containers that let photography breathe
|
|
143
|
+
|
|
144
|
+
### Whitespace Philosophy
|
|
145
|
+
- **Vast and warm**: Generous spacing between sections — the dark background creates a warm void that feels contemplative rather than empty
|
|
146
|
+
- **Photography as whitespace**: Nature images serve as visual breathing room between dense product information
|
|
147
|
+
- **Editorial pacing**: The layout reads like a magazine — each section is a deliberate page-turn moment
|
|
148
|
+
|
|
149
|
+
### Border Radius Scale
|
|
150
|
+
- **4px**: Small interactive elements — buttons, tags
|
|
151
|
+
- **5px–6px**: Standard components — links, small containers
|
|
152
|
+
- **8px**: Images, video containers, standard cards
|
|
153
|
+
- **10px**: Video elements, medium containers
|
|
154
|
+
- **12px**: Feature cards, large images
|
|
155
|
+
- **14px**: Large containers, prominent cards
|
|
156
|
+
- **40px**: Large rounded sections
|
|
157
|
+
- **50px**: Pill buttons — primary CTAs
|
|
158
|
+
- **200px**: Progress bars — full pill shape
|
|
159
|
+
|
|
160
|
+
## 6. Depth & Elevation
|
|
161
|
+
|
|
162
|
+
| Level | Treatment | Use |
|
|
163
|
+
|-------|-----------|-----|
|
|
164
|
+
| Level 0 (Flat) | No shadow, dark background | Page canvas, most surfaces |
|
|
165
|
+
| Level 1 (Veil) | `rgba(255, 255, 255, 0.04)` overlay | Subtle surface differentiation |
|
|
166
|
+
| Level 2 (Border) | `rgba(226, 226, 226, 0.35) 1px` border | Card containment, section separation |
|
|
167
|
+
| Level 3 (Ambient) | `rgba(0, 0, 0, 0.2) 0px 5px 15px` (inferred from design) | Image containers, floating elements |
|
|
168
|
+
|
|
169
|
+
### Shadow Philosophy
|
|
170
|
+
Warp's elevation system is remarkably flat — almost zero shadow usage on the marketing site. Depth is communicated through:
|
|
171
|
+
- **Semi-transparent borders** instead of shadows — borders at 35% opacity create a ghostly containment
|
|
172
|
+
- **Photography layering** — images create natural depth without artificial shadows
|
|
173
|
+
- **Surface opacity shifts** — `rgba(255, 255, 255, 0.04)` overlays create barely-perceptible layer differences
|
|
174
|
+
- The effect is calm and grounded — nothing floats, everything rests
|
|
175
|
+
|
|
176
|
+
### Decorative Depth
|
|
177
|
+
- **Photography as depth**: Nature images create atmospheric depth that shadows cannot
|
|
178
|
+
- **No glass or blur effects**: The design avoids trendy glassmorphism entirely
|
|
179
|
+
- **Warm ambient**: Any glow comes from the photography's natural lighting, not artificial CSS
|
|
180
|
+
|
|
181
|
+
## 7. Do's and Don'ts
|
|
182
|
+
|
|
183
|
+
### Do
|
|
184
|
+
- Use warm off-white (`#faf9f6`) for text instead of pure white — the cream undertone is essential
|
|
185
|
+
- Keep buttons restrained and muted — dark fill (#353534) with muted text (#afaeac), no bright CTAs
|
|
186
|
+
- Apply Matter Regular (weight 400) for nearly everything — even headlines. Reserve Medium (500) for emphasis only
|
|
187
|
+
- Use uppercase labels with wide letter-spacing (1.4px–2.4px) for categorization
|
|
188
|
+
- Interleave nature photography with product screenshots — this is core to the brand identity
|
|
189
|
+
- Maintain the almost monochromatic warm gray palette — no bold accent colors
|
|
190
|
+
- Use semi-transparent borders (`rgba(226, 226, 226, 0.35)`) for card containment instead of shadows
|
|
191
|
+
- Keep negative letter-spacing on headlines (-0.4px to -2.4px) for Matter's compressed display treatment
|
|
192
|
+
|
|
193
|
+
### Don't
|
|
194
|
+
- Use pure white (#ffffff) for text — it's always warm parchment (#faf9f6)
|
|
195
|
+
- Add bold accent colors (blue, red, green) — the system is deliberately monochromatic warm grays
|
|
196
|
+
- Apply bold weight (700+) to any text — Warp never goes above Medium (500)
|
|
197
|
+
- Use heavy drop shadows — depth comes from borders, photography, and opacity shifts
|
|
198
|
+
- Create cold or blue-tinted dark backgrounds — the warmth is essential
|
|
199
|
+
- Add decorative gradients or glow effects — the photography provides all visual interest
|
|
200
|
+
- Use tight, compressed layouts — the editorial spacing is generous and contemplative
|
|
201
|
+
- Mix in additional typefaces beyond the Matter family + Inter supplement
|
|
202
|
+
|
|
203
|
+
## 8. Responsive Behavior
|
|
204
|
+
|
|
205
|
+
### Breakpoints
|
|
206
|
+
| Name | Width | Key Changes |
|
|
207
|
+
|------|-------|-------------|
|
|
208
|
+
| Mobile | <810px | Single column, stacked sections, hero text reduces to ~48px, hamburger nav |
|
|
209
|
+
| Tablet | 810px–1500px | 2-column features begin, photography scales, nav links partially visible |
|
|
210
|
+
| Desktop | >1500px | Full cinematic layout, 80px hero display, side-by-side photography + text |
|
|
211
|
+
|
|
212
|
+
### Touch Targets
|
|
213
|
+
- Pill buttons: 50px radius with 10px padding — comfortable touch targets
|
|
214
|
+
- Nav links: 16px text with surrounding padding for accessibility
|
|
215
|
+
- Mobile CTAs: Full-width pills on mobile for easy thumb reach
|
|
216
|
+
|
|
217
|
+
### Collapsing Strategy
|
|
218
|
+
- **Navigation**: Full horizontal nav → simplified mobile navigation
|
|
219
|
+
- **Hero text**: 80px display → 56px → 48px across breakpoints
|
|
220
|
+
- **Feature sections**: Side-by-side photography + text → stacked vertically
|
|
221
|
+
- **Photography**: Scales within containers, maintains cinematic aspect ratios
|
|
222
|
+
- **Section spacing**: Reduces proportionally — generous desktop → compact mobile
|
|
223
|
+
|
|
224
|
+
### Image Behavior
|
|
225
|
+
- Nature photography scales responsively, maintaining wide cinematic ratios
|
|
226
|
+
- Terminal screenshots maintain aspect ratios within responsive containers
|
|
227
|
+
- Video elements scale with 10px radius maintained
|
|
228
|
+
- No art direction changes — same compositions across breakpoints
|
|
229
|
+
|
|
230
|
+
## 9. Agent Prompt Guide
|
|
231
|
+
|
|
232
|
+
### Quick Color Reference
|
|
233
|
+
- Primary Text: Warm Parchment (`#faf9f6`)
|
|
234
|
+
- Secondary Text: Ash Gray (`#afaeac`)
|
|
235
|
+
- Tertiary Text: Stone Gray (`#868584`)
|
|
236
|
+
- Button Background: Earth Gray (`#353534`)
|
|
237
|
+
- Border: Mist Border (`rgba(226, 226, 226, 0.35)`)
|
|
238
|
+
- Background: Deep warm near-black (page background)
|
|
239
|
+
|
|
240
|
+
### Example Component Prompts
|
|
241
|
+
- "Create a hero section on warm dark background with 80px Matter Regular heading in warm parchment (#faf9f6), line-height 1.0, letter-spacing -2.4px, and a dark pill button (#353534, 50px radius, #afaeac text)"
|
|
242
|
+
- "Design a feature card with semi-transparent border (rgba(226,226,226,0.35)), 12px radius, warm dark background, Matter Regular heading at 24px, and ash gray (#afaeac) body text at 18px"
|
|
243
|
+
- "Build a category label using Matter Regular at 12px, uppercase transform, letter-spacing 2.4px, stone gray (#868584) color — editorial magazine style"
|
|
244
|
+
- "Create a testimonial section with warm parchment quotes in Matter Regular 24px, attributed in stone gray (#868584), on dark background with minimal ornamentation"
|
|
245
|
+
- "Design a navigation bar with warm dark background, Matter Regular links at 16px in stone gray (#868584), hover to warm parchment (#faf9f6), and a dark pill CTA button (#353534) at the right"
|
|
246
|
+
|
|
247
|
+
### Iteration Guide
|
|
248
|
+
When refining existing screens generated with this design system:
|
|
249
|
+
1. Verify text color is warm parchment (#faf9f6) not pure white — the warmth is subtle but essential
|
|
250
|
+
2. Ensure all buttons use the restrained dark palette (#353534) — no bright or colorful CTAs
|
|
251
|
+
3. Check that Matter Regular (400) is the default weight — Medium (500) only for emphasis
|
|
252
|
+
4. Confirm uppercase labels have wide letter-spacing (1.4px–2.4px) — tight uppercase feels wrong here
|
|
253
|
+
5. The overall tone should feel warm and calm, like a well-designed magazine — not aggressive or tech-flashy
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# Design System: Webflow
|
|
2
|
+
|
|
3
|
+
## 1. Visual Theme & Atmosphere
|
|
4
|
+
|
|
5
|
+
Webflow's website is a visually rich, tool-forward platform that communicates "design without code" through clean white surfaces, the signature Webflow Blue (`#146ef5`), and a rich secondary color palette (purple, pink, green, orange, yellow, red). The custom WF Visual Sans Variable font creates a confident, precise typographic system with weight 600 for display and 500 for body.
|
|
6
|
+
|
|
7
|
+
**Key Characteristics:**
|
|
8
|
+
- White canvas with near-black (`#080808`) text
|
|
9
|
+
- Webflow Blue (`#146ef5`) as primary brand + interactive color
|
|
10
|
+
- WF Visual Sans Variable — custom variable font with weight 500–600
|
|
11
|
+
- Rich secondary palette: purple `#7a3dff`, pink `#ed52cb`, green `#00d722`, orange `#ff6b00`, yellow `#ffae13`, red `#ee1d36`
|
|
12
|
+
- Conservative 4px–8px border-radius — sharp, not rounded
|
|
13
|
+
- Multi-layer shadow stacks (5-layer cascading shadows)
|
|
14
|
+
- Uppercase labels: 10px–15px, weight 500–600, wide letter-spacing (0.6px–1.5px)
|
|
15
|
+
- translate(6px) hover animation on buttons
|
|
16
|
+
|
|
17
|
+
## 2. Color Palette & Roles
|
|
18
|
+
|
|
19
|
+
### Primary
|
|
20
|
+
- **Near Black** (`#080808`): Primary text
|
|
21
|
+
- **Webflow Blue** (`#146ef5`): `--_color---primary--webflow-blue`, primary CTA and links
|
|
22
|
+
- **Blue 400** (`#3b89ff`): `--_color---primary--blue-400`, lighter interactive blue
|
|
23
|
+
- **Blue 300** (`#006acc`): `--_color---blue-300`, darker blue variant
|
|
24
|
+
- **Button Hover Blue** (`#0055d4`): `--mkto-embed-color-button-hover`
|
|
25
|
+
|
|
26
|
+
### Secondary Accents
|
|
27
|
+
- **Purple** (`#7a3dff`): `--_color---secondary--purple`
|
|
28
|
+
- **Pink** (`#ed52cb`): `--_color---secondary--pink`
|
|
29
|
+
- **Green** (`#00d722`): `--_color---secondary--green`
|
|
30
|
+
- **Orange** (`#ff6b00`): `--_color---secondary--orange`
|
|
31
|
+
- **Yellow** (`#ffae13`): `--_color---secondary--yellow`
|
|
32
|
+
- **Red** (`#ee1d36`): `--_color---secondary--red`
|
|
33
|
+
|
|
34
|
+
### Neutral
|
|
35
|
+
- **Gray 800** (`#222222`): Dark secondary text
|
|
36
|
+
- **Gray 700** (`#363636`): Mid text
|
|
37
|
+
- **Gray 300** (`#ababab`): Muted text, placeholder
|
|
38
|
+
- **Mid Gray** (`#5a5a5a`): Link text
|
|
39
|
+
- **Border Gray** (`#d8d8d8`): Borders, dividers
|
|
40
|
+
- **Border Hover** (`#898989`): Hover border
|
|
41
|
+
|
|
42
|
+
### Shadows
|
|
43
|
+
- **5-layer cascade**: `rgba(0,0,0,0) 0px 84px 24px, rgba(0,0,0,0.01) 0px 54px 22px, rgba(0,0,0,0.04) 0px 30px 18px, rgba(0,0,0,0.08) 0px 13px 13px, rgba(0,0,0,0.09) 0px 3px 7px`
|
|
44
|
+
|
|
45
|
+
## 3. Typography Rules
|
|
46
|
+
|
|
47
|
+
### Font: `WF Visual Sans Variable`, fallback: `Arial`
|
|
48
|
+
|
|
49
|
+
| Role | Size | Weight | Line Height | Letter Spacing | Notes |
|
|
50
|
+
|------|------|--------|-------------|----------------|-------|
|
|
51
|
+
| Display Hero | 80px | 600 | 1.04 | -0.8px | |
|
|
52
|
+
| Section Heading | 56px | 600 | 1.04 | normal | |
|
|
53
|
+
| Sub-heading | 32px | 500 | 1.30 | normal | |
|
|
54
|
+
| Feature Title | 24px | 500–600 | 1.30 | normal | |
|
|
55
|
+
| Body | 20px | 400–500 | 1.40–1.50 | normal | |
|
|
56
|
+
| Body Standard | 16px | 400–500 | 1.60 | -0.16px | |
|
|
57
|
+
| Button | 16px | 500 | 1.60 | -0.16px | |
|
|
58
|
+
| Uppercase Label | 15px | 500 | 1.30 | 1.5px | uppercase |
|
|
59
|
+
| Caption | 14px | 400–500 | 1.40–1.60 | normal | |
|
|
60
|
+
| Badge Uppercase | 12.8px | 550 | 1.20 | normal | uppercase |
|
|
61
|
+
| Micro Uppercase | 10px | 500–600 | 1.30 | 1px | uppercase |
|
|
62
|
+
| Code: Inconsolata (companion monospace font)
|
|
63
|
+
|
|
64
|
+
## 4. Component Stylings
|
|
65
|
+
|
|
66
|
+
### Buttons
|
|
67
|
+
- Transparent: text `#080808`, translate(6px) on hover
|
|
68
|
+
- White circle: 50% radius, white bg
|
|
69
|
+
- Blue badge: `#146ef5` bg, 4px radius, weight 550
|
|
70
|
+
|
|
71
|
+
### Cards: `1px solid #d8d8d8`, 4px–8px radius
|
|
72
|
+
### Badges: Blue-tinted bg at 10% opacity, 4px radius
|
|
73
|
+
|
|
74
|
+
## 5. Layout
|
|
75
|
+
- Spacing: fractional scale (1px, 2.4px, 3.2px, 4px, 5.6px, 6px, 7.2px, 8px, 9.6px, 12px, 16px, 24px)
|
|
76
|
+
- Radius: 2px, 4px, 8px, 50% — conservative, sharp
|
|
77
|
+
- Breakpoints: 479px, 768px, 992px
|
|
78
|
+
|
|
79
|
+
## 6. Depth: 5-layer cascading shadow system
|
|
80
|
+
|
|
81
|
+
## 7. Do's and Don'ts
|
|
82
|
+
- Do: Use WF Visual Sans Variable at 500–600. Blue (#146ef5) for CTAs. 4px radius. translate(6px) hover.
|
|
83
|
+
- Don't: Round beyond 8px for functional elements. Use secondary colors on primary CTAs.
|
|
84
|
+
|
|
85
|
+
## 8. Responsive: 479px, 768px, 992px
|
|
86
|
+
|
|
87
|
+
## 9. Agent Prompt Guide
|
|
88
|
+
- Text: Near Black (`#080808`)
|
|
89
|
+
- CTA: Webflow Blue (`#146ef5`)
|
|
90
|
+
- Background: White (`#ffffff`)
|
|
91
|
+
- Border: `#d8d8d8`
|
|
92
|
+
- Secondary: Purple `#7a3dff`, Pink `#ed52cb`, Green `#00d722`
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
# Design System: Wise
|
|
2
|
+
|
|
3
|
+
## 1. Visual Theme & Atmosphere
|
|
4
|
+
|
|
5
|
+
Wise's website is a bold, confident fintech platform that communicates "money without borders" through massive typography and a distinctive lime-green accent. The design operates on a warm off-white canvas with near-black text (`#0e0f0c`) and a signature Wise Green (`#9fe870`) — a fresh, lime-bright color that feels alive and optimistic, unlike the corporate blues of traditional banking.
|
|
6
|
+
|
|
7
|
+
The typography uses Wise Sans — a proprietary font used at extreme weight 900 (black) for display headings with a remarkably tight line-height of 0.85 and OpenType `"calt"` (contextual alternates). At 126px, the text is so dense it feels like a protest sign — bold, urgent, and impossible to ignore. Inter serves as the body font with weight 600 as the default for emphasis, creating a consistently confident voice.
|
|
8
|
+
|
|
9
|
+
What distinguishes Wise is its green-on-white-on-black material palette. Lime Green (`#9fe870`) appears on buttons with dark green text (`#163300`), creating a nature-inspired CTA that feels fresh. Hover states use `scale(1.05)` expansion rather than color changes — buttons physically grow on interaction. The border-radius system uses 9999px for buttons (pill), 30px–40px for cards, and the shadow system is minimal — just `rgba(14,15,12,0.12) 0px 0px 0px 1px` ring shadows.
|
|
10
|
+
|
|
11
|
+
**Key Characteristics:**
|
|
12
|
+
- Wise Sans at weight 900, 0.85 line-height — billboard-scale bold headlines
|
|
13
|
+
- Lime Green (`#9fe870`) accent with dark green text (`#163300`) — nature-inspired fintech
|
|
14
|
+
- Inter body at weight 600 as default — confident, not light
|
|
15
|
+
- Near-black (`#0e0f0c`) primary with warm green undertone
|
|
16
|
+
- Scale(1.05) hover animations — buttons physically grow
|
|
17
|
+
- OpenType `"calt"` on all text
|
|
18
|
+
- Pill buttons (9999px) and large rounded cards (30px–40px)
|
|
19
|
+
- Semantic color system with comprehensive state management
|
|
20
|
+
|
|
21
|
+
## 2. Color Palette & Roles
|
|
22
|
+
|
|
23
|
+
### Primary Brand
|
|
24
|
+
- **Near Black** (`#0e0f0c`): Primary text, background for dark sections
|
|
25
|
+
- **Wise Green** (`#9fe870`): Primary CTA button, brand accent
|
|
26
|
+
- **Dark Green** (`#163300`): Button text on green, deep green accent
|
|
27
|
+
- **Light Mint** (`#e2f6d5`): Soft green surface, badge backgrounds
|
|
28
|
+
- **Pastel Green** (`#cdffad`): `--color-interactive-contrast-hover`, hover accent
|
|
29
|
+
|
|
30
|
+
### Semantic
|
|
31
|
+
- **Positive Green** (`#054d28`): `--color-sentiment-positive-primary`, success
|
|
32
|
+
- **Danger Red** (`#d03238`): `--color-interactive-negative-hover`, error/destructive
|
|
33
|
+
- **Warning Yellow** (`#ffd11a`): `--color-sentiment-warning-hover`, warnings
|
|
34
|
+
- **Background Cyan** (`rgba(56,200,255,0.10)`): `--color-background-accent`, info tint
|
|
35
|
+
- **Bright Orange** (`#ffc091`): `--color-bright-orange`, warm accent
|
|
36
|
+
|
|
37
|
+
### Neutral
|
|
38
|
+
- **Warm Dark** (`#454745`): Secondary text, borders
|
|
39
|
+
- **Gray** (`#868685`): Muted text, tertiary
|
|
40
|
+
- **Light Surface** (`#e8ebe6`): Subtle green-tinted light surface
|
|
41
|
+
|
|
42
|
+
## 3. Typography Rules
|
|
43
|
+
|
|
44
|
+
### Font Families
|
|
45
|
+
- **Display**: `Wise Sans`, fallback: `Inter` — OpenType `"calt"` on all text
|
|
46
|
+
- **Body / UI**: `Inter`, fallbacks: `Helvetica, Arial`
|
|
47
|
+
|
|
48
|
+
### Hierarchy
|
|
49
|
+
|
|
50
|
+
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|
|
51
|
+
|------|------|------|--------|-------------|----------------|-------|
|
|
52
|
+
| Display Mega | Wise Sans | 126px (7.88rem) | 900 | 0.85 (ultra-tight) | normal | `"calt"` |
|
|
53
|
+
| Display Hero | Wise Sans | 96px (6.00rem) | 900 | 0.85 | normal | `"calt"` |
|
|
54
|
+
| Section Heading | Wise Sans | 64px (4.00rem) | 900 | 0.85 | normal | `"calt"` |
|
|
55
|
+
| Sub-heading | Wise Sans | 40px (2.50rem) | 900 | 0.85 | normal | `"calt"` |
|
|
56
|
+
| Alt Heading | Inter | 78px (4.88rem) | 600 | 1.10 (tight) | -2.34px | `"calt"` |
|
|
57
|
+
| Card Title | Inter | 26px (1.62rem) | 600 | 1.23 (tight) | -0.39px | `"calt"` |
|
|
58
|
+
| Feature Title | Inter | 22px (1.38rem) | 600 | 1.25 (tight) | -0.396px | `"calt"` |
|
|
59
|
+
| Body | Inter | 18px (1.13rem) | 400 | 1.44 | 0.18px | `"calt"` |
|
|
60
|
+
| Body Semibold | Inter | 18px (1.13rem) | 600 | 1.44 | -0.108px | `"calt"` |
|
|
61
|
+
| Button | Inter | 18px–22px | 600 | 1.00–1.44 | -0.108px | `"calt"` |
|
|
62
|
+
| Caption | Inter | 14px (0.88rem) | 400–600 | 1.50–1.86 | -0.084px to -0.108px | `"calt"` |
|
|
63
|
+
| Small | Inter | 12px (0.75rem) | 400–600 | 1.00–2.17 | -0.084px to -0.108px | `"calt"` |
|
|
64
|
+
|
|
65
|
+
### Principles
|
|
66
|
+
- **Weight 900 as identity**: Wise Sans Black (900) is used exclusively for display — the heaviest weight in any analyzed system. It creates text that feels stamped, pressed, physical.
|
|
67
|
+
- **0.85 line-height**: The tightest display line-height analyzed. Letters overlap vertically, creating dense, billboard-like text blocks.
|
|
68
|
+
- **"calt" everywhere**: Contextual alternates enabled on ALL text — both Wise Sans and Inter.
|
|
69
|
+
- **Weight 600 as body default**: Inter Semibold is the standard reading weight — confident, not light.
|
|
70
|
+
|
|
71
|
+
## 4. Component Stylings
|
|
72
|
+
|
|
73
|
+
### Buttons
|
|
74
|
+
|
|
75
|
+
**Primary Green Pill**
|
|
76
|
+
- Background: `#9fe870` (Wise Green)
|
|
77
|
+
- Text: `#163300` (Dark Green)
|
|
78
|
+
- Padding: 5px 16px
|
|
79
|
+
- Radius: 9999px
|
|
80
|
+
- Hover: scale(1.05) — button physically grows
|
|
81
|
+
- Active: scale(0.95) — button compresses
|
|
82
|
+
- Focus: inset ring + outline
|
|
83
|
+
|
|
84
|
+
**Secondary Subtle Pill**
|
|
85
|
+
- Background: `rgba(22, 51, 0, 0.08)` (dark green at 8% opacity)
|
|
86
|
+
- Text: `#0e0f0c`
|
|
87
|
+
- Padding: 8px 12px 8px 16px
|
|
88
|
+
- Radius: 9999px
|
|
89
|
+
- Same scale hover/active behavior
|
|
90
|
+
|
|
91
|
+
### Cards & Containers
|
|
92
|
+
- Radius: 16px (small), 30px (medium), 40px (large cards/tables)
|
|
93
|
+
- Border: `1px solid rgba(14,15,12,0.12)` or `1px solid #9fe870` (green accent)
|
|
94
|
+
- Shadow: `rgba(14,15,12,0.12) 0px 0px 0px 1px` (ring shadow)
|
|
95
|
+
|
|
96
|
+
### Navigation
|
|
97
|
+
- Green-tinted navigation hover: `rgba(211,242,192,0.4)`
|
|
98
|
+
- Clean header with Wise wordmark
|
|
99
|
+
- Pill CTAs right-aligned
|
|
100
|
+
|
|
101
|
+
## 5. Layout Principles
|
|
102
|
+
|
|
103
|
+
### Spacing System
|
|
104
|
+
- Base unit: 8px
|
|
105
|
+
- Scale: 1px, 2px, 3px, 4px, 5px, 8px, 10px, 11px, 12px, 16px, 18px, 19px, 20px, 22px, 24px
|
|
106
|
+
|
|
107
|
+
### Border Radius Scale
|
|
108
|
+
- Minimal (2px): Links, inputs
|
|
109
|
+
- Standard (10px): Comboboxes, inputs
|
|
110
|
+
- Card (16px): Small cards, buttons, radio
|
|
111
|
+
- Medium (20px): Links, medium cards
|
|
112
|
+
- Large (30px): Feature cards
|
|
113
|
+
- Section (40px): Tables, large cards
|
|
114
|
+
- Mega (1000px): Presentation elements
|
|
115
|
+
- Pill (9999px): All buttons, images
|
|
116
|
+
- Circle (50%): Icons, badges
|
|
117
|
+
|
|
118
|
+
## 6. Depth & Elevation
|
|
119
|
+
|
|
120
|
+
| Level | Treatment | Use |
|
|
121
|
+
|-------|-----------|-----|
|
|
122
|
+
| Flat (Level 0) | No shadow | Default |
|
|
123
|
+
| Ring (Level 1) | `rgba(14,15,12,0.12) 0px 0px 0px 1px` | Card borders |
|
|
124
|
+
| Inset (Level 2) | `rgb(134,134,133) 0px 0px 0px 1px inset` | Input focus |
|
|
125
|
+
|
|
126
|
+
**Shadow Philosophy**: Wise uses minimal shadows — ring shadows only. Depth comes from the bold green accent against the neutral canvas.
|
|
127
|
+
|
|
128
|
+
## 7. Do's and Don'ts
|
|
129
|
+
|
|
130
|
+
### Do
|
|
131
|
+
- Use Wise Sans weight 900 for display — the extreme boldness IS the brand
|
|
132
|
+
- Apply line-height 0.85 on Wise Sans display — ultra-tight is intentional
|
|
133
|
+
- Use Lime Green (#9fe870) for primary CTAs with Dark Green (#163300) text
|
|
134
|
+
- Apply scale(1.05) hover and scale(0.95) active on buttons
|
|
135
|
+
- Enable "calt" on all text
|
|
136
|
+
- Use Inter weight 600 as the body default
|
|
137
|
+
|
|
138
|
+
### Don't
|
|
139
|
+
- Don't use light font weights for Wise Sans — only 900
|
|
140
|
+
- Don't relax the 0.85 line-height on display — the density is the identity
|
|
141
|
+
- Don't use the Wise Green as background for large surfaces — it's for buttons and accents
|
|
142
|
+
- Don't skip the scale animation on buttons
|
|
143
|
+
- Don't use traditional shadows — ring shadows only
|
|
144
|
+
|
|
145
|
+
## 8. Responsive Behavior
|
|
146
|
+
|
|
147
|
+
### Breakpoints
|
|
148
|
+
| Name | Width | Key Changes |
|
|
149
|
+
|------|-------|-------------|
|
|
150
|
+
| Mobile | <576px | Single column |
|
|
151
|
+
| Tablet | 576–992px | 2-column |
|
|
152
|
+
| Desktop | 992–1440px | Full layout |
|
|
153
|
+
| Large | >1440px | Expanded |
|
|
154
|
+
|
|
155
|
+
## 9. Agent Prompt Guide
|
|
156
|
+
|
|
157
|
+
### Quick Color Reference
|
|
158
|
+
- Text: Near Black (`#0e0f0c`)
|
|
159
|
+
- Background: White (`#ffffff` / off-white)
|
|
160
|
+
- Accent: Wise Green (`#9fe870`)
|
|
161
|
+
- Button text: Dark Green (`#163300`)
|
|
162
|
+
- Secondary: Gray (`#868685`)
|
|
163
|
+
|
|
164
|
+
### Example Component Prompts
|
|
165
|
+
- "Create hero: white background. Headline at 96px Wise Sans weight 900, line-height 0.85, 'calt' enabled, #0e0f0c text. Green pill CTA (#9fe870, 9999px radius, 5px 16px padding, #163300 text). Hover: scale(1.05)."
|
|
166
|
+
- "Build a card: 30px radius, 1px solid rgba(14,15,12,0.12). Title at 22px Inter weight 600, body at 18px weight 400."
|
|
167
|
+
|
|
168
|
+
### Iteration Guide
|
|
169
|
+
1. Wise Sans 900 at 0.85 line-height — the extreme weight IS the brand
|
|
170
|
+
2. Lime Green for buttons only — dark green text on green background
|
|
171
|
+
3. Scale animations (1.05 hover, 0.95 active) on all interactive elements
|
|
172
|
+
4. "calt" on everything — contextual alternates are mandatory
|
|
173
|
+
5. Inter 600 for body — confident reading weight
|