@jaimevalasek/aioson 1.30.1 → 1.30.2

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 (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,295 +1,295 @@
1
- # Websites — Clean SaaS UI
2
-
3
- Marketing and landing page patterns for B2B SaaS products. Clean, professional, and product-first.
4
-
5
- ---
6
-
7
- ## Principles
8
-
9
- - **Light by default** — Clean SaaS marketing pages are light. Dark sections exist for contrast moments, not as the base.
10
- - **Product-first** — The product screenshot or demo is the hero, not a generic illustration.
11
- - **Functional copy** — Headlines describe what the product does and for whom. No buzzwords without meaning.
12
- - **Contained radius** — Marketing cards max out at `radius-2xl` (16px). Never rounded beyond that.
13
-
14
- ---
15
-
16
- ## Hero Pattern A — Value Proposition Hero
17
-
18
- **Use for:** main product landing page, feature launch, primary CTA
19
-
20
- ```
21
- ┌─────────────────────────────────────────────────────────┐
22
- │ [Logo] Features Pricing Docs [Sign in] [Start free →] │
23
- ├─────────────────────────────────────────────────────────┤
24
- │ │
25
- │ The CRM teams [Product screenshot or │
26
- │ actually use. dashboard mockup — right half] │
27
- │ │
28
- │ Manage deals, track shadow-lg, radius-xl, │
29
- │ contacts, and close slight perspective tilt │
30
- │ more revenue without (2-3deg) optional │
31
- │ the complexity. │
32
- │ │
33
- │ [Start free →] [See demo] │
34
- │ │
35
- │ —————————————————————————————————————— │
36
- │ Trusted by 1,200+ teams [logo][logo][logo][logo] │ ← social proof strip
37
- └─────────────────────────────────────────────────────────┘
38
- ```
39
-
40
- **Specs:**
41
- - Layout: 50/50 or 55/45 text/visual split — left-aligned text
42
- - Headline: `text-4xl` (desktop) / `text-3xl` (mobile), `font-bold`, `tracking-tight`
43
- - Subtitle: `text-lg text-secondary max-w-md`
44
- - Primary CTA: `control-lg` button, accent
45
- - Secondary CTA: ghost button or text link
46
- - Screenshot: `shadow-lg rounded-xl` — use a real product screenshot, not a mockup illustration
47
- - Social proof: `grayscale` logos, `text-sm text-muted` label above
48
- - Background: `bg-base` or `bg-void` — never a gradient mesh
49
-
50
- ---
51
-
52
- ## Hero Pattern B — Centered Announcement Hero
53
-
54
- **Use for:** product launch, major feature announcement, simple landing pages
55
-
56
- ```
57
- ┌─────────────────────────────────────────────────────────┐
58
- │ │
59
- │ ┌──────────────────┐ │
60
- │ │ ✨ New: AI Inbox │ ← announcement badge │
61
- │ └──────────────────┘ │
62
- │ │
63
- │ The support tool that scales │
64
- │ with your team. │
65
- │ │
66
- │ Handle 10× more tickets without │
67
- │ adding headcount. │
68
- │ │
69
- │ [Start free →] [See how it works] │
70
- │ │
71
- │ ───────────────────────────────────────────── │
72
- │ [Avatar][Avatar][Avatar] 1,200+ teams love it │ ← avatar cluster + social proof
73
- │ │
74
- └─────────────────────────────────────────────────────────┘
75
- ```
76
-
77
- **Specs:**
78
- - All centered, `max-w-3xl` container
79
- - Announcement badge: `bg-accent-dim text-accent text-sm px-3 py-1 rounded-full font-medium`
80
- - Headline: `text-5xl font-bold tracking-tight` — up to 2 lines
81
- - Subtitle: `text-xl text-secondary max-w-xl`
82
- - Avatar cluster: 4 overlapping avatars + "X+ teams" text
83
- - Background: `bg-base` — optionally with subtle radial gradient to `bg-void` at bottom
84
-
85
- ---
86
-
87
- ## Hero Pattern C — Demo Hero
88
-
89
- **Use for:** products where interactivity is the differentiator
90
-
91
- ```
92
- ┌─────────────────────────────────────────────────────────┐
93
- │ │
94
- │ See it in action. │
95
- │ No setup, no credit card. │
96
- │ │
97
- │ ┌─────────────────────────────────────────────────┐ │
98
- │ │ │ │
99
- │ │ [Interactive demo or video player] │ │ ← full-width frame
100
- │ │ │ │
101
- │ └─────────────────────────────────────────────────┘ │
102
- │ │
103
- │ [Start free →] [Book a demo] │
104
- └─────────────────────────────────────────────────────────┘
105
- ```
106
-
107
- **Specs:**
108
- - Dark section for the demo area — `bg-gray-900` or `bg-void dark` for contrast
109
- - Video/demo frame: `rounded-xl shadow-lg` with browser chrome optional
110
- - Headline above: `text-3xl font-bold text-heading`
111
- - CTAs below the demo, not above
112
- - Keep the section focused — no feature list competing with the demo
113
-
114
- ---
115
-
116
- ## Section Patterns
117
-
118
- ### 1. Feature Grid
119
-
120
- **Use for:** feature overview, benefits section
121
-
122
- ```
123
- ┌──────────────────────────────────────────────────────────┐
124
- │ Everything you need to close more deals. │
125
- │ subtitle text-secondary max-w-2xl centered │
126
- ├──────────────────────┬───────────────────┬───────────────┤
127
- │ [icon] │ [icon] │ [icon] │
128
- │ Pipeline Views │ Contact Intel │ Team Inbox │
129
- │ Visualize your… │ Never miss a… │ Collaborate… │
130
- ├──────────────────────┼───────────────────┼───────────────┤
131
- │ [icon] │ [icon] │ [icon] │
132
- │ Automation │ Reporting │ Integrations │
133
- └──────────────────────┴───────────────────┴───────────────┘
134
- ```
135
-
136
- - Icon: 24–32px, `text-accent` or semantic color
137
- - Title: `text-base font-semibold text-heading`
138
- - Description: `text-sm text-secondary`
139
- - No card borders, no shadows — clean icon + text on page background
140
- - 3 columns desktop, 2 mobile, 1 below 480px
141
-
142
- ---
143
-
144
- ### 2. Feature Deep Dive
145
-
146
- **Use for:** flagship features, comparison with competitors, "how it works"
147
-
148
- ```
149
- ┌─────────────────────────────────────────────────────────┐
150
- │ [Product screenshot — left] The pipeline that moves. │
151
- │ No more stale deals. │
152
- │ │
153
- │ See exactly where every │
154
- │ deal is and what's next. │
155
- │ │
156
- │ [→ Explore pipeline] │
157
- ├─────────────────────────────────────────────────────────┤
158
- │ Know your customer. [Product screenshot — right]│
159
- │ Before the call. ... │
160
- └─────────────────────────────────────────────────────────┘
161
- ```
162
-
163
- - Alternating left/right image+text
164
- - Screenshot: `rounded-xl shadow-md` — browser frame optional
165
- - Headline: `text-2xl font-bold` — benefit-focused, not feature name
166
- - Description: `text-base text-secondary max-w-sm`
167
- - Link: `text-accent font-medium` with `→` arrow
168
-
169
- ---
170
-
171
- ### 3. Testimonial Cards
172
-
173
- ```
174
- ┌──────────────────────────────────────────────────────────┐
175
- │ ┌────────────────┐ ┌────────────────┐ ┌─────────────┐│
176
- │ │ "Cut our CRM │ │ "Finally a │ │ "The best ││
177
- │ │ setup time by │ │ sales tool our │ │ investment ││
178
- │ │ 80%." │ │ team loves." │ │ we made." ││
179
- │ │ │ │ │ │ ││
180
- │ │ [Avatar] │ │ [Avatar] │ │ [Avatar] ││
181
- │ │ Jane S. │ │ Mike T. │ │ Sarah L. ││
182
- │ │ VP Sales, Acme │ │ Founder, Beta │ │ Ops, Gamma ││
183
- │ └────────────────┘ └────────────────┘ └─────────────┘│
184
- └──────────────────────────────────────────────────────────┘
185
- ```
186
-
187
- - Card: `bg-surface border border-default rounded-xl p-6 shadow-xs`
188
- - Quote: `text-base text-primary` — actual quote, not a paraphrase
189
- - Avatar: 40px, `radius-full`
190
- - Name: `text-sm font-semibold text-heading`
191
- - Role: `text-sm text-secondary`
192
-
193
- ---
194
-
195
- ### 4. Pricing Table
196
-
197
- ```
198
- ┌──────────────┬──────────────────┬──────────────┐
199
- │ Starter │ Pro │ Enterprise │
200
- │ │ ┌ Most popular ┐│ │
201
- │ $29/mo │ │ $79/mo ││ Custom │
202
- │ │ └──────────────┘│ │
203
- │ ✓ Feature │ ✓ Feature │ ✓ Feature │
204
- │ ✓ Feature │ ✓ Feature │ ✓ Feature │
205
- │ ✗ Feature │ ✓ Feature │ ✓ Feature │
206
- │ │ │ │
207
- │ [Get started]│ [Get started] │ [Contact us]│
208
- └──────────────┴──────────────────┴──────────────┘
209
- ```
210
-
211
- - Container: `grid grid-cols-3 gap-4`
212
- - Card: `bg-surface border border-default rounded-xl p-6`
213
- - Featured card: `border-accent border-2 shadow-md` — slight elevation
214
- - "Most popular" badge: `bg-accent text-white text-xs font-medium px-3 py-1 rounded-full`
215
- - Price: `text-3xl font-bold text-heading`
216
- - Feature list: `text-sm text-primary`, `✓` in `text-semantic-success`, `✗` in `text-muted`
217
-
218
- ---
219
-
220
- ### 5. Integration Logos
221
-
222
- ```
223
- Works with your existing stack.
224
-
225
- [Salesforce] [HubSpot] [Slack] [Zapier] [Gmail] [+40 more]
226
- ```
227
-
228
- - Logos: grayscale, `opacity-60 hover:opacity-100 transition-opacity`
229
- - Grid: `flex flex-wrap gap-8 justify-center items-center`
230
- - Section title: `text-sm font-medium text-muted text-center mb-6`
231
-
232
- ---
233
-
234
- ### 6. CTA Banner
235
-
236
- ```
237
- ┌─────────────────────────────────────────────────────────┐
238
- │ │
239
- │ Start closing more deals today. │
240
- │ Free for 14 days. No credit card required. │
241
- │ │
242
- │ [Start free →] │
243
- └─────────────────────────────────────────────────────────┘
244
- ```
245
-
246
- - Background: `bg-accent-dim` or `bg-elevated` — never full accent background
247
- - Headline: `text-2xl font-bold text-heading text-center`
248
- - Subtitle: `text-base text-secondary text-center`
249
- - CTA: primary button centered, `control-lg`
250
- - Padding: `py-16 px-6`
251
-
252
- ---
253
-
254
- ## Navigation (Marketing)
255
-
256
- ```
257
- [Logo] Features Pricing Customers Docs [Sign in] [Start free →]
258
- ```
259
-
260
- - Height: `64px`, `bg-surface/90 backdrop-blur sticky top-0 border-b border-default`
261
- - Logo: left-aligned
262
- - Nav links: `text-sm text-secondary hover:text-primary font-medium`
263
- - CTA: primary button `control-md`, right-aligned
264
- - Mobile: hamburger menu, full-screen overlay
265
-
266
- ---
267
-
268
- ## Footer
269
-
270
- ```
271
- [Logo] Product Company Resources
272
- Tagline Features About Blog
273
- Pricing Careers Docs
274
- Changelog Contact Status
275
-
276
- ─────────────────────────────────────────────────────────
277
- © 2026 ProductName. All rights reserved. [Privacy] [Terms]
278
- ```
279
-
280
- - `bg-surface border-t border-default`
281
- - Logo + tagline: left column
282
- - Link columns: `text-sm text-secondary hover:text-primary`
283
- - Bottom bar: `text-xs text-muted`
284
-
285
- ---
286
-
287
- ## Anti-patterns
288
-
289
- 1. **Gradient mesh backgrounds** — not this skill; cognitive-core can use atmospheric effects
290
- 2. **Hand-drawn illustrations** — that is warm-craft; use geometric SVG or product screenshots
291
- 3. **Oversized dramatic typography** — that is bold-editorial; clean SaaS headlines are bold but not theatrical
292
- 4. **Dark marketing pages as the default** — clean SaaS = light by default; dark sections for contrast moments only
293
- 5. **Cards with radius > 16px** — contained radius, moderate feel
294
- 6. **More than 2 font weights in a section** — clean, not editorial
295
- 7. **Testimonials without real names and companies** — generic "happy customer" kills trust
1
+ # Websites — Clean SaaS UI
2
+
3
+ Marketing and landing page patterns for B2B SaaS products. Clean, professional, and product-first.
4
+
5
+ ---
6
+
7
+ ## Principles
8
+
9
+ - **Light by default** — Clean SaaS marketing pages are light. Dark sections exist for contrast moments, not as the base.
10
+ - **Product-first** — The product screenshot or demo is the hero, not a generic illustration.
11
+ - **Functional copy** — Headlines describe what the product does and for whom. No buzzwords without meaning.
12
+ - **Contained radius** — Marketing cards max out at `radius-2xl` (16px). Never rounded beyond that.
13
+
14
+ ---
15
+
16
+ ## Hero Pattern A — Value Proposition Hero
17
+
18
+ **Use for:** main product landing page, feature launch, primary CTA
19
+
20
+ ```
21
+ ┌─────────────────────────────────────────────────────────┐
22
+ │ [Logo] Features Pricing Docs [Sign in] [Start free →] │
23
+ ├─────────────────────────────────────────────────────────┤
24
+ │ │
25
+ │ The CRM teams [Product screenshot or │
26
+ │ actually use. dashboard mockup — right half] │
27
+ │ │
28
+ │ Manage deals, track shadow-lg, radius-xl, │
29
+ │ contacts, and close slight perspective tilt │
30
+ │ more revenue without (2-3deg) optional │
31
+ │ the complexity. │
32
+ │ │
33
+ │ [Start free →] [See demo] │
34
+ │ │
35
+ │ —————————————————————————————————————— │
36
+ │ Trusted by 1,200+ teams [logo][logo][logo][logo] │ ← social proof strip
37
+ └─────────────────────────────────────────────────────────┘
38
+ ```
39
+
40
+ **Specs:**
41
+ - Layout: 50/50 or 55/45 text/visual split — left-aligned text
42
+ - Headline: `text-4xl` (desktop) / `text-3xl` (mobile), `font-bold`, `tracking-normal`
43
+ - Subtitle: `text-lg text-secondary max-w-md`
44
+ - Primary CTA: `control-lg` button, accent
45
+ - Secondary CTA: ghost button or text link
46
+ - Screenshot: `shadow-lg rounded-xl` — use a real product screenshot, not a mockup illustration
47
+ - Social proof: `grayscale` logos, `text-sm text-muted` label above
48
+ - Background: `bg-base` or `bg-void` — never a gradient mesh
49
+
50
+ ---
51
+
52
+ ## Hero Pattern B — Centered Announcement Hero
53
+
54
+ **Use for:** product launch, major feature announcement, simple landing pages
55
+
56
+ ```
57
+ ┌─────────────────────────────────────────────────────────┐
58
+ │ │
59
+ │ ┌──────────────────┐ │
60
+ │ │ ✨ New: AI Inbox │ ← announcement badge │
61
+ │ └──────────────────┘ │
62
+ │ │
63
+ │ The support tool that scales │
64
+ │ with your team. │
65
+ │ │
66
+ │ Handle 10× more tickets without │
67
+ │ adding headcount. │
68
+ │ │
69
+ │ [Start free →] [See how it works] │
70
+ │ │
71
+ │ ───────────────────────────────────────────── │
72
+ │ [Avatar][Avatar][Avatar] 1,200+ teams love it │ ← avatar cluster + social proof
73
+ │ │
74
+ └─────────────────────────────────────────────────────────┘
75
+ ```
76
+
77
+ **Specs:**
78
+ - All centered, `max-w-3xl` container
79
+ - Announcement badge: `bg-accent-dim text-accent text-sm px-3 py-1 rounded-full font-medium`
80
+ - Headline: `text-5xl font-bold tracking-normal` — up to 2 lines
81
+ - Subtitle: `text-xl text-secondary max-w-xl`
82
+ - Avatar cluster: 4 overlapping avatars + "X+ teams" text
83
+ - Background: `bg-base` — optionally with subtle radial gradient to `bg-void` at bottom
84
+
85
+ ---
86
+
87
+ ## Hero Pattern C — Demo Hero
88
+
89
+ **Use for:** products where interactivity is the differentiator
90
+
91
+ ```
92
+ ┌─────────────────────────────────────────────────────────┐
93
+ │ │
94
+ │ See it in action. │
95
+ │ No setup, no credit card. │
96
+ │ │
97
+ │ ┌─────────────────────────────────────────────────┐ │
98
+ │ │ │ │
99
+ │ │ [Interactive demo or video player] │ │ ← full-width frame
100
+ │ │ │ │
101
+ │ └─────────────────────────────────────────────────┘ │
102
+ │ │
103
+ │ [Start free →] [Book a demo] │
104
+ └─────────────────────────────────────────────────────────┘
105
+ ```
106
+
107
+ **Specs:**
108
+ - Dark section for the demo area — `bg-gray-900` or `bg-void dark` for contrast
109
+ - Video/demo frame: `rounded-xl shadow-lg` with browser chrome optional
110
+ - Headline above: `text-3xl font-bold text-heading`
111
+ - CTAs below the demo, not above
112
+ - Keep the section focused — no feature list competing with the demo
113
+
114
+ ---
115
+
116
+ ## Section Patterns
117
+
118
+ ### 1. Feature Grid
119
+
120
+ **Use for:** feature overview, benefits section
121
+
122
+ ```
123
+ ┌──────────────────────────────────────────────────────────┐
124
+ │ Everything you need to close more deals. │
125
+ │ subtitle text-secondary max-w-2xl centered │
126
+ ├──────────────────────┬───────────────────┬───────────────┤
127
+ │ [icon] │ [icon] │ [icon] │
128
+ │ Pipeline Views │ Contact Intel │ Team Inbox │
129
+ │ Visualize your… │ Never miss a… │ Collaborate… │
130
+ ├──────────────────────┼───────────────────┼───────────────┤
131
+ │ [icon] │ [icon] │ [icon] │
132
+ │ Automation │ Reporting │ Integrations │
133
+ └──────────────────────┴───────────────────┴───────────────┘
134
+ ```
135
+
136
+ - Icon: 24–32px, `text-accent` or semantic color
137
+ - Title: `text-base font-semibold text-heading`
138
+ - Description: `text-sm text-secondary`
139
+ - No card borders, no shadows — clean icon + text on page background
140
+ - 3 columns desktop, 2 mobile, 1 below 480px
141
+
142
+ ---
143
+
144
+ ### 2. Feature Deep Dive
145
+
146
+ **Use for:** flagship features, comparison with competitors, "how it works"
147
+
148
+ ```
149
+ ┌─────────────────────────────────────────────────────────┐
150
+ │ [Product screenshot — left] The pipeline that moves. │
151
+ │ No more stale deals. │
152
+ │ │
153
+ │ See exactly where every │
154
+ │ deal is and what's next. │
155
+ │ │
156
+ │ [→ Explore pipeline] │
157
+ ├─────────────────────────────────────────────────────────┤
158
+ │ Know your customer. [Product screenshot — right]│
159
+ │ Before the call. ... │
160
+ └─────────────────────────────────────────────────────────┘
161
+ ```
162
+
163
+ - Alternating left/right image+text
164
+ - Screenshot: `rounded-xl shadow-md` — browser frame optional
165
+ - Headline: `text-2xl font-bold` — benefit-focused, not feature name
166
+ - Description: `text-base text-secondary max-w-sm`
167
+ - Link: `text-accent font-medium` with `→` arrow
168
+
169
+ ---
170
+
171
+ ### 3. Testimonial Cards
172
+
173
+ ```
174
+ ┌──────────────────────────────────────────────────────────┐
175
+ │ ┌────────────────┐ ┌────────────────┐ ┌─────────────┐│
176
+ │ │ "Cut our CRM │ │ "Finally a │ │ "The best ││
177
+ │ │ setup time by │ │ sales tool our │ │ investment ││
178
+ │ │ 80%." │ │ team loves." │ │ we made." ││
179
+ │ │ │ │ │ │ ││
180
+ │ │ [Avatar] │ │ [Avatar] │ │ [Avatar] ││
181
+ │ │ Jane S. │ │ Mike T. │ │ Sarah L. ││
182
+ │ │ VP Sales, Acme │ │ Founder, Beta │ │ Ops, Gamma ││
183
+ │ └────────────────┘ └────────────────┘ └─────────────┘│
184
+ └──────────────────────────────────────────────────────────┘
185
+ ```
186
+
187
+ - Card: `bg-surface border border-default rounded-xl p-6 shadow-xs`
188
+ - Quote: `text-base text-primary` — actual quote, not a paraphrase
189
+ - Avatar: 40px, `radius-full`
190
+ - Name: `text-sm font-semibold text-heading`
191
+ - Role: `text-sm text-secondary`
192
+
193
+ ---
194
+
195
+ ### 4. Pricing Table
196
+
197
+ ```
198
+ ┌──────────────┬──────────────────┬──────────────┐
199
+ │ Starter │ Pro │ Enterprise │
200
+ │ │ ┌ Most popular ┐│ │
201
+ │ $29/mo │ │ $79/mo ││ Custom │
202
+ │ │ └──────────────┘│ │
203
+ │ ✓ Feature │ ✓ Feature │ ✓ Feature │
204
+ │ ✓ Feature │ ✓ Feature │ ✓ Feature │
205
+ │ ✗ Feature │ ✓ Feature │ ✓ Feature │
206
+ │ │ │ │
207
+ │ [Get started]│ [Get started] │ [Contact us]│
208
+ └──────────────┴──────────────────┴──────────────┘
209
+ ```
210
+
211
+ - Container: `grid grid-cols-3 gap-4`
212
+ - Card: `bg-surface border border-default rounded-xl p-6`
213
+ - Featured card: `border-accent border-2 shadow-md` — slight elevation
214
+ - "Most popular" badge: `bg-accent text-white text-xs font-medium px-3 py-1 rounded-full`
215
+ - Price: `text-3xl font-bold text-heading`
216
+ - Feature list: `text-sm text-primary`, `✓` in `text-semantic-success`, `✗` in `text-muted`
217
+
218
+ ---
219
+
220
+ ### 5. Integration Logos
221
+
222
+ ```
223
+ Works with your existing stack.
224
+
225
+ [Salesforce] [HubSpot] [Slack] [Zapier] [Gmail] [+40 more]
226
+ ```
227
+
228
+ - Logos: grayscale, `opacity-60 hover:opacity-100 transition-opacity`
229
+ - Grid: `flex flex-wrap gap-8 justify-center items-center`
230
+ - Section title: `text-sm font-medium text-muted text-center mb-6`
231
+
232
+ ---
233
+
234
+ ### 6. CTA Banner
235
+
236
+ ```
237
+ ┌─────────────────────────────────────────────────────────┐
238
+ │ │
239
+ │ Start closing more deals today. │
240
+ │ Free for 14 days. No credit card required. │
241
+ │ │
242
+ │ [Start free →] │
243
+ └─────────────────────────────────────────────────────────┘
244
+ ```
245
+
246
+ - Background: `bg-accent-dim` or `bg-elevated` — never full accent background
247
+ - Headline: `text-2xl font-bold text-heading text-center`
248
+ - Subtitle: `text-base text-secondary text-center`
249
+ - CTA: primary button centered, `control-lg`
250
+ - Padding: `py-16 px-6`
251
+
252
+ ---
253
+
254
+ ## Navigation (Marketing)
255
+
256
+ ```
257
+ [Logo] Features Pricing Customers Docs [Sign in] [Start free →]
258
+ ```
259
+
260
+ - Height: `64px`, `bg-surface/90 backdrop-blur sticky top-0 border-b border-default`
261
+ - Logo: left-aligned
262
+ - Nav links: `text-sm text-secondary hover:text-primary font-medium`
263
+ - CTA: primary button `control-md`, right-aligned
264
+ - Mobile: hamburger menu, full-screen overlay
265
+
266
+ ---
267
+
268
+ ## Footer
269
+
270
+ ```
271
+ [Logo] Product Company Resources
272
+ Tagline Features About Blog
273
+ Pricing Careers Docs
274
+ Changelog Contact Status
275
+
276
+ ─────────────────────────────────────────────────────────
277
+ © 2026 ProductName. All rights reserved. [Privacy] [Terms]
278
+ ```
279
+
280
+ - `bg-surface border-t border-default`
281
+ - Logo + tagline: left column
282
+ - Link columns: `text-sm text-secondary hover:text-primary`
283
+ - Bottom bar: `text-xs text-muted`
284
+
285
+ ---
286
+
287
+ ## Anti-patterns
288
+
289
+ 1. **Gradient mesh backgrounds** — not this skill; cognitive-core can use atmospheric effects
290
+ 2. **Hand-drawn illustrations** — that is warm-craft; use geometric SVG or product screenshots
291
+ 3. **Oversized dramatic typography** — that is bold-editorial; clean SaaS headlines are bold but not theatrical
292
+ 4. **Dark marketing pages as the default** — clean SaaS = light by default; dark sections for contrast moments only
293
+ 5. **Cards with radius > 16px** — contained radius, moderate feel
294
+ 6. **More than 2 font weights in a section** — clean, not editorial
295
+ 7. **Testimonials without real names and companies** — generic "happy customer" kills trust