@equal-experts/kuat-react 0.12.0 → 0.13.1

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.
Files changed (78) hide show
  1. package/README.md +3 -1
  2. package/agent-docs/AGENTS.md +10 -0
  3. package/agent-docs/README.md +17 -0
  4. package/agent-docs/bundle-manifest.json +63 -0
  5. package/agent-docs/components/_template.md +21 -0
  6. package/agent-docs/components/button-group.md +27 -0
  7. package/agent-docs/components/button.md +50 -0
  8. package/agent-docs/components/components.manifest.json +20 -0
  9. package/agent-docs/components/kuat-header.md +27 -0
  10. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/LOADING.md +166 -0
  11. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/accessibility.md +444 -0
  12. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/brand.md +99 -0
  13. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/README.md +28 -0
  14. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/formatting.md +93 -0
  15. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/numbers.md +69 -0
  16. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/punctuation.md +75 -0
  17. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/voice-and-tone.md +263 -0
  18. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/writing-style.md +91 -0
  19. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/README.md +28 -0
  20. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/borders.md +159 -0
  21. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/colours.md +173 -0
  22. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/design-language.md +116 -0
  23. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/spacing.md +130 -0
  24. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/typography.md +155 -0
  25. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/logo.md +151 -0
  26. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/README.md +26 -0
  27. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/blog-posts.md +33 -0
  28. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/marketing-content.md +65 -0
  29. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/seo.md +44 -0
  30. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/emails.md +74 -0
  31. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md +18 -0
  32. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/marketing-pages.md +368 -0
  33. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/website.md +169 -0
  34. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/DEPRECATIONS.md +28 -0
  35. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/README.md +65 -0
  36. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/accessibility.md +402 -0
  37. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-decision-tree.md +263 -0
  38. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-registry.md +68 -0
  39. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/README.md +29 -0
  40. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/actions.md +51 -0
  41. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/confirmations.md +57 -0
  42. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/empty-states.md +43 -0
  43. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/errors.md +54 -0
  44. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/forms.md +74 -0
  45. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/product-content.md +138 -0
  46. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/design.md +207 -0
  47. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/emails.md +71 -0
  48. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-checklist.md +57 -0
  49. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-context.md +44 -0
  50. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/README.md +82 -0
  51. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/authentication.md +303 -0
  52. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/dashboards.md +313 -0
  53. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/documentation.md +333 -0
  54. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/forms.md +361 -0
  55. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/technical.md +488 -0
  56. package/agent-docs/kuat-docs/rules/README.md +148 -0
  57. package/agent-docs/kuat-docs/rules/design/layouts.md +394 -0
  58. package/agent-docs/kuat-docs/rules/scenarios/README.md +83 -0
  59. package/agent-docs/kuat-docs/rules/scenarios/authentication.md +301 -0
  60. package/agent-docs/kuat-docs/rules/scenarios/dashboards.md +314 -0
  61. package/agent-docs/kuat-docs/rules/scenarios/documentation.md +333 -0
  62. package/agent-docs/kuat-docs/rules/scenarios/forms.md +359 -0
  63. package/agent-docs/kuat-docs/rules/scenarios/marketing-pages.md +367 -0
  64. package/agent-docs/manifest.json +9 -0
  65. package/agent-docs/rules/LOADING-consumer.md +27 -0
  66. package/dist/components/ui/icon-button/icon-button.d.ts +27 -0
  67. package/dist/components/ui/icon-button/index.d.ts +2 -0
  68. package/dist/components/ui/kuat-header/index.d.ts +4 -2
  69. package/dist/components/ui/kuat-header/kuat-header.d.ts +4 -41
  70. package/dist/components/ui/kuat-header/kuat-header.logic.d.ts +32 -0
  71. package/dist/components/ui/kuat-header/kuat-header.types.d.ts +91 -0
  72. package/dist/icon-button-B5hCoK1b.js +63 -0
  73. package/dist/icon-button.d.ts +3 -0
  74. package/dist/icon-button.js +12 -0
  75. package/dist/index.d.ts +5 -2
  76. package/dist/index.js +852 -523
  77. package/dist/style.css +1 -1
  78. package/package.json +8 -2
