cdragon 0.1.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.
Files changed (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,433 @@
1
+ ---
2
+ id: zapier
3
+ name: Zapier
4
+ country: US
5
+ category: productivity
6
+ homepage: "https://zapier.com"
7
+ primary_color: "#ff4f00"
8
+ logo:
9
+ type: simpleicons
10
+ slug: zapier
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Zapier Brand
15
+ url: "https://brand.zapier.com"
16
+ type: brand
17
+ description: Zapier's official brand guidelines 1.0.
18
+ og_image: "https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2F279072ea39f%2F8fc2c38ae5f%2Fmeta%2Fthumbnail_1_2.jpg?alt=media&token=0d0ea63f-6a32-4e46-b516-9db3c6c6ffe4"
19
+ ---
20
+
21
+ # Design System Inspiration of Zapier
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ Zapier's website radiates warm, approachable professionalism. It rejects the cold monochrome minimalism of developer tools in favor of a cream-tinted canvas (`#fffefb`) that feels like unbleached paper -- the digital equivalent of a well-organized notebook. The near-black (`#201515`) text has a faint reddish-brown warmth, creating an atmosphere more human than mechanical. This is automation designed to feel effortless, not technical.
26
+
27
+ The typographic system is a deliberate interplay of two distinct personalities. **Degular Display** -- a geometric, wide-set display face -- handles hero-scale headlines at 56-80px with medium weight (500) and extraordinarily tight line-heights (0.90), creating headlines that compress vertically like stacked blocks. **Inter** serves as the workhorse for everything else, from section headings to body text and navigation, with fallbacks to Helvetica and Arial. **GT Alpina**, an elegant thin-weight serif with aggressive negative letter-spacing (-1.6px to -1.92px), makes occasional appearances for softer editorial moments. This three-font system gives Zapier the ability to shift register -- from bold and punchy (Degular) to clean and functional (Inter) to refined and literary (GT Alpina).
28
+
29
+ The brand's signature orange (`#ff4f00`) is unmistakable -- a vivid, saturated red-orange that sits precisely between traffic-cone urgency and sunset warmth. It's used sparingly but decisively: primary CTA buttons, active state underlines, and accent borders. Against the warm cream background, this orange creates a color relationship that feels energetic without being aggressive.
30
+
31
+ **Key Characteristics:**
32
+ - Warm cream canvas (`#fffefb`) instead of pure white -- organic, paper-like warmth
33
+ - Near-black with reddish undertone (`#201515`) -- text that breathes rather than dominates
34
+ - Degular Display for hero headlines at 0.90 line-height -- compressed, impactful, modern
35
+ - Inter as the universal UI font across all functional typography
36
+ - GT Alpina for editorial accents -- thin-weight serif with extreme negative tracking
37
+ - Zapier Orange (`#ff4f00`) as the single accent -- vivid, warm, sparingly applied
38
+ - Warm neutral palette: borders (`#c5c0b1`), muted text (`#939084`), surface tints (`#eceae3`)
39
+ - 8px base spacing system with generous padding on CTAs (20px 24px)
40
+ - Border-forward design: `1px solid` borders in warm grays define structure over shadows
41
+
42
+ ## 2. Color Palette & Roles
43
+
44
+ ### Primary
45
+ - **Zapier Black** (`#201515`): Primary text, headings, dark button backgrounds. A warm near-black with reddish undertones -- never cold.
46
+ - **Cream White** (`#fffefb`): Page background, card surfaces, light button fills. Not pure white; the yellowish warmth is intentional.
47
+ - **Off-White** (`#fffdf9`): Secondary background surface, subtle alternate tint. Nearly indistinguishable from cream white but creates depth.
48
+
49
+ ### Brand Accent
50
+ - **Zapier Orange** (`#ff4f00`): Primary CTA buttons, active underline indicators, accent borders. The signature color -- vivid and warm.
51
+
52
+ ### Neutral Scale
53
+ - **Dark Charcoal** (`#36342e`): Secondary text, footer text, border color for strong dividers. A warm dark gray-brown with 70% opacity variant.
54
+ - **Warm Gray** (`#939084`): Tertiary text, muted labels, timestamp-style content. Mid-range with greenish-warm undertone.
55
+ - **Sand** (`#c5c0b1`): Primary border color, hover state backgrounds, divider lines. The backbone of Zapier's structural elements.
56
+ - **Light Sand** (`#eceae3`): Secondary button backgrounds, light borders, subtle card surfaces.
57
+ - **Mid Warm** (`#b5b2aa`): Alternate border tone, used on specific span elements.
58
+
59
+ ### Interactive
60
+ - **Orange CTA** (`#ff4f00`): Primary action buttons and active tab underlines.
61
+ - **Dark CTA** (`#201515`): Secondary dark buttons with sand hover state.
62
+ - **Light CTA** (`#eceae3`): Tertiary/ghost buttons with sand hover.
63
+ - **Link Default** (`#201515`): Standard link color, matching body text.
64
+ - **Hover Underline**: Links remove `text-decoration: underline` on hover (inverse pattern).
65
+
66
+ ### Overlay & Surface
67
+ - **Semi-transparent Dark** (`rgba(45, 45, 46, 0.5)`): Overlay button variant, backdrop-like elements.
68
+ - **Pill Surface** (`#fffefb`): White pill buttons with sand borders.
69
+
70
+ ### Shadows & Depth
71
+ - **Inset Underline** (`rgb(255, 79, 0) 0px -4px 0px 0px inset`): Active tab indicator -- orange underline using inset box-shadow.
72
+ - **Hover Underline** (`rgb(197, 192, 177) 0px -4px 0px 0px inset`): Inactive tab hover -- sand-colored underline.
73
+
74
+ ## 3. Typography Rules
75
+
76
+ ### Font Families
77
+ - **Display**: `Degular Display` -- wide geometric display face for hero headlines
78
+ - **Primary**: `Inter`, with fallbacks: `Helvetica, Arial`
79
+ - **Editorial**: `GT Alpina` -- thin-weight serif for editorial moments
80
+ - **System**: `Arial` -- fallback for form elements and system UI
81
+
82
+ ### Hierarchy
83
+
84
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
85
+ |------|------|------|--------|-------------|----------------|-------|
86
+ | Display Hero XL | Degular Display | 80px (5.00rem) | 500 | 0.90 (tight) | normal | Maximum impact, compressed block |
87
+ | Display Hero | Degular Display | 56px (3.50rem) | 500 | 0.90-1.10 (tight) | 0-1.12px | Primary hero headlines |
88
+ | Display Hero SM | Degular Display | 40px (2.50rem) | 500 | 0.90 (tight) | normal | Smaller hero variant |
89
+ | Display Button | Degular Display | 24px (1.50rem) | 600 | 1.00 (tight) | 1px | Large CTA button text |
90
+ | Section Heading | Inter | 48px (3.00rem) | 500 | 1.04 (tight) | normal | Major section titles |
91
+ | Editorial Heading | GT Alpina | 48px (3.00rem) | 250 | normal | -1.92px | Thin editorial headlines |
92
+ | Editorial Sub | GT Alpina | 40px (2.50rem) | 300 | 1.08 (tight) | -1.6px | Editorial subheadings |
93
+ | Sub-heading LG | Inter | 36px (2.25rem) | 500 | normal | -1px | Large sub-sections |
94
+ | Sub-heading | Inter | 32px (2.00rem) | 400 | 1.25 (tight) | normal | Standard sub-sections |
95
+ | Sub-heading MD | Inter | 28px (1.75rem) | 500 | normal | normal | Medium sub-headings |
96
+ | Card Title | Inter | 24px (1.50rem) | 600 | normal | -0.48px | Card headings |
97
+ | Body Large | Inter | 20px (1.25rem) | 400-500 | 1.00-1.20 (tight) | -0.2px | Feature descriptions |
98
+ | Body Emphasis | Inter | 18px (1.13rem) | 600 | 1.00 (tight) | normal | Emphasized body text |
99
+ | Body | Inter | 16px (1.00rem) | 400-500 | 1.20-1.25 | -0.16px | Standard reading text |
100
+ | Body Semibold | Inter | 16px (1.00rem) | 600 | 1.16 (tight) | normal | Strong labels |
101
+ | Button | Inter | 16px (1.00rem) | 600 | normal | normal | Standard buttons |
102
+ | Button SM | Inter | 14px (0.88rem) | 600 | normal | normal | Small buttons |
103
+ | Caption | Inter | 14px (0.88rem) | 500 | 1.25-1.43 | normal | Labels, metadata |
104
+ | Caption Upper | Inter | 14px (0.88rem) | 600 | normal | 0.5px | Uppercase section labels |
105
+ | Micro | Inter | 12px (0.75rem) | 600 | 0.90-1.33 | 0.5px | Tiny labels, often uppercase |
106
+ | Micro SM | Inter | 13px (0.81rem) | 500 | 1.00-1.54 | normal | Small metadata text |
107
+
108
+ ### Principles
109
+ - **Three-font system, clear roles**: Degular Display commands attention at hero scale only. Inter handles everything functional. GT Alpina adds editorial warmth sparingly.
110
+ - **Compressed display**: Degular at 0.90 line-height creates vertically compressed headline blocks that feel modern and architectural.
111
+ - **Weight as hierarchy signal**: Inter uses 400 (reading), 500 (navigation/emphasis), 600 (headings/CTAs). Degular uses 500 (display) and 600 (buttons).
112
+ - **Uppercase for labels**: Section labels (like "01 / Colors") and small categorization use `text-transform: uppercase` with 0.5px letter-spacing.
113
+ - **Negative tracking for elegance**: GT Alpina uses -1.6px to -1.92px letter-spacing for its thin-weight editorial headlines.
114
+
115
+ ## 4. Component Stylings
116
+
117
+ ### Buttons
118
+
119
+ **Primary Orange**
120
+ - Background: `#ff4f00`
121
+ - Text: `#fffefb`
122
+ - Padding: 8px 16px
123
+ - Radius: 4px
124
+ - Border: `1px solid #ff4f00`
125
+ - Use: Primary CTA ("Start free with email", "Sign up free")
126
+
127
+ **Primary Dark**
128
+ - Background: `#201515`
129
+ - Text: `#fffefb`
130
+ - Padding: 20px 24px
131
+ - Radius: 8px
132
+ - Border: `1px solid #201515`
133
+ - Hover: background shifts to `#c5c0b1`, text to `#201515`
134
+ - Use: Large secondary CTA buttons
135
+
136
+ **Light / Ghost**
137
+ - Background: `#eceae3`
138
+ - Text: `#36342e`
139
+ - Padding: 20px 24px
140
+ - Radius: 8px
141
+ - Border: `1px solid #c5c0b1`
142
+ - Hover: background shifts to `#c5c0b1`, text to `#201515`
143
+ - Use: Tertiary actions, filter buttons
144
+
145
+ **Pill Button**
146
+ - Background: `#fffefb`
147
+ - Text: `#36342e`
148
+ - Padding: 0px 16px
149
+ - Radius: 20px
150
+ - Border: `1px solid #c5c0b1`
151
+ - Use: Tag-like selections, filter pills
152
+
153
+ **Overlay Semi-transparent**
154
+ - Background: `rgba(45, 45, 46, 0.5)`
155
+ - Text: `#fffefb`
156
+ - Radius: 20px
157
+ - Hover: background becomes fully opaque `#2d2d2e`
158
+ - Use: Video play buttons, floating actions
159
+
160
+ **Tab / Navigation (Inset Shadow)**
161
+ - Background: transparent
162
+ - Text: `#201515`
163
+ - Padding: 12px 16px
164
+ - Shadow: `rgb(255, 79, 0) 0px -4px 0px 0px inset` (active orange underline)
165
+ - Hover shadow: `rgb(197, 192, 177) 0px -4px 0px 0px inset` (sand underline)
166
+ - Use: Horizontal tab navigation
167
+
168
+ ### Cards & Containers
169
+ - Background: `#fffefb`
170
+ - Border: `1px solid #c5c0b1` (warm sand border)
171
+ - Radius: 5px (standard), 8px (featured)
172
+ - No shadow elevation by default -- borders define containment
173
+ - Hover: subtle border color intensification
174
+
175
+ ### Inputs & Forms
176
+ - Background: `#fffefb`
177
+ - Text: `#201515`
178
+ - Border: `1px solid #c5c0b1`
179
+ - Radius: 5px
180
+ - Focus: border color shifts to `#ff4f00` (orange)
181
+ - Placeholder: `#939084`
182
+
183
+ ### Navigation
184
+ - Clean horizontal nav on cream background
185
+ - Zapier logotype left-aligned, 104x28px
186
+ - Links: Inter 16px weight 500, `#201515` text
187
+ - CTA: Orange button ("Start free with email")
188
+ - Tab navigation uses inset box-shadow underline technique
189
+ - Mobile: hamburger collapse
190
+
191
+ ### Image Treatment
192
+ - Product screenshots with `1px solid #c5c0b1` border
193
+ - Rounded corners: 5-8px
194
+ - Dashboard/workflow screenshots prominent in feature sections
195
+ - Light gradient backgrounds behind hero content
196
+
197
+ ### Distinctive Components
198
+
199
+ **Workflow Integration Cards**
200
+ - Display connected app icons in pairs
201
+ - Arrow or connection indicator between apps
202
+ - Sand border containment
203
+ - Inter weight 500 for app names
204
+
205
+ **Stat Counter**
206
+ - Large display number using Inter 48px weight 500
207
+ - Muted description below in `#36342e`
208
+ - Used for social proof metrics
209
+
210
+ **Social Proof Icons**
211
+ - Circular icon buttons: 14px radius
212
+ - Sand border: `1px solid #c5c0b1`
213
+ - Used for social media follow links in footer
214
+
215
+ ## 5. Layout Principles
216
+
217
+ ### Spacing System
218
+ - Base unit: 8px
219
+ - Scale: 1px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px, 48px, 56px, 64px, 72px
220
+ - CTA buttons use generous padding: 20px 24px for large, 8px 16px for standard
221
+ - Section padding: 64px-80px vertical
222
+
223
+ ### Grid & Container
224
+ - Max content width: approximately 1200px
225
+ - Hero: centered single-column with large top padding
226
+ - Feature sections: 2-3 column grids for integration cards
227
+ - Full-width sand-bordered dividers between sections
228
+ - Footer: multi-column dark background (`#201515`)
229
+
230
+ ### Whitespace Philosophy
231
+ - **Warm breathing room**: Generous vertical spacing between sections (64px-80px), but content areas are relatively dense -- Zapier packs information efficiently within its cream canvas.
232
+ - **Architectural compression**: Degular Display headlines at 0.90 line-height compress vertically, contrasting with the open spacing around them.
233
+ - **Section rhythm**: Cream background throughout, with sections separated by sand-colored borders rather than background color changes.
234
+
235
+ ### Border Radius Scale
236
+ - Tight (3px): Small inline spans
237
+ - Standard (4px): Buttons (orange CTA), tags, small elements
238
+ - Content (5px): Cards, links, general containers
239
+ - Comfortable (8px): Featured cards, large buttons, tabs
240
+ - Social (14px): Social icon buttons, pill-like elements
241
+ - Pill (20px): Play buttons, large pill buttons, floating actions
242
+
243
+ ## 6. Depth & Elevation
244
+
245
+ | Level | Treatment | Use |
246
+ |-------|-----------|-----|
247
+ | Flat (Level 0) | No shadow | Page background, text blocks |
248
+ | Bordered (Level 1) | `1px solid #c5c0b1` | Standard cards, containers, inputs |
249
+ | Strong Border (Level 1b) | `1px solid #36342e` | Dark dividers, emphasized sections |
250
+ | Active Tab (Level 2) | `rgb(255, 79, 0) 0px -4px 0px 0px inset` | Active tab underline (orange) |
251
+ | Hover Tab (Level 2b) | `rgb(197, 192, 177) 0px -4px 0px 0px inset` | Hover tab underline (sand) |
252
+ | Focus (Accessibility) | `1px solid #ff4f00` outline | Focus ring on interactive elements |
253
+
254
+ **Shadow Philosophy**: Zapier deliberately avoids traditional shadow-based elevation. Structure is defined almost entirely through borders -- warm sand (`#c5c0b1`) borders for standard containment, dark charcoal (`#36342e`) borders for emphasis. The only shadow-like technique is the inset box-shadow used for tab underlines, where a `0px -4px 0px 0px inset` shadow creates a bottom-bar indicator. This border-first approach keeps the design grounded and tangible rather than floating.
255
+
256
+ ### Decorative Depth
257
+ - Orange inset underline on active tabs creates visual "weight" at the bottom of elements
258
+ - Sand hover underlines provide preview states without layout shifts
259
+ - No background gradients in main content -- the cream canvas is consistent
260
+ - Footer uses full dark background (`#201515`) for contrast reversal
261
+
262
+ ## 7. Do's and Don'ts
263
+
264
+ ### Do
265
+ - Use Degular Display exclusively for hero-scale headlines (40px+) with 0.90 line-height for compressed impact
266
+ - Use Inter for all functional UI -- navigation, body text, buttons, labels
267
+ - Apply warm cream (`#fffefb`) as the background, never pure white
268
+ - Use `#201515` for text, never pure black -- the reddish warmth matters
269
+ - Keep Zapier Orange (`#ff4f00`) reserved for primary CTAs and active state indicators
270
+ - Use sand (`#c5c0b1`) borders as the primary structural element instead of shadows
271
+ - Apply generous button padding (20px 24px) for large CTAs to match Zapier's spacious button style
272
+ - Use inset box-shadow underlines for tab navigation rather than border-bottom
273
+ - Apply uppercase with 0.5px letter-spacing for section labels and micro-categorization
274
+
275
+ ### Don't
276
+ - Don't use Degular Display for body text or UI elements -- it's display-only
277
+ - Don't use pure white (`#ffffff`) or pure black (`#000000`) -- Zapier's palette is warm-shifted
278
+ - Don't apply box-shadow elevation to cards -- use borders instead
279
+ - Don't scatter Zapier Orange across the UI -- it's reserved for CTAs and active states
280
+ - Don't use tight padding on large CTA buttons -- Zapier's buttons are deliberately spacious
281
+ - Don't ignore the warm neutral system -- borders should be `#c5c0b1`, not gray
282
+ - Don't use GT Alpina for functional UI -- it's an editorial accent at thin weights only
283
+ - Don't apply positive letter-spacing to GT Alpina -- it uses aggressive negative tracking (-1.6px to -1.92px)
284
+ - Don't use rounded pill shapes (9999px) for primary buttons -- pills are for tags and social icons
285
+
286
+ ## 8. Responsive Behavior
287
+
288
+ ### Breakpoints
289
+ | Name | Width | Key Changes |
290
+ |------|-------|-------------|
291
+ | Mobile Small | <450px | Tight single column, reduced hero text |
292
+ | Mobile | 450-600px | Standard mobile, stacked layout |
293
+ | Mobile Large | 600-640px | Slight horizontal breathing room |
294
+ | Tablet Small | 640-680px | 2-column grids begin |
295
+ | Tablet | 680-768px | Card grids expand |
296
+ | Tablet Large | 768-991px | Full card grids, expanded padding |
297
+ | Desktop Small | 991-1024px | Desktop layout initiates |
298
+ | Desktop | 1024-1280px | Full layout, maximum content width |
299
+ | Large Desktop | >1280px | Centered with generous margins |
300
+
301
+ ### Touch Targets
302
+ - Large CTA buttons: 20px 24px padding (comfortable 60px+ height)
303
+ - Standard buttons: 8px 16px padding
304
+ - Navigation links: 16px weight 500 with adequate spacing
305
+ - Social icons: 14px radius circular buttons
306
+ - Tab items: 12px 16px padding
307
+
308
+ ### Collapsing Strategy
309
+ - Hero: Degular 80px display scales to 40-56px on smaller screens
310
+ - Navigation: horizontal links + CTA collapse to hamburger menu
311
+ - Feature cards: 3-column grid to 2-column to single-column stacked
312
+ - Integration workflow illustrations: maintain aspect ratio, may simplify
313
+ - Footer: multi-column dark section collapses to stacked
314
+ - Section spacing: 64-80px reduces to 40-48px on mobile
315
+
316
+ ### Image Behavior
317
+ - Product screenshots maintain sand border treatment at all sizes
318
+ - Integration app icons maintain fixed sizes within responsive containers
319
+ - Hero illustrations scale proportionally
320
+ - Full-width sections maintain edge-to-edge treatment
321
+
322
+ ## 9. Agent Prompt Guide
323
+
324
+ ### Quick Color Reference
325
+ - Primary CTA: Zapier Orange (`#ff4f00`)
326
+ - Background: Cream White (`#fffefb`)
327
+ - Heading text: Zapier Black (`#201515`)
328
+ - Body text: Dark Charcoal (`#36342e`)
329
+ - Border: Sand (`#c5c0b1`)
330
+ - Secondary surface: Light Sand (`#eceae3`)
331
+ - Muted text: Warm Gray (`#939084`)
332
+
333
+ ### Example Component Prompts
334
+ - "Create a hero section on cream background (`#fffefb`). Headline at 56px Degular Display weight 500, line-height 0.90, color `#201515`. Subtitle at 20px Inter weight 400, line-height 1.20, color `#36342e`. Orange CTA button (`#ff4f00`, 4px radius, 8px 16px padding, white text) and dark button (`#201515`, 8px radius, 20px 24px padding, white text)."
335
+ - "Design a card: cream background (`#fffefb`), `1px solid #c5c0b1` border, 5px radius. Title at 24px Inter weight 600, letter-spacing -0.48px, `#201515`. Body at 16px weight 400, `#36342e`. No box-shadow."
336
+ - "Build a tab navigation: transparent background. Inter 16px weight 500, `#201515` text. Active tab: `box-shadow: rgb(255, 79, 0) 0px -4px 0px 0px inset`. Hover: `box-shadow: rgb(197, 192, 177) 0px -4px 0px 0px inset`. Padding 12px 16px."
337
+ - "Create navigation: cream sticky header (`#fffefb`). Inter 16px weight 500 for links, `#201515` text. Orange pill CTA 'Start free with email' right-aligned (`#ff4f00`, 4px radius, 8px 16px padding)."
338
+ - "Design a footer with dark background (`#201515`). Text `#fffefb`. Links in `#c5c0b1` with hover to `#fffefb`. Multi-column layout. Social icons as 14px-radius circles with sand borders."
339
+
340
+ ### Iteration Guide
341
+ 1. Always use warm cream (`#fffefb`) background, never pure white -- the warmth defines Zapier
342
+ 2. Borders (`1px solid #c5c0b1`) are the structural backbone -- avoid shadow elevation
343
+ 3. Zapier Orange (`#ff4f00`) is the only accent color; everything else is warm neutrals
344
+ 4. Three fonts, strict roles: Degular Display (hero), Inter (UI), GT Alpina (editorial)
345
+ 5. Large CTA buttons need generous padding (20px 24px) -- Zapier buttons feel spacious
346
+ 6. Tab navigation uses inset box-shadow underlines, not border-bottom
347
+ 7. Text is always warm: `#201515` for dark, `#36342e` for body, `#939084` for muted
348
+ 8. Uppercase labels at 12-14px with 0.5px letter-spacing for section categorization
349
+
350
+ ## 10. Voice & Tone
351
+
352
+ Zapier's voice is **automation-friendly and SMB-empathetic.** "Automate AI Workflows, Agents, and Apps" — capability-driven with a focus on small business outcomes. Warm typography (`#201515` text on cream) signals "approachable, not corporate."
353
+
354
+ | Context | Tone |
355
+ |---|---|
356
+ | CTA | Verb. "Sign up free", "Get started", "Start automating" |
357
+ | Marketing | Use-case-driven. Real workflow templates as social proof |
358
+ | Documentation | Step-by-step screenshot tutorials |
359
+ | Error | Specific. "Trigger filter conditions not met. Check filter rules." |
360
+
361
+ **Voice samples**
362
+ - Tagline: *"Automate AI Workflows, Agents, and Apps"* <!-- verified: zapier.com homepage 2026-05 -->
363
+
364
+ **Forbidden phrases.** "Revolutionary automation". Generic Make-comparison framing.
365
+
366
+ ## 11. Brand Narrative
367
+
368
+ Zapier was **founded 2011 in Columbia, Missouri** by **Wade Foster** (CEO), **Bryan Helmig**, and **Mike Knoop** — three University of Missouri grads who built a working prototype during a Columbia startup weekend. **Foster left his job December 2011**, **Helmig followed April 2012**, **Knoop joined full-time May 2012** — same month they shipped public beta. **Y Combinator initially rejected** the trio (janky weekend prototype, no customers, no track record); they were **accepted on second application**, relocated to Mountain View, and graduated **YC W12 batch June 2012**. **Seed $1.2M October 2012** led by **Bessemer Venture Partners + Draper Fisher Jurvetson** + angels — and famously little outside funding thereafter (uncommon for SaaS at scale). **Remote-first since founding** (no office, fully distributed). Pioneered "if-this-then-that" SMB workflow automation. **2024-2025 evolution**: AI agents and MCP integration alongside classic Zaps. The brand identity — **`#ff4f00` Zapier Orange Primary** + **`#201515` Plum-Black** + **`#fffefb` warm cream canvas** + **4px Buttons** + **Inter 600 body** — reflects "warm, approachable workflow automation." <!-- citations: Wikipedia (Zapier), YC company page, Wade Foster YC Q&A, Founders Talk #55 -->
369
+
370
+ **Sources:**
371
+ - [Zapier — Wikipedia](https://en.wikipedia.org/wiki/Zapier)
372
+ - [Zapier — Y Combinator](https://www.ycombinator.com/companies/zapier)
373
+ - [Q&A with Wade Foster, Cofounder of Zapier — Y Combinator](https://www.ycombinator.com/blog/qa-with-wade-foster-cofounder-of-zapier/)
374
+ - [Side hustle to $35M ARR at Zapier with Bryan Helmig — Founders Talk #55](https://changelog.com/founderstalk/55)
375
+
376
+ ## 12. Principles
377
+
378
+ 1. **Workflows over code.** *UI implication:* canvas + properties layout; never code-only views.
379
+ 2. **Warm typography.** `#201515` / `#36342e`. *UI implication:* avoid pure black text.
380
+ 3. **Uppercase labels 12-14px / 0.5px tracking.** *UI implication:* preserve for section categorization.
381
+ 4. **Use-case templates first.** *UI implication:* lead with templates, not feature lists.
382
+ 5. **AI agents alongside Zaps.** *UI implication:* don't deprecate classic Zaps; AI agents are additive.
383
+
384
+ ## 13. Personas
385
+
386
+ *Personas are fictional archetypes informed by Zapier user segments (SMB owners, RevOps, marketing automation), not individual people.*
387
+
388
+ **Sofia Russo, 35, Milan.** Indie agency owner. 40+ Zaps automating client onboarding.
389
+
390
+ **Marcus Chen, 41, San Francisco.** RevOps lead at Series C SaaS. Zapier as glue between Salesforce + Slack + Notion.
391
+
392
+ **Priya Krishnan, 28, Bengaluru.** Marketing ops. Email → CRM automation flows.
393
+
394
+ ## 14. States
395
+
396
+ | State | Treatment |
397
+ |---|---|
398
+ | **Empty (no Zaps)** | "Create your first Zap" CTA + template gallery |
399
+ | **Empty (no triggers)** | App picker with search |
400
+ | **Loading (Zap running)** | Per-step trace with status |
401
+ | **Loading (test)** | Test data per step visible |
402
+ | **Error (auth)** | "Reconnect [App]" with OAuth flow |
403
+ | **Error (filter)** | "Filter conditions not met — view test data" |
404
+ | **Success (Zap published)** | Confirmation + Zap History link |
405
+ | **Success (test passed)** | Step-by-step green checks |
406
+ | **Skeleton (Zap list)** | Warm-cream placeholders |
407
+ | **Disabled (free plan limit)** | Upgrade link |
408
+ | **Loading (long task)** | Persistent progress |
409
+
410
+ ## 15. Motion & Easing
411
+
412
+ | Token | Value | Use |
413
+ |---|---|---|
414
+ | `motion-instant` | 0ms | Selection |
415
+ | `motion-fast` | 150ms | Hover |
416
+ | `motion-standard` | 250ms | Modal, panel |
417
+
418
+ Standard cubic-bezier; minimal bounce — workflow register. `prefers-reduced-motion: reduce` removes hover transitions.
419
+
420
+ ---
421
+
422
+ **Verified:** 2026-05-09 (Apple-tier full migration)
423
+ **Tier 1 sources:** zapier.com/, zapier.com/pricing (live DOM via playwright)
424
+ - **Primary `#ff4f00` Zapier Orange + `#fffefb` cream text** 4px / 40px / 8×16 / 16px·600 (Start free with email / Learn more about MCP — canonical hero CTA)
425
+ - **Header sign-up — Compact Pill** `#ff4f00` / `#fffefb` / **18px** / 36px / 6×12 / 14px·600 (header utility — slight pill variant)
426
+ - **Inverse Primary `#201515` Plum-Black + `#fffefb` text** 4px / 48px / 12×24 / 18px·600 (Explore Zapier for Enterprise — section CTA)
427
+ - **Top nav** transparent / `#201515` / 4px / 36px / 6×10 / 14px·400
428
+ - **Skip-to-content** `rgb(56,25,51)` `#381933` Deep Plum / `#fffefb` / radius 0-0-6-6 / 33px / 4×16-8 / 14px·400
429
+ - **Pricing tier card header** `#201515` / `#fffefb` / 8px / 64px / 0×20 / 24px·600
430
+ - Canvas warm cream `#fffefb` (not pure white) — distinctive warm-cast off-white
431
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
432
+ **Tier 1 (Philosophy):** Wikipedia (Zapier), Y Combinator company page, Wade Foster YC Q&A, Founders Talk #55.
433
+ **Style ref:** `stripe`. **Conflicts unresolved:** **Earlier mistake reverted** — prior footer cited `#9fe870` lime which is **wise's brand color** (copy-paste error). Canonical is **`#ff4f00` Zapier Orange**.