ui-ux-master 1.2.1 → 1.5.0
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/README.md +160 -209
- package/SKILL.md +89 -47
- package/docs/package-publishing.md +5 -3
- package/index.cjs +3 -1
- package/index.d.ts +1 -1
- package/index.mjs +4 -1
- package/package.json +4 -3
- package/references/brand-method-card-based-discovery.md +285 -0
- package/references/brand-method-conversion-simplicity.md +276 -0
- package/references/brand-method-ecosystem-bundling.md +263 -0
- package/references/brand-method-editorial-brand-world.md +265 -0
- package/references/brand-method-enterprise-trust-hub.md +298 -0
- package/references/brand-method-playful-familiarity.md +284 -0
- package/references/brand-method-premium-restraint.md +270 -0
- package/references/brand-method-product-cinema.md +258 -0
- package/references/brand-method-technical-authority.md +290 -0
- package/references/brand-method-utility-command-center.md +278 -0
- package/references/color-psychology-branding.md +286 -0
- package/references/color-scale-system.md +347 -0
- package/references/competitive-landscape.md +32 -6
- package/references/design-discovery-protocol.md +171 -0
- package/references/design-system-schema.md +407 -0
- package/references/industry-reasoning-rules.md +504 -0
- package/references/landing-page-patterns.md +327 -0
- package/references/output-quality-gates.md +246 -0
- package/references/tech-stack-guidelines.md +636 -0
- package/references/ui-styles-catalog.md +552 -0
- package/references/visual-directions.md +362 -0
- package/tests/install-smoke.test.mjs +93 -12
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
# Industry Reasoning Rules
|
|
2
|
+
|
|
3
|
+
Load this file when the user provides a product type, business category, or describes what they're building. Use it to instantly match: landing page pattern → UI style → color palette → typography → key effects → anti-patterns.
|
|
4
|
+
|
|
5
|
+
This is the single-step reasoning engine. Input: product description. Output: complete design system spec in one block.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## How to Use
|
|
10
|
+
|
|
11
|
+
1. Read the user's product description.
|
|
12
|
+
2. Find the closest matching industry category below.
|
|
13
|
+
3. Output the full **Design System Block** for that category.
|
|
14
|
+
4. Layer on top of any brand-specific tokens from `references/design-discovery-protocol.md` if brand assets were provided.
|
|
15
|
+
5. Cross-reference with `references/ui-styles-catalog.md` for detailed style token overrides.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Design System Block Format
|
|
20
|
+
|
|
21
|
+
Every output should follow this structure:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
┌─────────────────────────────────────────────────────┐
|
|
25
|
+
│ TARGET: [Product Name] — RECOMMENDED DESIGN SYSTEM │
|
|
26
|
+
├─────────────────────────────────────────────────────┤
|
|
27
|
+
│ PATTERN: [Landing page / layout pattern name] │
|
|
28
|
+
│ Conversion: [Conversion approach] │
|
|
29
|
+
│ CTA: [CTA placement strategy] │
|
|
30
|
+
│ Page sections (recommended order): │
|
|
31
|
+
│ 1. [Section] │
|
|
32
|
+
│ 2. [Section] ... │
|
|
33
|
+
├─────────────────────────────────────────────────────┤
|
|
34
|
+
│ STYLE: [Style name from ui-styles-catalog.md] │
|
|
35
|
+
│ Keywords: [3–5 adjectives] │
|
|
36
|
+
│ Best For: [Industries] │
|
|
37
|
+
├─────────────────────────────────────────────────────┤
|
|
38
|
+
│ COLORS: │
|
|
39
|
+
│ Primary: #[hex] ([name]) │
|
|
40
|
+
│ Secondary: #[hex] ([name]) │
|
|
41
|
+
│ CTA: #[hex] ([name]) │
|
|
42
|
+
│ Background: #[hex] ([name]) │
|
|
43
|
+
│ Text: #[hex] ([name]) │
|
|
44
|
+
│ Notes: [Psychological rationale] │
|
|
45
|
+
├─────────────────────────────────────────────────────┤
|
|
46
|
+
│ TYPOGRAPHY: [Display Font] / [Body Font] │
|
|
47
|
+
│ Mood: [adjectives] │
|
|
48
|
+
│ Google Fonts: [import URL or font names] │
|
|
49
|
+
├─────────────────────────────────────────────────────┤
|
|
50
|
+
│ KEY EFFECTS: │
|
|
51
|
+
│ [Effect 1] + [Effect 2] + [Effect 3] │
|
|
52
|
+
├─────────────────────────────────────────────────────┤
|
|
53
|
+
│ AVOID (Anti-patterns for this category): │
|
|
54
|
+
│ [Anti-pattern 1] + [Anti-pattern 2] + ... │
|
|
55
|
+
├─────────────────────────────────────────────────────┤
|
|
56
|
+
│ PRE-DELIVERY CHECKLIST: │
|
|
57
|
+
│ [ ] No emojis as icons (use SVG: Heroicons/Lucide) │
|
|
58
|
+
│ [ ] cursor-pointer on all clickable elements │
|
|
59
|
+
│ [ ] Hover states: smooth transitions (150–300ms) │
|
|
60
|
+
│ [ ] Text contrast ≥ 4.5:1 on all backgrounds │
|
|
61
|
+
│ [ ] Focus states visible for keyboard nav │
|
|
62
|
+
│ [ ] prefers-reduced-motion respected │
|
|
63
|
+
│ [ ] Responsive: 375px, 768px, 1024px, 1440px │
|
|
64
|
+
│ [ ] [Category-specific check] │
|
|
65
|
+
└─────────────────────────────────────────────────────┘
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Industry Rules
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### B2B SaaS / Productivity Tools
|
|
75
|
+
|
|
76
|
+
**Pattern:** Feature-Led Conversion
|
|
77
|
+
**Conversion:** Logic + proof. Show the product working, then list features, then price.
|
|
78
|
+
**CTA:** Above fold (primary) + end of each feature section (secondary).
|
|
79
|
+
**Sections:** Hero → Social proof (logos) → Core feature demo → 3-feature grid → Testimonials → Pricing → Final CTA
|
|
80
|
+
|
|
81
|
+
**Style:** Minimal Clean or Dark Mode Refined
|
|
82
|
+
**Keywords:** Clear, rational, efficient, trustworthy, modern
|
|
83
|
+
|
|
84
|
+
**Colors:**
|
|
85
|
+
- Primary: #4361EE (Indigo-500) — trust + technology
|
|
86
|
+
- Secondary: #6B7280 (Neutral-500) — supporting
|
|
87
|
+
- CTA: #4361EE or contrasting orange #F97316
|
|
88
|
+
- Background: #FAFAFA (Neutral-50)
|
|
89
|
+
- Text: #1A1A22 (Neutral-900)
|
|
90
|
+
- Notes: Indigo signals capability. Orange CTA creates urgency without alarm.
|
|
91
|
+
|
|
92
|
+
**Typography:** Inter / Inter (consistent, scannable)
|
|
93
|
+
**Mood:** Professional, direct, no-nonsense
|
|
94
|
+
|
|
95
|
+
**Key Effects:** Subtle hover lifts on feature cards. Screenshot/product UI as hero visual. Clean table for feature comparison.
|
|
96
|
+
|
|
97
|
+
**Anti-patterns:** Vague hero copy ("The future of work"). Full-bleed video that autoplays. Hiding pricing behind "Contact Sales" for self-serve tiers. Generic stock photos of people at laptops.
|
|
98
|
+
|
|
99
|
+
**Extra checklist:** [ ] Pricing page exists and is linked from nav. [ ] Free trial CTA is primary, not secondary.
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
### Fintech / Banking / Payments
|
|
104
|
+
|
|
105
|
+
**Pattern:** Trust-First Conversion
|
|
106
|
+
**Conversion:** Security signals first, then features, then conversion.
|
|
107
|
+
**CTA:** After trust signals are established — not above fold as the first thing.
|
|
108
|
+
**Sections:** Hero (calm, reassuring) → Security/compliance badges → Core features → How it works (3-step) → Testimonials → Pricing or Get started
|
|
109
|
+
|
|
110
|
+
**Style:** Minimal Clean or Enterprise Trust Hub
|
|
111
|
+
**Keywords:** Secure, reliable, transparent, clear, professional
|
|
112
|
+
|
|
113
|
+
**Colors:**
|
|
114
|
+
- Primary: #0072CE (Blue-500) — trust, reliability
|
|
115
|
+
- Secondary: #1A7F5A (Green-500) — financial positive
|
|
116
|
+
- CTA: #0072CE
|
|
117
|
+
- Background: #F5F9FD (cool near-white)
|
|
118
|
+
- Text: #1A2B3C (deep blue-black)
|
|
119
|
+
- Notes: Never red as primary in fintech — signals loss. Green only for positive states (balance, success).
|
|
120
|
+
|
|
121
|
+
**Typography:** DM Sans / DM Sans or Source Sans 3 / Source Sans 3
|
|
122
|
+
**Mood:** Calm, clear, institutional
|
|
123
|
+
|
|
124
|
+
**Key Effects:** Animated number counters for stats. Clean data tables. Card components with subtle shadow (not glass).
|
|
125
|
+
|
|
126
|
+
**Anti-patterns:** Aggressive purple/pink gradients (signals "crypto scam"). Red primary color. Glassmorphism for security-critical UI. Neon or glow effects. Hiding fees.
|
|
127
|
+
|
|
128
|
+
**Extra checklist:** [ ] All security/compliance claims backed by visible badges or links. [ ] Currency format consistent throughout.
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
### Healthcare / Medical / Wellness
|
|
133
|
+
|
|
134
|
+
**Pattern:** Trust + Calm Conversion
|
|
135
|
+
**Conversion:** Reassurance then outcome. Patient/user anxiety is the primary UX challenge.
|
|
136
|
+
**CTA:** Soft, action-positive language ("Book a consultation", not "Sign up now").
|
|
137
|
+
**Sections:** Hero (calm, human) → What we treat/offer → How it works → Provider credentials → Patient testimonials → Booking CTA
|
|
138
|
+
|
|
139
|
+
**Style:** Calm Trust or Soft UI Evolution
|
|
140
|
+
**Keywords:** Calm, clean, human, trustworthy, accessible
|
|
141
|
+
|
|
142
|
+
**Colors:**
|
|
143
|
+
- Primary: #0072CE (Healthcare blue) or #1A7F5A (Health green)
|
|
144
|
+
- Secondary: #E8F4FD (soft blue tint)
|
|
145
|
+
- CTA: Primary color, soft rounded button
|
|
146
|
+
- Background: #F5F9FD or white
|
|
147
|
+
- Text: #1A2B3C
|
|
148
|
+
- Notes: Avoid orange/red for primary — patients associate with emergency. Teal is strong for healthcare innovation.
|
|
149
|
+
|
|
150
|
+
**Typography:** DM Sans / DM Sans (humanist, approachable)
|
|
151
|
+
**Mood:** Calm, approachable, professional
|
|
152
|
+
|
|
153
|
+
**Key Effects:** Soft card shadows. Human photography (real people, real situations). No animations near medical content — motion can be anxiety-inducing.
|
|
154
|
+
|
|
155
|
+
**Anti-patterns:** Dark mode as default. Bright saturated colors. Small touch targets (patients may have reduced dexterity). Jargon-heavy copy without plain-language alternative. Red as interactive color.
|
|
156
|
+
|
|
157
|
+
**Extra checklist:** [ ] All medical claims include appropriate disclaimers. [ ] Emergency contact/hotline visibly accessible. [ ] WCAG AA minimum — prefer WCAG AAA for critical information.
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
### E-commerce / Retail
|
|
162
|
+
|
|
163
|
+
**Pattern:** Card-Based Discovery or Hero-Centric
|
|
164
|
+
**Conversion:** Browse → Discover → Trust → Purchase. Reduce friction at every step.
|
|
165
|
+
**CTA:** "Add to cart" must be visually primary on every product card and PDP.
|
|
166
|
+
**Sections:** Hero (campaign/offer) → Category navigation → Featured products → Social proof → Trust signals (returns, shipping) → Newsletter
|
|
167
|
+
|
|
168
|
+
**Style:** Card-Based Discovery or Playful Familiarity (for consumer brands)
|
|
169
|
+
**Keywords:** Scannable, desirable, trustworthy, fast
|
|
170
|
+
|
|
171
|
+
**Colors:**
|
|
172
|
+
- Primary: Brand-specific (do not default to blue — retail is brand-driven)
|
|
173
|
+
- CTA: High-contrast button, always same color throughout the funnel
|
|
174
|
+
- Background: White or near-white — product photography needs clean backing
|
|
175
|
+
- Text: Near-black for legibility at small sizes
|
|
176
|
+
|
|
177
|
+
**Typography:** (Brand-specific). Default: Inter / Inter for mass retail; Playfair Display / Lato for premium.
|
|
178
|
+
**Mood:** Product-led, clean, brand-expressive
|
|
179
|
+
|
|
180
|
+
**Key Effects:** Image hover zoom (subtle, 1.03–1.05× scale). Wishlist heart animation. Cart count badge. Skeleton loading for product grids.
|
|
181
|
+
|
|
182
|
+
**Anti-patterns:** Background colors that compete with product photography. Auto-playing sound/video. Pop-ups within 3 seconds of landing. Hiding the total price until checkout.
|
|
183
|
+
|
|
184
|
+
**Extra checklist:** [ ] Price always visible on product card. [ ] "Add to cart" is above the fold on PDP. [ ] Trust badges (returns, secure payment) near CTA on PDP.
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
### SaaS Landing Page / Startup
|
|
189
|
+
|
|
190
|
+
**Pattern:** Hero-Centric + Social Proof
|
|
191
|
+
**Conversion:** Emotion → Proof → Action. Make them feel the outcome before explaining the features.
|
|
192
|
+
**CTA:** Hero CTA + one after the features section.
|
|
193
|
+
**Sections:** Hero (outcome-led headline) → Logos → Product screenshot/demo → 3 core benefits → How it works → Testimonials → Pricing → Final CTA
|
|
194
|
+
|
|
195
|
+
**Style:** Gradient Mesh or Aurora Borealis or Minimal Clean
|
|
196
|
+
**Keywords:** Modern, energetic, confident, innovative
|
|
197
|
+
|
|
198
|
+
**Colors:**
|
|
199
|
+
- Primary: Indigo or brand-specific
|
|
200
|
+
- CTA: High-contrast — orange #F97316 or the brand accent
|
|
201
|
+
- Background: Near-white or dark
|
|
202
|
+
- Notes: One bold CTA color throughout the entire page. Never change CTA color mid-page.
|
|
203
|
+
|
|
204
|
+
**Typography:** Plus Jakarta Sans / Inter or Geist / Inter
|
|
205
|
+
**Mood:** Ambitious, confident, modern
|
|
206
|
+
|
|
207
|
+
**Key Effects:** Animated product demo (looping short video or animated mockup). Scroll-triggered section reveals. Number counter animation for key stats (real numbers only).
|
|
208
|
+
|
|
209
|
+
**Anti-patterns:** Vague hero headline. Multiple CTAs competing in the hero. "Trusted by 10,000+ teams" without a source. Generic stock photos. Gradient on gradient.
|
|
210
|
+
|
|
211
|
+
**Extra checklist:** [ ] Hero headline states a specific outcome, not a feature. [ ] Single primary CTA in hero. [ ] Real customer logos (not placeholder circles).
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
### Developer Tools / Dev Platforms
|
|
216
|
+
|
|
217
|
+
**Pattern:** Technical Authority
|
|
218
|
+
**Conversion:** Code first — show the DX immediately. Developers evaluate by reading code, not marketing copy.
|
|
219
|
+
**CTA:** "Get started" → docs. Not "Sign up for a sales call."
|
|
220
|
+
**Sections:** Hero (code snippet or terminal demo) → Key capabilities → Code examples → Integration list → Docs link prominent → Community/GitHub
|
|
221
|
+
|
|
222
|
+
**Style:** Dark Mode Refined or Data Brutalism or Technical Authority brand method
|
|
223
|
+
**Keywords:** Precise, powerful, fast, honest
|
|
224
|
+
|
|
225
|
+
**Colors:**
|
|
226
|
+
- Primary: Dark bg (#0D0D10) with vivid accent (green #3ECF8E or cyan)
|
|
227
|
+
- CTA: Accent color — must pop on dark background
|
|
228
|
+
- Background: Near-black
|
|
229
|
+
- Text: Off-white #EBEBF0
|
|
230
|
+
|
|
231
|
+
**Typography:** Geist Mono / Geist or JetBrains Mono / Inter
|
|
232
|
+
**Mood:** Technical, direct, no marketing fluff
|
|
233
|
+
|
|
234
|
+
**Key Effects:** Syntax-highlighted code blocks in hero. Terminal animation. Copy-to-clipboard on all code snippets. Version badge / changelog link visible.
|
|
235
|
+
|
|
236
|
+
**Anti-patterns:** Stock photos of "developers" working. Hiding the actual API/SDK docs behind a sign-up wall. Marketing buzzwords without specifics. Not showing real code in the hero.
|
|
237
|
+
|
|
238
|
+
**Extra checklist:** [ ] Code examples are real and runnable. [ ] Copy-to-clipboard on all code blocks. [ ] Docs link in primary navigation. [ ] GitHub star count visible.
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
### AI Products / LLM Tools
|
|
243
|
+
|
|
244
|
+
**Pattern:** Capability Demo + Trust Building
|
|
245
|
+
**Conversion:** Show it working → explain what makes it different → reduce risk (free tier/trial).
|
|
246
|
+
**CTA:** "Try it free" or "Start building" — always tied to immediate access.
|
|
247
|
+
**Sections:** Hero (live demo or animated output) → Key capabilities → Use cases → How it works (technical) → Pricing → FAQ
|
|
248
|
+
|
|
249
|
+
**Style:** Aurora Borealis or AI-Native UI or Dark Technical
|
|
250
|
+
**Keywords:** Intelligent, generative, powerful, reliable
|
|
251
|
+
|
|
252
|
+
**Colors:**
|
|
253
|
+
- Primary: Dark base + emerald/teal or purple accent (avoid the "AI purple/pink" cliché)
|
|
254
|
+
- Background: Near-black or very dark navy
|
|
255
|
+
- CTA: High-contrast emerald or warm accent on dark
|
|
256
|
+
|
|
257
|
+
**Typography:** Geist / Geist or Inter / Inter
|
|
258
|
+
**Mood:** Capable, modern, trustworthy — not sci-fi gimmicky
|
|
259
|
+
|
|
260
|
+
**Key Effects:** Streaming text animation (shows AI generating). Input/output interface demo. Animated capability showcase.
|
|
261
|
+
|
|
262
|
+
**Anti-patterns:** "AI purple/pink gradient" background — massively overused. Claiming "AGI" or intelligence it doesn't have. No explanation of model limitations. Hiding latency or accuracy constraints.
|
|
263
|
+
|
|
264
|
+
**Extra checklist:** [ ] Hero demonstrates the actual product, not an illustration of AI. [ ] Honest about what the model can and cannot do. [ ] Latency/performance metrics present if speed is a selling point.
|
|
265
|
+
|
|
266
|
+
---
|
|
267
|
+
|
|
268
|
+
### Wellness / Beauty / Spa
|
|
269
|
+
|
|
270
|
+
**Pattern:** Emotion-Led + Social Proof
|
|
271
|
+
**Conversion:** Feel the brand first. Then book or buy.
|
|
272
|
+
**CTA:** "Book now", "Shop the collection" — always calm, never pushy.
|
|
273
|
+
**Sections:** Hero (aspirational lifestyle image) → Services/Products → Brand story → Testimonials/Reviews → Booking or Shop CTA → Location/Contact
|
|
274
|
+
|
|
275
|
+
**Style:** Soft UI Evolution or Warm Editorial or Organic Biophilic
|
|
276
|
+
**Keywords:** Calm, luxurious, natural, caring, premium
|
|
277
|
+
|
|
278
|
+
**Colors:**
|
|
279
|
+
- Primary: Soft pink #E8B4B8, sage green #A8D5BA, or warm terracotta
|
|
280
|
+
- CTA: Gold #D4AF37 or deep rose — emotional, warm
|
|
281
|
+
- Background: Warm cream #FAF7F2
|
|
282
|
+
- Text: Dark warm brown #2A2118
|
|
283
|
+
- Notes: Calming palette. Gold for luxury feel.
|
|
284
|
+
|
|
285
|
+
**Typography:** Cormorant Garamond / Montserrat or Playfair Display / Lato
|
|
286
|
+
**Mood:** Elegant, calming, sophisticated
|
|
287
|
+
|
|
288
|
+
**Key Effects:** Soft shadows. Slow, graceful scroll animations. High-quality photography as hero. Subtle fragrance/texture metaphors in layout.
|
|
289
|
+
|
|
290
|
+
**Anti-patterns:** Bright neon colors. Harsh animations. Dark mode. Clinical/cold color palettes. "AI purple/pink gradients". Dense information layout.
|
|
291
|
+
|
|
292
|
+
**Extra checklist:** [ ] Photography is high-quality and on-brand. [ ] Booking flow has minimal steps (≤ 3). [ ] Prices transparent or easily found.
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
### Food & Beverage / Restaurant
|
|
297
|
+
|
|
298
|
+
**Pattern:** Appetite Appeal + Frictionless Order
|
|
299
|
+
**Conversion:** Make the food look incredible. Then make ordering trivially easy.
|
|
300
|
+
**CTA:** "Order now", "Reserve a table", "Shop" — immediate and clear.
|
|
301
|
+
**Sections:** Hero (food photography) → Menu highlights → Story/About → Location/Hours → Order/Reservation CTA
|
|
302
|
+
|
|
303
|
+
**Style:** Playful Familiarity or Retro/Neo-Retro or Editorial Typography (for premium)
|
|
304
|
+
**Keywords:** Appetizing, warm, inviting, fresh
|
|
305
|
+
|
|
306
|
+
**Colors:**
|
|
307
|
+
- Fast casual: warm reds #D32F2F, yellows #FFC107, oranges — appetite stimulation
|
|
308
|
+
- Premium/fine dining: near-black, cream, gold — elegance
|
|
309
|
+
- Organic/health: greens #1A7F5A, warm naturals — freshness
|
|
310
|
+
- Notes: Red + orange stimulate appetite (documented in food marketing psychology).
|
|
311
|
+
|
|
312
|
+
**Typography:** Barlow Condensed / Barlow (casual) or Playfair Display / Source Serif (premium)
|
|
313
|
+
**Mood:** Warm, inviting, craveable
|
|
314
|
+
|
|
315
|
+
**Key Effects:** Full-bleed food photography. Slight parallax on hero image. Menu section with clean card layout and clear pricing.
|
|
316
|
+
|
|
317
|
+
**Anti-patterns:** Autoplay music. Flash-style menu PDFs instead of HTML menu. Not showing prices. Photography that makes food look unappetizing (dark, blurry, stock).
|
|
318
|
+
|
|
319
|
+
**Extra checklist:** [ ] Menu is HTML (not PDF). [ ] Prices are visible. [ ] Allergen info accessible. [ ] Phone number / address prominent.
|
|
320
|
+
|
|
321
|
+
---
|
|
322
|
+
|
|
323
|
+
### Education / EdTech / Online Learning
|
|
324
|
+
|
|
325
|
+
**Pattern:** Outcome-Led + Trust Building
|
|
326
|
+
**Conversion:** What will the student achieve? Show the outcome, then the path.
|
|
327
|
+
**CTA:** "Start learning free", "Enroll now" — clear outcome framing.
|
|
328
|
+
**Sections:** Hero (student outcome headline) → Course/program highlights → Instructor credibility → Student testimonials → Curriculum overview → Pricing/Enrollment
|
|
329
|
+
|
|
330
|
+
**Style:** Calm Trust or Minimal Clean
|
|
331
|
+
**Keywords:** Clear, encouraging, accessible, credible
|
|
332
|
+
|
|
333
|
+
**Colors:**
|
|
334
|
+
- Primary: Blue #0072CE or Teal #3B9E8E — knowledge, calm
|
|
335
|
+
- Secondary: Warm yellow/amber for highlights and achievement
|
|
336
|
+
- Background: Light, welcoming — never dark as default for education
|
|
337
|
+
- Notes: Avoid aggressive red/orange for primary — associates with stress/urgency, wrong for learning.
|
|
338
|
+
|
|
339
|
+
**Typography:** Source Sans 3 / Source Serif 4 or DM Sans / DM Sans
|
|
340
|
+
**Mood:** Clear, welcoming, credible
|
|
341
|
+
|
|
342
|
+
**Key Effects:** Progress indicators. Course completion badges/certificates shown. Student work examples (social proof through outcomes).
|
|
343
|
+
|
|
344
|
+
**Anti-patterns:** Fear-based copy ("Don't get left behind"). Hiding the total cost until checkout. Dark mode as default (reduces readability for long-form content). Video autoplay without captions.
|
|
345
|
+
|
|
346
|
+
**Extra checklist:** [ ] Captions/transcripts for all video content. [ ] WCAG AA minimum (students may have learning differences). [ ] Clear refund/cancellation policy.
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
### Gaming / Esports / Entertainment
|
|
351
|
+
|
|
352
|
+
**Pattern:** Experience-First
|
|
353
|
+
**Conversion:** Immerse first, convert second. The experience IS the product demo.
|
|
354
|
+
**CTA:** "Play now", "Download", "Watch" — action-oriented.
|
|
355
|
+
**Sections:** Hero (cinematic, full-bleed) → Gameplay/feature showcase → Social proof (player count, ratings) → Trailer/media → Download/Play CTA
|
|
356
|
+
|
|
357
|
+
**Style:** Cyberpunk UI or Neon Glow or Dark Mode Refined
|
|
358
|
+
**Keywords:** Immersive, exciting, kinetic, bold
|
|
359
|
+
|
|
360
|
+
**Colors:**
|
|
361
|
+
- Primary: Dark (#0D0D10) + neon accent (cyan #00BCD4 or magenta #E040FB)
|
|
362
|
+
- CTA: Neon accent on dark — maximum contrast
|
|
363
|
+
- Background: Near-black always
|
|
364
|
+
- Notes: Color psychology: dark + neon = excitement, focus, exclusivity.
|
|
365
|
+
|
|
366
|
+
**Typography:** Rajdhani / Barlow or Exo 2 / Inter
|
|
367
|
+
**Mood:** Intense, dynamic, premium
|
|
368
|
+
|
|
369
|
+
**Key Effects:** Particle effects or CSS animations in hero. Scroll-triggered reveals. Sound on hover (optional, always off by default with clear toggle). Full-bleed video/cinematic hero.
|
|
370
|
+
|
|
371
|
+
**Anti-patterns:** Light/white backgrounds in gaming contexts. Pastel colors. Soft UI. Small type. Excessive loading time on hero animations.
|
|
372
|
+
|
|
373
|
+
**Extra checklist:** [ ] Video/animation respects prefers-reduced-motion. [ ] Sound is off by default. [ ] Age-rating visible if required.
|
|
374
|
+
|
|
375
|
+
---
|
|
376
|
+
|
|
377
|
+
### Luxury / Premium
|
|
378
|
+
|
|
379
|
+
**Pattern:** Premium Restraint
|
|
380
|
+
**Conversion:** Desire through scarcity and exclusivity, not urgency or discount.
|
|
381
|
+
**CTA:** "Discover the collection", "Request an appointment" — never aggressive or discounted.
|
|
382
|
+
**Sections:** Hero (full-bleed photography, minimal text) → Product/collection → Brand heritage → Craftsmanship detail → Contact/Appointment
|
|
383
|
+
|
|
384
|
+
**Style:** Premium Restraint brand method or Editorial Typography
|
|
385
|
+
**Keywords:** Quiet, confident, exclusive, timeless
|
|
386
|
+
|
|
387
|
+
**Colors:**
|
|
388
|
+
- Primary: Near-black, deep navy, or warm black
|
|
389
|
+
- Secondary: Gold #B8960C or platinum #C8C8C8
|
|
390
|
+
- Background: Pure white or warm cream — product is the focus
|
|
391
|
+
- Text: Deep, rich black/navy
|
|
392
|
+
- Notes: Less color = more luxury. One accent maximum.
|
|
393
|
+
|
|
394
|
+
**Typography:** Didot (or Cormorant Garamond) / Montserrat Light or Optima / Futura
|
|
395
|
+
**Mood:** Timeless, exclusive, quiet confidence
|
|
396
|
+
|
|
397
|
+
**Key Effects:** Extremely slow scroll transitions. Full-bleed photography without text overlay competing. White space as a design element, not an absence.
|
|
398
|
+
|
|
399
|
+
**Anti-patterns:** Sale badges or discount copy. Multiple CTAs competing. Bright saturated colors. Playful animations. Generic grid layouts. Any pattern that looks "digital-first" rather than "brand-first".
|
|
400
|
+
|
|
401
|
+
**Extra checklist:** [ ] No discount/sale language visible. [ ] Photography art-directed, not stock. [ ] Single clear contact/purchase path.
|
|
402
|
+
|
|
403
|
+
---
|
|
404
|
+
|
|
405
|
+
### Crypto / Web3 / DeFi
|
|
406
|
+
|
|
407
|
+
**Pattern:** Technical Authority + Trust Building
|
|
408
|
+
**Conversion:** Technical credibility first, then opportunity, then conversion.
|
|
409
|
+
**CTA:** "Connect wallet", "Launch app", "Read docs" — direct.
|
|
410
|
+
**Sections:** Hero (protocol/product overview) → Key metrics (TVL, volume, users — real numbers) → How it works → Security/audit → Community/ecosystem → CTA
|
|
411
|
+
|
|
412
|
+
**Style:** Dark Technical or Cyberpunk UI
|
|
413
|
+
**Keywords:** Decentralized, secure, transparent, powerful
|
|
414
|
+
|
|
415
|
+
**Colors:**
|
|
416
|
+
- Primary: Near-black + vivid accent (teal #3ECF8E, orange #F97316, or brand-specific)
|
|
417
|
+
- Background: Dark (#0D0D10)
|
|
418
|
+
- CTA: High-contrast accent on dark
|
|
419
|
+
- Notes: Avoid "rug pull purple" (deep purple + pink gradient) — associated with scam projects in community perception.
|
|
420
|
+
|
|
421
|
+
**Typography:** Geist / Geist or Space Grotesk / Inter
|
|
422
|
+
**Mood:** Technical, confident, transparent
|
|
423
|
+
|
|
424
|
+
**Key Effects:** On-chain metrics displayed as live/updating numbers. Code snippets for integration. Network topology or flow diagrams.
|
|
425
|
+
|
|
426
|
+
**Anti-patterns:** "Rug pull purple" gradient. Invented/unverifiable TVL/volume numbers. Promises of guaranteed returns. Lack of audit report visibility. Anonymous team with no accountability signals.
|
|
427
|
+
|
|
428
|
+
**Extra checklist:** [ ] Security audit report linked. [ ] Real on-chain metrics (not invented). [ ] Risk disclaimers present.
|
|
429
|
+
|
|
430
|
+
---
|
|
431
|
+
|
|
432
|
+
### Corporate / Enterprise B2B
|
|
433
|
+
|
|
434
|
+
**Pattern:** Enterprise Trust Hub
|
|
435
|
+
**Conversion:** Trust + ROI + Risk Reduction. Enterprise buyers need to justify the purchase internally.
|
|
436
|
+
**CTA:** "Request a demo", "Talk to sales" — no self-serve in primary CTA for enterprise.
|
|
437
|
+
**Sections:** Hero (ROI/outcome-led) → Customer logos (enterprise-recognizable) → Core capabilities → Security/compliance → Case studies with metrics → Pricing/Contact
|
|
438
|
+
|
|
439
|
+
**Style:** Minimal Clean or Swiss/International or Enterprise Trust Hub brand method
|
|
440
|
+
**Keywords:** Trustworthy, scalable, secure, enterprise-ready
|
|
441
|
+
|
|
442
|
+
**Colors:**
|
|
443
|
+
- Primary: Navy #1E3A5F or corporate blue #0072CE
|
|
444
|
+
- Secondary: Gray neutral
|
|
445
|
+
- CTA: Brand primary or strong contrast
|
|
446
|
+
- Background: White or light gray
|
|
447
|
+
- Notes: Conservative palette signals stability. Avoid trendy colors that imply startup/risk.
|
|
448
|
+
|
|
449
|
+
**Typography:** IBM Plex Sans / IBM Plex Sans or Source Sans 3 / Source Serif 4
|
|
450
|
+
**Mood:** Professional, credible, no-fluff
|
|
451
|
+
|
|
452
|
+
**Key Effects:** Data visualization for ROI metrics. Case study cards with named companies (not anonymous). Compliance badge display (SOC 2, ISO 27001, GDPR).
|
|
453
|
+
|
|
454
|
+
**Anti-patterns:** Consumer-style playful animations. Hiding security/compliance information. Not showing enterprise customer logos. "Try free" as the only CTA (enterprise needs demo).
|
|
455
|
+
|
|
456
|
+
**Extra checklist:** [ ] Security/compliance page accessible from navigation. [ ] Case studies include company name + specific metric. [ ] Demo booking has < 3 steps.
|
|
457
|
+
|
|
458
|
+
---
|
|
459
|
+
|
|
460
|
+
### Portfolio / Personal Brand / Creative
|
|
461
|
+
|
|
462
|
+
**Pattern:** Work-First Showcase
|
|
463
|
+
**Conversion:** The work is the CTA. Contact comes after the work speaks.
|
|
464
|
+
**CTA:** "View project", "Contact me", "Download resume" — after a strong portfolio impression.
|
|
465
|
+
**Sections:** Hero (name + role + strongest work) → Selected projects → About/Skills → Client logos → Contact
|
|
466
|
+
|
|
467
|
+
**Style:** Bento Grid or Brutalism or Minimal Clean (depending on creative discipline)
|
|
468
|
+
**Keywords:** Original, crafted, personal, confident
|
|
469
|
+
|
|
470
|
+
**Colors:**
|
|
471
|
+
- Personal choice — portfolio is the one context where personality > convention
|
|
472
|
+
- Constraint: whatever palette you choose must pass contrast requirements
|
|
473
|
+
- Recommendation: one strong accent against a neutral base
|
|
474
|
+
|
|
475
|
+
**Typography:** Any — but commit. One display face + one body face maximum.
|
|
476
|
+
**Mood:** Authentic, distinctive, quality-signaling
|
|
477
|
+
|
|
478
|
+
**Key Effects:** Project image hover with overlay details. Smooth page transitions. Cursor customization if the style calls for it.
|
|
479
|
+
|
|
480
|
+
**Anti-patterns:** Lorem ipsum anywhere. Generic "Hire me" CTA with no context. Projects without described outcomes or role. Excessive animations that slow down portfolio browsing.
|
|
481
|
+
|
|
482
|
+
**Extra checklist:** [ ] Each project describes your specific role. [ ] Contact form or email visible without scrolling to the very bottom. [ ] Projects load fast (optimize images).
|
|
483
|
+
|
|
484
|
+
---
|
|
485
|
+
|
|
486
|
+
## Quick Reference: Industry → Style + Palette
|
|
487
|
+
|
|
488
|
+
| Industry | Primary Style | Primary Color Family | Typography Mood |
|
|
489
|
+
|---|---|---|---|
|
|
490
|
+
| B2B SaaS | Minimal Clean | Indigo / Blue | Professional sans |
|
|
491
|
+
| Fintech | Minimal Clean | Blue | Humanist sans |
|
|
492
|
+
| Healthcare | Calm Trust | Blue / Teal | Humanist sans |
|
|
493
|
+
| E-commerce | Card-Based | Brand-specific | Depends on brand |
|
|
494
|
+
| SaaS Landing | Gradient Mesh | Indigo + Orange CTA | Modern sans |
|
|
495
|
+
| Dev Tools | Dark Technical | Dark + Green/Cyan | Mono + sans |
|
|
496
|
+
| AI Products | Aurora / Dark | Dark + Teal/Emerald | Geometric sans |
|
|
497
|
+
| Wellness/Beauty | Soft UI Evolution | Blush / Sage / Gold | Elegant serif |
|
|
498
|
+
| Food/Beverage | Playful / Retro | Red-Orange / Warm Green | Condensed / Serif |
|
|
499
|
+
| EdTech | Calm Trust | Blue / Amber highlights | Clear humanist |
|
|
500
|
+
| Gaming | Cyberpunk / Dark | Dark + Neon | Condensed bold |
|
|
501
|
+
| Luxury | Premium Restraint | Near-black / Gold | Display serif |
|
|
502
|
+
| Crypto/Web3 | Dark Technical | Dark + Vivid accent | Geometric sans |
|
|
503
|
+
| Enterprise | Enterprise Trust Hub | Navy / Corporate Blue | Corporate sans |
|
|
504
|
+
| Portfolio | Bento / Brutalism | Personal choice | Personal choice |
|