@@ -0,0 +1,368 @@
1
+ # Marketing Page Scenarios
2
+
3
+ Patterns for landing pages, feature pages, pricing, testimonials, and promotional content.
4
+
5
+ ---
6
+
7
+ ## Principles
8
+
9
+ ### User Goals
10
+
11
+ - **Understand the value** - What's in it for me?
12
+ - **Build trust** - Is this credible?
13
+ - **Make decisions** - Which option is right for me?
14
+ - **Take action** - Easy path to next step
15
+
16
+ ### UX Principles
17
+
18
+ | Principle | Implementation |
19
+ |-----------|----------------|
20
+ | Clear value proposition | Hero communicates benefit immediately |
21
+ | Social proof | Testimonials, logos, metrics build trust |
22
+ | Scannable content | Users skim before they read |
23
+ | Clear CTAs | Obvious next steps at every section |
24
+
25
+ ### Success Metrics
26
+
27
+ - Time on page
28
+ - Scroll depth
29
+ - CTA click-through rate
30
+ - Conversion rate
31
+
32
+ ---
33
+
34
+ ## Layout
35
+
36
+ **Base Layout:** Horizontal Navigation
37
+
38
+ Marketing pages use full-width sections with contained content.
39
+
40
+ ### Landing Page Structure
41
+
42
+ ```
43
+ ┌─────────────────────────────────────┐
44
+ │ Header │
45
+ ├─────────────────────────────────────┤
46
+ │ Hero Section (full width) │
47
+ ├─────────────────────────────────────┤
48
+ │ Social Proof / Logos │
49
+ ├─────────────────────────────────────┤
50
+ │ Features Section │
51
+ ├─────────────────────────────────────┤
52
+ │ Benefits / How It Works │
53
+ ├─────────────────────────────────────┤
54
+ │ Testimonials │
55
+ ├─────────────────────────────────────┤
56
+ │ CTA Section │
57
+ ├─────────────────────────────────────┤
58
+ │ Footer │
59
+ └─────────────────────────────────────┘
60
+ ```
61
+
62
+ ### Pricing Page Structure
63
+
64
+ ```
65
+ ┌─────────────────────────────────────┐
66
+ │ Header │
67
+ ├─────────────────────────────────────┤
68
+ │ Heading: "Pricing" or "Choose Plan" │
69
+ │ [Monthly] [Annual] toggle │
70
+ ├─────────────────────────────────────┤
71
+ │ ┌─────┐ ┌─────┐ ┌─────┐ │
72
+ │ │Free │ │ Pro │ │Enter│ │
73
+ │ │ │ │ ★ │ │prise│ │
74
+ │ └─────┘ └─────┘ └─────┘ │
75
+ ├─────────────────────────────────────┤
76
+ │ Feature Comparison Table │
77
+ ├─────────────────────────────────────┤
78
+ │ FAQ Section │
79
+ ├─────────────────────────────────────┤
80
+ │ Footer │
81
+ └─────────────────────────────────────┘
82
+ ```
83
+
84
+ ### Specifications
85
+
86
+ | Element | Value |
87
+ |---------|-------|
88
+ | Header height | 64-80px |
89
+ | Content container | max-width 1200-1400px, centered |
90
+ | Section padding | 64-96px vertical |
91
+ | Footer padding | 48-64px vertical |
92
+
93
+ ---
94
+
95
+ ## Design
96
+
97
+ ### Color Tokens
98
+
99
+ | Element | Token |
100
+ |---------|-------|
101
+ | Page background | `bg-background` |
102
+ | Header | `bg-background` (light) |
103
+ | Alternating sections | `bg-muted` or `bg-background` |
104
+ | CTA sections | `bg-primary` or dark |
105
+ | Footer | `bg-muted` |
106
+
107
+ ### Typography
108
+
109
+ | Element | Style |
110
+ |---------|-------|
111
+ | Hero heading | `text-4xl md:text-5xl lg:text-6xl font-bold` |
112
+ | Hero subheading | `text-xl text-muted-foreground` |
113
+ | Section heading | `text-3xl font-bold` |
114
+ | Section subheading | `text-lg text-muted-foreground` |
115
+ | Body text | `text-base` or `text-lg` |
116
+ | Feature title | `text-lg font-semibold` |
117
+
118
+ ### Spacing Between Sections
119
+
120
+ | Section Type | Vertical Padding |
121
+ |--------------|-----------------|
122
+ | Hero | 64-96px |
123
+ | Standard content | 64px |
124
+ | CTA sections | 64-80px |
125
+ | Compact (logos) | 32-48px |
126
+
127
+ ---
128
+
129
+ ## Content
130
+
131
+ ### Hero Section
132
+
133
+ **Required Elements:**
134
+
135
+ 1. Headline - Clear value proposition
136
+ 2. Subheadline - Supporting detail
137
+ 3. Primary CTA button
138
+ 4. Secondary CTA (optional)
139
+ 5. Hero image/illustration (optional)
140
+
141
+ **Hero Variants:**
142
+
143
+ | Variant | Structure |
144
+ |---------|-----------|
145
+ | Centered | Text centered, buttons centered below |
146
+ | Split | Text left (50%), image right (50%) |
147
+ | With background | Dark/image background, light text |
148
+
149
+ **Specifications:**
150
+
151
+ | Element | Value |
152
+ |---------|-------|
153
+ | Heading | Max 10-12 words |
154
+ | Subheading | 1-2 sentences |
155
+ | CTA spacing | 16px between buttons |
156
+
157
+ ### Feature Sections
158
+
159
+ **Feature Grid:**
160
+
161
+ ```
162
+ ┌─────────┐ ┌─────────┐ ┌─────────┐
163
+ │ Icon │ │ Icon │ │ Icon │
164
+ │ Heading │ │ Heading │ │ Heading │
165
+ │ Text │ │ Text │ │ Text │
166
+ └─────────┘ └─────────┘ └─────────┘
167
+ ```
168
+
169
+ | Element | Specification |
170
+ |---------|---------------|
171
+ | Grid | 3 columns desktop, 2 tablet, 1 mobile |
172
+ | Gap | 32px |
173
+ | Icon size | 48px, brand color |
174
+ | Alignment | Center or left |
175
+
176
+ **Feature Alternating:**
177
+
178
+ ```
179
+ ┌─────────────────────────────────────┐
180
+ │ [Image] Text content │
181
+ ├─────────────────────────────────────┤
182
+ │ Text content [Image] │
183
+ ├─────────────────────────────────────┤
184
+ │ [Image] Text content │
185
+ └─────────────────────────────────────┘
186
+ ```
187
+
188
+ - Alternate image position left/right
189
+ - 50/50 or 60/40 split
190
+ - Stack on mobile (image above text)
191
+
192
+ ### Pricing Cards
193
+
194
+ | Element | Specification |
195
+ |---------|---------------|
196
+ | Card padding | 32px (`p-8`) |
197
+ | Highlighted tier | `border-primary`, "Popular" badge |
198
+ | Price display | `text-4xl font-bold` |
199
+ | Period | `text-sm text-muted-foreground` |
200
+ | Feature list | 8-10 items max, checkmarks |
201
+ | CTA button | Full width at bottom |
202
+
203
+ ### Testimonials
204
+
205
+ **Card Pattern:**
206
+
207
+ | Element | Specification |
208
+ |---------|---------------|
209
+ | Quote | `text-lg`, optional quotation marks |
210
+ | Avatar | 48-64px, rounded full |
211
+ | Name | `font-semibold` |
212
+ | Title/Company | `text-muted-foreground` |
213
+ | Logo | 80-120px wide |
214
+
215
+ **Layout Options:**
216
+
217
+ | Layout | Use Case |
218
+ |--------|----------|
219
+ | Grid (3 col) | Multiple equal testimonials |
220
+ | Carousel | Many testimonials, limited space |
221
+ | Featured | Single prominent quote |
222
+
223
+ ### CTA Sections
224
+
225
+ **Mid-page CTA:**
226
+
227
+ | Element | Specification |
228
+ |---------|---------------|
229
+ | Background | `bg-muted` |
230
+ | Padding | 64px vertical |
231
+ | Content | Centered heading + button |
232
+
233
+ **Final CTA (above footer):**
234
+
235
+ | Element | Specification |
236
+ |---------|---------------|
237
+ | Background | `bg-primary` or dark |
238
+ | Text | White/light |
239
+ | Padding | 80-96px vertical |
240
+ | Content | Strong headline + single button |
241
+
242
+ ---
243
+
244
+ ## Accessibility
245
+
246
+ **Base requirements:** See [foundations accessibility](../../../../foundations/accessibility.md)
247
+
248
+ **Scenario-specific:**
249
+
250
+ | Requirement | Implementation |
251
+ |-------------|----------------|
252
+ | Image alt text | Describe meaningful images, decorative get empty alt |
253
+ | Heading structure | H1 (hero) → H2 (sections) → H3 (sub-sections) |
254
+ | Link purpose | CTAs describe destination/action |
255
+ | Contrast on dark sections | Ensure text meets 4.5:1 on dark backgrounds |
256
+ | Video captions | All promotional videos have captions |
257
+
258
+ ### Pricing Table Accessibility
259
+
260
+ - Use semantic `<table>` for comparison tables
261
+ - Clear header row with `<th>` elements
262
+ - Don't rely on color alone for highlighting
263
+
264
+ ---
265
+
266
+ ## Implementation
267
+
268
+ ### Header Pattern
269
+
270
+ | Element | Specification |
271
+ |---------|---------------|
272
+ | Background | `bg-background` (light) |
273
+ | Logo | Full-color, left-aligned, 120-150px |
274
+ | Navigation | Right-aligned, horizontal |
275
+ | CTA button | Primary action in header |
276
+ | Height | 64-80px |
277
+
278
+ ### Footer Pattern
279
+
280
+ | Element | Specification |
281
+ |---------|---------------|
282
+ | Background | `bg-muted` |
283
+ | Logo | Full-color, 100-120px |
284
+ | Link columns | Company, Resources, Legal |
285
+ | Social links | Icons, 24px |
286
+ | Copyright | Bottom, `text-sm text-muted-foreground` |
287
+
288
+ ### Case Study Structure
289
+
290
+ 1. Hero with client logo and headline
291
+ 2. Challenge section - What problem?
292
+ 3. Solution section - How did we help?
293
+ 4. Results section - Metrics and outcomes
294
+ 5. Client quote
295
+ 6. Related case studies CTA
296
+
297
+ **Results Display:**
298
+
299
+ ```
300
+ ┌──────┐ ┌──────┐ ┌──────┐
301
+ │ 50% │ │ 3x │ │ 24h │
302
+ │ cost │ │faster│ │deploy│
303
+ │ saved│ │ time │ │ time │
304
+ └──────┘ └──────┘ └──────┘
305
+ ```
306
+
307
+ - Use KPI card pattern
308
+ - Include context (e.g., "50% reduction in...")
309
+
310
+ ### Responsive Behavior
311
+
312
+ | Element | Desktop | Tablet | Mobile |
313
+ |---------|---------|--------|--------|
314
+ | Hero heading | `text-6xl` | `text-5xl` | `text-4xl` |
315
+ | Feature grid | 3 columns | 2 columns | 1 column |
316
+ | Pricing cards | 3 horizontal | 3 horizontal | Stacked |
317
+ | Split sections | 50/50 | 50/50 | Stacked |
318
+ | Testimonials | 3 columns | 2 columns | 1 column |
319
+
320
+ ---
321
+
322
+ ## Best Practices
323
+
324
+ ### Do's
325
+
326
+ 1. **Lead with value** - Hero should answer "what's in it for me?"
327
+ 2. **Use social proof** - Logos, testimonials, metrics
328
+ 3. **Clear CTAs** - One primary action per section
329
+ 4. **Scannable content** - Users skim before reading
330
+ 5. **Mobile-first** - Many visitors are on mobile
331
+ 6. **Fast loading** - Optimize images, lazy load below fold
332
+
333
+ ### Don'ts
334
+
335
+ 1. **Don't overwhelm** - One message per section
336
+ 2. **Don't hide CTAs** - Make them prominent
337
+ 3. **Don't use jargon** - Plain language for broad audience
338
+ 4. **Don't auto-play video with sound** - Respect user preferences
339
+ 5. **Don't neglect footer** - Important for trust and navigation
340
+
341
+ ### Common Mistakes
342
+
343
+ | Mistake | Solution |
344
+ |---------|----------|
345
+ | Unclear value prop | Test headline with users |
346
+ | Too many CTAs | One primary per section |
347
+ | Walls of text | Break into scannable sections |
348
+ | Generic testimonials | Specific, credible quotes |
349
+ | Missing social proof | Add logos, numbers, quotes |
350
+ | Slow loading | Optimize images, lazy load |
351
+
352
+ ### Edge Cases
353
+
354
+ | Case | Handling |
355
+ |------|----------|
356
+ | No testimonials yet | Use partner logos, team credentials |
357
+ | Complex pricing | Summary cards + detailed table |
358
+ | Many features | Categorize, show top 3-6, link to full list |
359
+ | Video content | Thumbnail + play button, don't auto-play |
360
+ | International | Consider localization, currency display |
361
+
362
+ ---
363
+
364
+ ## Related Documentation
365
+
366
+ - [Marketing Website](../website.md) - Marketing website guidelines
367
+ - [Foundations Accessibility](../../../../foundations/accessibility.md) - Accessibility principles
368
+ - [Logo Usage](../../../../foundations/logo.md) - Logo placement and variants
@@ -0,0 +1,169 @@
1
+ # Marketing Website Rules
2
+
3
+ Guidelines for Equal Experts marketing websites and landing pages.
4
+
5
+ ---
6
+
7
+ **Prerequisites:** Load [foundations](../../../foundations/) first
8
+
9
+ ---
10
+
11
+ ## Overview
12
+
13
+ Marketing websites are public-facing pages designed to inform, engage, and convert visitors. They use light backgrounds with full-color branding.
14
+
15
+ ---
16
+
17
+ ## When to Use Marketing Layout
18
+
19
+ Use marketing layout when:
20
+ - Creating public-facing website content
21
+ - Building landing pages
22
+ - External audience (customers, prospects, public)
23
+ - Content-focused pages (blog, documentation)
24
+ - No complex navigation or application features
25
+
26
+ ---
27
+
28
+ ## Layout Structure
29
+
30
+ ```
31
+ ┌─────────────────────────────────────────┐
32
+ │ Header (Light background) │
33
+ │ [Logo] [Navigation Links] │
34
+ ├─────────────────────────────────────────┤
35
+ │ │
36
+ │ Main Content Area │
37
+ │ (Full width, spacious) │
38
+ │ │
39
+ ├─────────────────────────────────────────┤
40
+ │ Footer (Light background) │
41
+ │ [Logo] [Links/Info] │
42
+ └─────────────────────────────────────────┘
43
+ ```
44
+
45
+ ---
46
+
47
+ ## Header Specifications
48
+
49
+ | Property | Value |
50
+ |----------|-------|
51
+ | Background | Light (`bg-background` or white) |
52
+ | Logo | Full-color (`logo-colour.svg`), left-aligned |
53
+ | Logo size | 120-150px (min 100px) |
54
+ | Navigation | Horizontal, right-aligned or centered |
55
+ | Height | 64-80px |
56
+ | Padding | 16-24px horizontal, 16px vertical |
57
+
58
+ ---
59
+
60
+ ## Footer Specifications
61
+
62
+ | Property | Value |
63
+ |----------|-------|
64
+ | Background | Light (`bg-muted` or light gray) |
65
+ | Logo | Full-color, 100-120px |
66
+ | Padding | 32-48px vertical, 24px horizontal |
67
+
68
+ ---
69
+
70
+ ## Logo Placement
71
+
72
+ | Location | Logo Variant | Size |
73
+ |----------|--------------|------|
74
+ | Header | Full-color | 120-150px |
75
+ | Footer | Full-color | 100-120px |
76
+
77
+ See [foundations/logo.md](../../../foundations/logo.md) for logo guidelines.
78
+
79
+ ---
80
+
81
+ ## Responsive Behavior
82
+
83
+ | Breakpoint | Behavior |
84
+ |------------|----------|
85
+ | Mobile (< 640px) | Stack logo/nav vertically, or hamburger menu |
86
+ | Tablet (640-1024px) | Horizontal with adjusted spacing |
87
+ | Desktop (> 1024px) | Full horizontal layout |
88
+
89
+ ---
90
+
91
+ ## Content Guidelines
92
+
93
+ Follow [foundations/content/](../../../foundations/content/) for writing style.
94
+
95
+ ### Marketing Content Should:
96
+
97
+ - Build awareness and reputation
98
+ - Demonstrate expertise through evidence
99
+ - Generate leads and opportunities
100
+ - Educate external audiences
101
+
102
+ ### Tone
103
+
104
+ **Tone range:** Confident to conversational (depends on content type)
105
+ **Key balance:** Expertise + Clarity = Credibility
106
+
107
+ ---
108
+
109
+ ## Content Types
110
+
111
+ ### Case Studies
112
+
113
+ **Structure:**
114
+ 1. Context Setting - What was the situation?
115
+ 2. Challenge Identification - What problems needed solving?
116
+ 3. Our Approach - How did we help?
117
+ 4. Solution and Implementation - What was built/changed?
118
+ 5. Measurable Business Results - What was the impact?
119
+
120
+ **Tips:**
121
+ - Start with business problem, not technology
122
+ - Use specific numbers and evidence
123
+ - Make understandable by anyone
124
+
125
+ ### Blog Posts
126
+
127
+ **Structure:**
128
+ 1. Captivating Introduction - Story, question, or surprising insight
129
+ 2. Clear Problem/Question - What you're addressing
130
+ 3. Evidence-Based Insights - What you've learned with examples
131
+ 4. Practical Takeaways - Actionable guidance
132
+ 5. Compelling CTA - Invite further engagement
133
+
134
+ ### Landing Pages
135
+
136
+ - Clear value proposition above the fold
137
+ - Scannable content with clear headings
138
+ - Compelling calls to action
139
+ - Trust indicators (logos, testimonials)
140
+
141
+ ---
142
+
143
+ ## Usage Guidelines
144
+
145
+ ### Do's
146
+
147
+ 1. **Use light backgrounds** - White or light gray for content areas
148
+ 2. **Use full-color logo** - Maximum brand recognition
149
+ 3. **Prioritize content** - Design serves content
150
+ 4. **Include clear CTAs** - What should visitors do next?
151
+ 5. **Ensure accessibility** - WCAG AA compliance
152
+
153
+ ### Don'ts
154
+
155
+ 1. **Don't use dark navigation** - That's for product layouts
156
+ 2. **Don't use monochrome logo** - Use full-color on light backgrounds
157
+ 3. **Don't overload with CTAs** - One primary action per section
158
+ 4. **Don't use jargon** - Write for general audiences
159
+ 5. **Don't make claims without evidence** - Be specific
160
+
161
+ ---
162
+
163
+ ## Related Documentation
164
+
165
+ - [Foundations](../../../foundations/) - Brand and design language
166
+ - [Foundations Accessibility](../../../foundations/accessibility.md) - Accessibility principles
167
+ - [Web Foundations](../README.md) - Common web principles
168
+ - [Marketing Emails](./emails.md) - Email guidelines
169
+ - [Marketing Scenarios](./scenarios/) - Patterns for marketing pages
@@ -0,0 +1,28 @@
1
+ # Web product — deprecations
2
+
3
+ Assets superseded by package/overlay component guides and consumption architecture.
4
+
5
+ ---
6
+
7
+ | Asset | Status | Replacement |
8
+ |-------|--------|-------------|
9
+ | [examples/react/components.md](./examples/react/components.md) | Deprecated | `shadcn:button` etc. → package `agent-docs/components/{slug}.md` |
10
+ | [examples/vue/components.md](./examples/vue/components.md) | Deprecated | Same |
11
+ | Full CVA source listings in examples | Deprecated | [component-registry.md](./component-registry.md) + overlay docs |
12
+ | Duplicate consumer setup in [technical.md](./technical.md) | Trimmed | Package README + `agent-docs/AGENTS.md` |
13
+ | [kuat-docs/.tmp/documentation-agent.md](../../../.tmp/documentation-agent.md) | Moved | `kuat-mono/contribution-docs/component-documentation-agent.md` (mono plan) |
14
+
15
+ ---
16
+
17
+ ## Examples directory policy
18
+
19
+ [examples/](./examples/) remains for **create** sessions as illustrative token/layout syntax. Do **not** treat example component source as canonical API.
20
+
21
+ Load [examples/README.md](./examples/README.md) for scope. Prefer component IDs when generating UI.
22
+
23
+ ---
24
+
25
+ ## Related
26
+
27
+ - [component-registry.md](./component-registry.md)
28
+ - [consumption-architecture.md](../../../../setup/consumption-architecture.md)
@@ -0,0 +1,65 @@
1
+ # Web product rules
2
+
3
+ Guidelines for Equal Experts web applications, dashboards, internal tools, and product emails.
4
+
5
+ ---
6
+
7
+ **Prerequisites:** Load [foundations](../../../foundations/) first.
8
+
9
+ **Architecture:** [consumption-architecture.md](../../../../setup/consumption-architecture.md) — entry points and package bundling.
10
+
11
+ ---
12
+
13
+ ## Core files
14
+
15
+ | File | Purpose |
16
+ |------|---------|
17
+ | [design.md](./design.md) | Layout, navigation, product visual patterns |
18
+ | [accessibility.md](./accessibility.md) | Product accessibility requirements |
19
+ | [technical.md](./technical.md) | Stack, tokens, integration (summary; consumer setup in package README) |
20
+ | [component-decision-tree.md](./component-decision-tree.md) | Which component source to use (Blocks → Kuat → shadcn → custom) |
21
+ | [component-registry.md](./component-registry.md) | Stable component IDs → overlay/package docs |
22
+ | [review-context.md](./review-context.md) | Product context for review at `product_ux` / `full` depth |
23
+ | [review-checklist.md](./review-checklist.md) | Review checklist |
24
+
25
+ ---
26
+
27
+ ## Subdirectories
28
+
29
+ | Directory | Purpose |
30
+ |-----------|---------|
31
+ | [content/](./content/) | UX copy (actions, errors, forms, confirmations) |
32
+ | [scenarios/](./scenarios/) | Page-type patterns (auth, forms, dashboards, documentation) |
33
+ | [examples/](./examples/) | Framework code samples — **create only**; see [DEPRECATIONS.md](./DEPRECATIONS.md) |
34
+
35
+ ---
36
+
37
+ ## Component-level guides
38
+
39
+ Per-component usage, variants, API, and accessibility behaviour live in the **implementation overlay** or **npm package** `agent-docs/components/`, not in this upstream tree.
40
+
41
+ 1. Look up the ID in [component-registry.md](./component-registry.md).
42
+ 2. Resolve `components/{slug}.md` via `components.manifest.json` in:
43
+ - `node_modules/@equal-experts/kuat-react/agent-docs/`, or
44
+ - `KUAT_RULES_OVERLAY_PATH` (e.g. `kuat-mono/kuat-docs/`).
45
+
46
+ Upstream scenarios cite IDs (e.g. `shadcn:button`) — load the matching component doc when implementing or reviewing that primitive.
47
+
48
+ ---
49
+
50
+ ## LOADING summary
51
+
52
+ | Intent | Load |
53
+ |--------|------|
54
+ | **review** | design, accessibility, component-decision-tree, review-context, review-checklist + relevant scenario; skip `examples/` |
55
+ | **create** | Above + scenarios/content as needed + `examples/` when generating code |
56
+
57
+ Full index: [LOADING.md](../../../LOADING.md).
58
+
59
+ ---
60
+
61
+ ## Related
62
+
63
+ - [Web rules parent](../README.md)
64
+ - [consumption-architecture.md](../../../../setup/consumption-architecture.md)
65
+ - [DEPRECATIONS.md](./DEPRECATIONS.md)