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,396 @@
1
+ ---
2
+ id: resend
3
+ name: Resend
4
+ country: US
5
+ category: productivity
6
+ homepage: "https://resend.com"
7
+ primary_color: "#000000"
8
+ logo:
9
+ type: simpleicons
10
+ slug: resend
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Resend Brand
15
+ url: "https://resend.com/brand"
16
+ type: brand
17
+ description: Resend's brand guidelines with wordmark, icons, and naming rules.
18
+ og_image: "https://cdn.resend.com/cover-brand.png"
19
+ ---
20
+
21
+ # Design System Inspiration of Resend
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ Resend's website is a dark, cinematic canvas that treats email infrastructure like a luxury product. The entire page is draped in pure black (`#000000`) with text that glows in near-white (`#f0f0f0`), creating a theater-like experience where content performs on a void stage. This isn't the typical developer-tool darkness — it's the controlled darkness of a photography gallery, where every element is lit with intention and nothing competes for attention.
26
+
27
+ The typography system is the star of the show. Three carefully chosen typefaces create a hierarchy that feels both editorial and technical: Domaine Display (a Klim Type Foundry serif) appears at massive 96px for hero headlines with barely-there line-height (1.00) and negative tracking (-0.96px), creating display text that feels like a magazine cover. ABC Favorit (by Dinamo) handles section headings with an even more aggressive letter-spacing (-2.8px at 56px), giving a compressed, engineered quality to mid-tier text. Inter takes over for body and UI, providing the clean readability that lets the display fonts shine. Commit Mono rounds out the family for code blocks.
28
+
29
+ What makes Resend distinctive is its icy, blue-tinted border system. Instead of neutral gray borders, Resend uses `rgba(214, 235, 253, 0.19)` — a frosty, slightly blue-tinted line at 19% opacity that gives every container and divider a cold, crystalline quality against the black background. Combined with pill-shaped buttons (9999px radius), multi-color accent system (orange, green, blue, yellow, red — each with its own CSS variable scale), and OpenType stylistic sets (`"ss01"`, `"ss03"`, `"ss04"`, `"ss11"`), the result is a design system that feels premium, precise, and quietly confident.
30
+
31
+ **Key Characteristics:**
32
+ - Pure black background with near-white (`#f0f0f0`) text — theatrical, gallery-like darkness
33
+ - Three-font hierarchy: Domaine Display (serif hero), ABC Favorit (geometric sections), Inter (body/UI)
34
+ - Icy blue-tinted borders: `rgba(214, 235, 253, 0.19)` — every border has a cold, crystalline shimmer
35
+ - Multi-color accent system: orange, green, blue, yellow, red — each with numbered CSS variable scales
36
+ - Pill-shaped buttons and tags (9999px radius) with transparent backgrounds
37
+ - OpenType stylistic sets (`"ss01"`, `"ss03"`, `"ss04"`, `"ss11"`) on display fonts
38
+ - Commit Mono for code — monospace as a design element, not an afterthought
39
+ - Whisper-level shadows using blue-tinted ring: `rgba(176, 199, 217, 0.145) 0px 0px 0px 1px`
40
+
41
+ ## 2. Color Palette & Roles
42
+
43
+ ### Primary
44
+ - **Void Black** (`#000000`): Page background, the defining canvas color (95% opacity via `--color-black-12`)
45
+ - **Near White** (`#f0f0f0`): Primary text, button text, high-contrast elements
46
+ - **Pure White** (`#ffffff`): `--color-white`, maximum emphasis text, link highlights
47
+
48
+ ### Accent Scale — Orange
49
+ - **Orange 4** (`#ff5900`): `--color-orange-4`, at 22% opacity — subtle warm glow
50
+ - **Orange 10** (`#ff801f`): `--color-orange-10`, primary orange accent — warm, energetic
51
+ - **Orange 11** (`#ffa057`): `--color-orange-11`, lighter orange for secondary use
52
+
53
+ ### Accent Scale — Green
54
+ - **Green 3** (`#22ff99`): `--color-green-3`, at 12% opacity — faint emerald wash
55
+ - **Green 4** (`#11ff99`): `--color-green-4`, at 18% opacity — success indicator glow
56
+
57
+ ### Accent Scale — Blue
58
+ - **Blue 4** (`#0075ff`): `--color-blue-4`, at 34% opacity — medium blue accent
59
+ - **Blue 5** (`#0081fd`): `--color-blue-5`, at 42% opacity — stronger blue
60
+ - **Blue 10** (`#3b9eff`): `--color-blue-10`, bright blue — links, interactive elements
61
+
62
+ ### Accent Scale — Other
63
+ - **Yellow 9** (`#ffc53d`): `--color-yellow-9`, warm gold for warnings or highlights
64
+ - **Red 5** (`#ff2047`): `--color-red-5`, at 34% opacity — error states, destructive actions
65
+
66
+ ### Neutral Scale
67
+ - **Silver** (`#a1a4a5`): Secondary text, muted links, descriptions
68
+ - **Dark Gray** (`#464a4d`): Tertiary text, de-emphasized content
69
+ - **Mid Gray** (`#5c5c5c`): Hover states, subtle emphasis
70
+ - **Medium Gray** (`#494949`): Quaternary text
71
+ - **Light Gray** (`#f8f8f8`): Light mode surface (if applicable)
72
+ - **Border Gray** (`#eaeaea`): Light context borders
73
+ - **Edge Gray** (`#ececec`): Subtle borders on light surfaces
74
+ - **Mist Gray** (`#dedfdf`): Light dividers
75
+ - **Soft Gray** (`#e5e6e6`): Alternate light border
76
+
77
+ ### Surface & Overlay
78
+ - **Frost Primary** (`#fcfdff`): Primary color token (slight blue tint, 94% opacity)
79
+ - **White Hover** (`rgba(255, 255, 255, 0.28)`): Button hover state on dark
80
+ - **White 60%** (`oklab(0.999994 ... / 0.577)`): Semi-transparent white for muted text
81
+ - **White 64%** (`oklab(0.999994 ... / 0.642)`): Slightly brighter semi-transparent white
82
+
83
+ ### Borders & Shadows
84
+ - **Frost Border** (`rgba(214, 235, 253, 0.19)`): The signature — icy blue-tinted borders at 19% opacity
85
+ - **Frost Border Alt** (`rgba(217, 237, 254, 0.145)`): Slightly lighter variant for list items
86
+ - **Ring Shadow** (`rgba(176, 199, 217, 0.145) 0px 0px 0px 1px`): Blue-tinted shadow-as-border
87
+ - **Focus Ring** (`rgb(0, 0, 0) 0px 0px 0px 8px`): Heavy black focus ring
88
+ - **Subtle Shadow** (`rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px`): Minimal card elevation
89
+
90
+ ## 3. Typography Rules
91
+
92
+ ### Font Families
93
+ - **Display Serif**: `domaine` (Domaine Display by Klim Type Foundry) — hero headlines
94
+ - **Display Sans**: `aBCFavorit` (ABC Favorit by Dinamo), fallbacks: `ui-sans-serif, system-ui` — section headings
95
+ - **Body / UI**: `inter`, fallbacks: `ui-sans-serif, system-ui` — body text, buttons, navigation
96
+ - **Monospace**: `commitMono`, fallbacks: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas`
97
+ - **Secondary**: `Helvetica` — fallback for specific UI contexts
98
+ - **System**: `-apple-system, system-ui, Segoe UI, Roboto` — embedded content
99
+
100
+ ### Hierarchy
101
+
102
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
103
+ |------|------|------|--------|-------------|----------------|-------|
104
+ | Display Hero | domaine | 96px (6.00rem) | 400 | 1.00 (tight) | -0.96px | `"ss01", "ss04", "ss11"` |
105
+ | Display Hero Mobile | domaine | 76.8px (4.80rem) | 400 | 1.00 (tight) | -0.768px | Scaled for mobile |
106
+ | Section Heading | aBCFavorit | 56px (3.50rem) | 400 | 1.20 (tight) | -2.8px | `"ss01", "ss04", "ss11"` |
107
+ | Sub-heading | aBCFavorit | 20px (1.25rem) | 400 | 1.30 (tight) | normal | `"ss01", "ss04", "ss11"` |
108
+ | Sub-heading Compact | aBCFavorit | 16px (1.00rem) | 400 | 1.50 | -0.8px | `"ss01", "ss04", "ss11"` |
109
+ | Feature Title | inter | 24px (1.50rem) | 500 | 1.50 | normal | Section sub-headings |
110
+ | Body Large | inter | 18px (1.13rem) | 400 | 1.50 | normal | Introductions |
111
+ | Body | inter | 16px (1.00rem) | 400 | 1.50 | normal | Standard body text |
112
+ | Body Semibold | inter | 16px (1.00rem) | 600 | 1.50 | normal | Emphasis, active states |
113
+ | Nav Link | aBCFavorit | 14px (0.88rem) | 500 | 1.43 | 0.35px | `"ss01", "ss03", "ss04"` — positive tracking |
114
+ | Button / Link | inter | 14px (0.88rem) | 500–600 | 1.43 | normal | Buttons, nav, CTAs |
115
+ | Caption | inter | 14px (0.88rem) | 400 | 1.60 (relaxed) | normal | Descriptions |
116
+ | Helvetica Caption | Helvetica | 14px (0.88rem) | 400–600 | 1.00–1.71 | normal | UI elements |
117
+ | Small | inter | 12px (0.75rem) | 400–500 | 1.33 | normal | Tags, meta, fine print |
118
+ | Small Uppercase | inter | 12px (0.75rem) | 500 | 1.33 | normal | `text-transform: uppercase` |
119
+ | Small Capitalize | inter | 12px (0.75rem) | 500 | 1.33 | normal | `text-transform: capitalize` |
120
+ | Code Body | commitMono | 16px (1.00rem) | 400 | 1.50 | normal | Code blocks |
121
+ | Code Small | commitMono | 14px (0.88rem) | 400 | 1.43 | normal | Inline code |
122
+ | Code Tiny | commitMono | 12px (0.75rem) | 400 | 1.33 | normal | Small code labels |
123
+ | Heading (Helvetica) | Helvetica | 24px (1.50rem) | 400 | 1.40 | normal | Alternate heading context |
124
+
125
+ ### Principles
126
+ - **Three-font editorial hierarchy**: Domaine Display (serif, hero), ABC Favorit (geometric sans, sections), Inter (readable body). Each font has a strict role — they never cross lanes.
127
+ - **Aggressive negative tracking on display**: Domaine at -0.96px, ABC Favorit at -2.8px. The display type feels compressed, urgent, and designed — like a magazine masthead.
128
+ - **Positive tracking on nav**: ABC Favorit nav links use +0.35px letter-spacing — the only positive tracking in the system. This creates airy, spaced-out navigation text that contrasts with the compressed headings.
129
+ - **OpenType as identity**: The `"ss01"`, `"ss03"`, `"ss04"`, `"ss11"` stylistic sets are enabled on all ABC Favorit and Domaine text, activating alternate glyphs that give Resend's typography its unique character.
130
+ - **Commit Mono as design element**: The monospace font isn't hidden in code blocks — it's used prominently for code examples and technical content, treated as a first-class visual element.
131
+
132
+ ## 4. Component Stylings
133
+
134
+ ### Buttons
135
+
136
+ **Primary Transparent Pill**
137
+ - Background: transparent
138
+ - Text: `#f0f0f0`
139
+ - Padding: 5px 12px
140
+ - Radius: 9999px (full pill)
141
+ - Border: `1px solid rgba(214, 235, 253, 0.19)` (frost border)
142
+ - Hover: background `rgba(255, 255, 255, 0.28)` (white glass)
143
+ - Use: Primary CTA on dark backgrounds
144
+
145
+ **White Solid Pill**
146
+ - Background: `#ffffff`
147
+ - Text: `#000000`
148
+ - Padding: 5px 12px
149
+ - Radius: 9999px
150
+ - Use: High-contrast CTA ("Get started")
151
+
152
+ **Ghost Button**
153
+ - Background: transparent
154
+ - Text: `#f0f0f0`
155
+ - Radius: 4px
156
+ - No border
157
+ - Hover: subtle background tint
158
+ - Use: Secondary actions, tab items
159
+
160
+ ### Cards & Containers
161
+ - Background: transparent or very subtle dark tint
162
+ - Border: `1px solid rgba(214, 235, 253, 0.19)` (frost border)
163
+ - Radius: 16px (standard cards), 24px (large sections/panels)
164
+ - Shadow: `rgba(176, 199, 217, 0.145) 0px 0px 0px 1px` (ring shadow)
165
+ - Dark product screenshots and code demos as card content
166
+ - No traditional box-shadow elevation
167
+
168
+ ### Inputs & Forms
169
+ - Text: `#f0f0f0` on dark, `#000000` on light
170
+ - Radius: 4px
171
+ - Focus: shadow-based ring
172
+ - Minimal styling — inherits dark theme
173
+
174
+ ### Navigation
175
+ - Sticky dark header with frost border bottom: `1px solid rgba(214, 235, 253, 0.19)`
176
+ - "Resend" wordmark left-aligned
177
+ - ABC Favorit 14px weight 500 with +0.35px tracking for nav links
178
+ - Pill CTAs right-aligned
179
+ - Mobile: hamburger collapse
180
+
181
+ ### Image Treatment
182
+ - Product screenshots and code demos dominate content sections
183
+ - Dark-themed screenshots on dark background — seamless integration
184
+ - Rounded corners: 12px–16px on images
185
+ - Full-width sections with subtle gradient overlays
186
+
187
+ ### Distinctive Components
188
+
189
+ **Tab Navigation**
190
+ - Horizontal tabs with subtle selection indicator
191
+ - Tab items: 8px radius
192
+ - Active state with subtle background differentiation
193
+
194
+ **Code Preview Panels**
195
+ - Dark code blocks using Commit Mono
196
+ - Frost borders (`rgba(214, 235, 253, 0.19)`)
197
+ - Syntax-highlighted with multi-color accent tokens (orange, blue, green, yellow)
198
+
199
+ **Multi-color Accent Badges**
200
+ - Each product feature has its own accent color from the CSS variable scale
201
+ - Badges use the accent color at low opacity (12–42%) for background, full opacity for text
202
+
203
+ ## 5. Layout Principles
204
+
205
+ ### Spacing System
206
+ - Base unit: 8px
207
+ - Scale: 1px, 2px, 4px, 5px, 6px, 7px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 32px, 40px
208
+
209
+ ### Grid & Container
210
+ - Centered content with generous max-width
211
+ - Full-width black sections with contained inner content
212
+ - Single-column hero, expanding to feature grids below
213
+ - Code preview panels as full-width or contained showcases
214
+
215
+ ### Whitespace Philosophy
216
+ - **Cinematic black space**: The black background IS the whitespace. Generous vertical spacing (80px–120px+) between sections creates a scroll-through-darkness experience where each section emerges like a scene.
217
+ - **Tight content, vast surrounds**: Text blocks and cards are compact internally, but float in vast dark space — creating isolated "islands" of content.
218
+ - **Typography-led rhythm**: The massive display fonts (96px) create their own vertical rhythm — each headline is a visual event that anchors the surrounding space.
219
+
220
+ ### Border Radius Scale
221
+ - Sharp (4px): Buttons (ghost), inputs, small interactive elements
222
+ - Subtle (6px): Menu panels, navigation items
223
+ - Standard (8px): Tabs, content blocks
224
+ - Comfortable (10px): Accent elements
225
+ - Card (12px): Clipboard buttons, medium containers
226
+ - Large (16px): Feature cards, images, main buttons
227
+ - Section (24px): Large panels, section containers
228
+ - Pill (9999px): Primary CTAs, tags, badges
229
+
230
+ ## 6. Depth & Elevation
231
+
232
+ | Level | Treatment | Use |
233
+ |-------|-----------|-----|
234
+ | Flat (Level 0) | No shadow, transparent background | Default — most elements on dark void |
235
+ | Ring (Level 1) | `rgba(176, 199, 217, 0.145) 0px 0px 0px 1px` | Shadow-as-border for cards, containers |
236
+ | Frost Border (Level 1b) | `1px solid rgba(214, 235, 253, 0.19)` | Explicit borders — buttons, dividers, tabs |
237
+ | Subtle (Level 2) | `rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px` | Light card elevation |
238
+ | Focus (Level 3) | `rgb(0, 0, 0) 0px 0px 0px 8px` | Heavy black focus ring — accessibility |
239
+
240
+ **Shadow Philosophy**: Resend barely uses shadows at all. On a pure black background, traditional shadows are invisible — you can't cast a shadow into the void. Instead, Resend creates depth through its signature frost borders (`rgba(214, 235, 253, 0.19)`) — thin, icy blue-tinted lines that catch light against the darkness. This creates a "glass panel floating in space" aesthetic where borders are the primary depth mechanism.
241
+
242
+ ### Decorative Depth
243
+ - Subtle warm gradient glows behind hero content (orange/amber tints)
244
+ - Product screenshots create visual depth through their own internal UI
245
+ - No gradient backgrounds — depth comes from border luminance and content contrast
246
+
247
+ ## 7. Do's and Don'ts
248
+
249
+ ### Do
250
+ - Use pure black (`#000000`) as the page background — the void is the canvas
251
+ - Apply frost borders (`rgba(214, 235, 253, 0.19)`) for all structural lines — they're the blue-tinted signature
252
+ - Use Domaine Display ONLY for hero headings (96px), ABC Favorit for section headings, Inter for everything else
253
+ - Enable OpenType `"ss01"`, `"ss04"`, `"ss11"` on Domaine and ABC Favorit text
254
+ - Apply pill radius (9999px) to primary CTAs and tags
255
+ - Use the multi-color accent scale (orange/green/blue/yellow/red) with opacity variants for context-specific highlighting
256
+ - Keep shadows at ring level (`0px 0px 0px 1px`) — on black, traditional shadows don't work
257
+ - Use +0.35px letter-spacing on ABC Favorit nav links — the only positive tracking
258
+
259
+ ### Don't
260
+ - Don't lighten the background above `#000000` — the pure black void is non-negotiable
261
+ - Don't use neutral gray borders — all borders must have the frost blue tint
262
+ - Don't apply Domaine Display to body text — it's a display-only serif
263
+ - Don't mix accent colors in the same component — each feature gets one accent color
264
+ - Don't use box-shadow for elevation on the dark background — use frost borders instead
265
+ - Don't skip the OpenType stylistic sets — they define the typographic character
266
+ - Don't use negative letter-spacing on nav links — ABC Favorit nav uses positive +0.35px
267
+ - Don't make buttons opaque on dark — transparency with frost border is the pattern
268
+
269
+ ## 8. Responsive Behavior
270
+
271
+ ### Breakpoints
272
+ | Name | Width | Key Changes |
273
+ |------|-------|-------------|
274
+ | Mobile Small | <480px | Single column, tight padding, 76.8px hero |
275
+ | Mobile | 480–600px | Standard mobile, stacked layout |
276
+ | Desktop | >600px | Full layout, 96px hero, expanded sections |
277
+
278
+ *Note: Resend uses a minimal breakpoint system — only 480px and 600px detected. The design is desktop-first with a clean mobile collapse.*
279
+
280
+ ### Touch Targets
281
+ - Pill buttons: adequate padding (5px 12px minimum)
282
+ - Tab items: 8px radius with comfortable hit areas
283
+ - Navigation links spaced with 0.35px tracking for visual separation
284
+
285
+ ### Collapsing Strategy
286
+ - Hero: Domaine 96px → 76.8px on mobile
287
+ - Navigation: horizontal → hamburger
288
+ - Feature sections: side-by-side → stacked
289
+ - Code panels: maintain width, horizontal scroll if needed
290
+ - Spacing compresses proportionally
291
+
292
+ ### Image Behavior
293
+ - Product screenshots maintain aspect ratio
294
+ - Dark screenshots blend seamlessly with dark background at all sizes
295
+ - Rounded corners (12px–16px) maintained across breakpoints
296
+
297
+ ## 9. Agent Prompt Guide
298
+
299
+ ### Quick Color Reference
300
+ - Background: Void Black (`#000000`)
301
+ - Primary text: Near White (`#f0f0f0`)
302
+ - Secondary text: Silver (`#a1a4a5`)
303
+ - Border: Frost Border (`rgba(214, 235, 253, 0.19)`)
304
+ - Orange accent: `#ff801f`
305
+ - Green accent: `#11ff99` (at 18% opacity)
306
+ - Blue accent: `#3b9eff`
307
+ - Focus ring: `rgb(0, 0, 0) 0px 0px 0px 8px`
308
+
309
+ ### Example Component Prompts
310
+ - "Create a hero section on pure black (#000000) background. Headline at 96px Domaine Display weight 400, line-height 1.00, letter-spacing -0.96px, near-white (#f0f0f0) text, OpenType 'ss01 ss04 ss11'. Subtitle at 20px ABC Favorit weight 400, line-height 1.30. Two pill buttons: white solid (#ffffff, 9999px radius) and transparent with frost border (rgba(214,235,253,0.19))."
311
+ - "Design a navigation bar: dark background with frost border bottom (1px solid rgba(214,235,253,0.19)). Nav links at 14px ABC Favorit weight 500, letter-spacing +0.35px, OpenType 'ss01 ss03 ss04'. White pill CTA right-aligned."
312
+ - "Build a feature card: transparent background, frost border (rgba(214,235,253,0.19)), 16px radius. Title at 56px ABC Favorit weight 400, letter-spacing -2.8px. Body at 16px Inter weight 400, #a1a4a5 text."
313
+ - "Create a code block using Commit Mono 16px on dark background. Frost border container (24px radius). Syntax colors: orange (#ff801f), blue (#3b9eff), green (#11ff99), yellow (#ffc53d)."
314
+ - "Design an accent badge: background #ff5900 at 22% opacity, text #ffa057, 9999px radius, 12px Inter weight 500."
315
+
316
+ ### Iteration Guide
317
+ 1. Start with pure black — everything floats in the void
318
+ 2. Frost borders (`rgba(214, 235, 253, 0.19)`) are the universal structural element — not gray, not neutral
319
+ 3. Three fonts, three roles: Domaine (hero), ABC Favorit (sections), Inter (body) — never cross
320
+ 4. OpenType stylistic sets are mandatory on display fonts — they define the character
321
+ 5. Multi-color accents at low opacity (12–42%) for backgrounds, full opacity for text
322
+ 6. Pill shape (9999px) for CTAs and badges, standard radius (4px–16px) for containers
323
+ 7. No shadows — use frost borders for depth against the void
324
+
325
+ ## 10. Voice & Tone
326
+
327
+ Resend's voice is **dev-focused-elegant and API-first.** "Email for developers" — concise, capability-driven. Dark void canvas + frost-border depth signal "premium developer tool."
328
+
329
+ | Context | Tone |
330
+ |---|---|
331
+ | CTA | Verb. "Get started", "Try it now", "Sign up" |
332
+ | Marketing | API-first. Code snippets dominant in marketing |
333
+ | Documentation | Code-first, framework-specific examples |
334
+ | Error | Specific. "Invalid API key. Generate new one in Settings." |
335
+
336
+ **Voice samples**
337
+ - Tagline: *"Email for developers"* <!-- verified: resend.com homepage 2026-05 -->
338
+ - Recurring promo: *"Announcing Resend Forward"* <!-- verified: resend.com homepage 2026-05 -->
339
+
340
+ **Forbidden phrases.** "Revolutionary email API". Aggressive SendGrid-comparison framing.
341
+
342
+ ## 11. Brand Narrative
343
+
344
+ Resend was incorporated **January 2023** (open-source `react.email` predecessor launched 2022) by **Bu Kinoshita** and **Zeno Rocha** ([Resend — How we got here](https://resend.com/handbook/company/how-we-got-here), [Y Combinator — Resend](https://www.ycombinator.com/companies/resend)). The pair launched **react.email** in 2022 because they were frustrated by how difficult it was to build modern email templates that worked across all email clients — that OSS distribution lever became the founder-edge for the commercial Resend product. They **immediately quit their jobs and moved to San Francisco** to join **Y Combinator's Winter 2023 (W23)** batch — **Launch HN: Resend (YC W23)** thread is publicly archived ([Hacker News — Launch HN: Resend](https://news.ycombinator.com/item?id=36309120)). After YC: **$3M seed round** ([Y Combinator/TechCrunch — Resend $3M](https://www.linkedin.com/posts/y-combinator_developer-focused-email-platform-resend-raises-activity-7087087056081866753-GaNB)). Modern email API positioned for developers — React Email components + clean DX. Strong YC + community adoption among indie SaaS builders. The brand voice tracks this positioning: minimal chrome, dark canvas, premium-developer aesthetic.
345
+
346
+ ## 12. Principles
347
+
348
+ 1. **Code is the marketing.** *UI implication:* hero shows real API code, never marketing illustration.
349
+ 2. **No shadows, frost borders.** *UI implication:* depth via translucent borders against dark void.
350
+ 3. **Pill (9999px) for CTAs and badges.** *UI implication:* primary actions pill-shaped.
351
+ 4. **Standard radius (4-16px) for containers.** *UI implication:* mixed radius is intentional.
352
+ 5. **React Email is the OSS hook.** *UI implication:* surfaces lead with React Email examples.
353
+
354
+ ## 13. Personas
355
+
356
+ *Personas are fictional archetypes informed by Resend user segments (indie SaaS founders, transactional email engineers, dev-tooling buyers), not individual people.*
357
+
358
+ **Sofia Russo, 30, Milan.** Indie SaaS founder shipping authentication emails. React Email + Resend for clean DX.
359
+
360
+ **Marcus Chen, 38, San Francisco.** Senior engineer migrating from SendGrid. Cares about deliverability + simple API.
361
+
362
+ **Priya Krishnan, 27, Bengaluru.** YC startup building B2B SaaS. Resend as the only email service their team uses.
363
+
364
+ ## 14. States
365
+
366
+ | State | Treatment |
367
+ |---|---|
368
+ | **Empty (no domains)** | "Add your first domain" CTA + DNS setup |
369
+ | **Empty (no API keys)** | "Generate first API key" CTA |
370
+ | **Loading (sending)** | Per-email status visible |
371
+ | **Loading (DNS verifying)** | Persistent badge with check button |
372
+ | **Error (DNS not verified)** | Specific record + value to add |
373
+ | **Error (rate limit)** | Tier limit + upgrade |
374
+ | **Success (sent)** | Implicit; appears in dashboard |
375
+ | **Success (domain verified)** | Subtle confirmation |
376
+ | **Skeleton (email log)** | Frost-border placeholders |
377
+ | **Disabled (no plan)** | Upgrade link |
378
+ | **Loading (long batch)** | Persistent progress |
379
+
380
+ ## 15. Motion & Easing
381
+
382
+ | Token | Value | Use |
383
+ |---|---|---|
384
+ | `motion-instant` | 0ms | Selection |
385
+ | `motion-fast` | 150ms | Hover |
386
+ | `motion-standard` | 250ms | Modal, panel |
387
+
388
+ Standard cubic-bezier; no bounce — premium register. `prefers-reduced-motion: reduce` removes hover transitions.
389
+
390
+ ---
391
+
392
+ **Verified:** 2026-05-08 (omd:migrate run 50 — Apple-tier)
393
+ **Tier 1 sources:** resend.com home + /pricing (live DOM via playwright — **Primary `#00a3ff` Resend Blue 4px** / 41px / 12×20 / 14px·**600** + Tab pill `rgba(24,25,28,0.88)` Charcoal-translucent 16px (pricing tab active) + Announcement banner 9999px translucent blue (top promo) + Outline ghost 16px + Mid-Gray `#a1a4a5` nav text).
394
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
395
+ **Tier 2 (Philosophy/founders):** Resend handbook (How we got here), Y Combinator (Resend W23), Hacker News (Launch HN W23), LinkedIn (YC TechCrunch $3M post), No Cap Blog (Rocha), Mintlify customer story.
396
+ **Style ref:** `stripe`. **Conflicts unresolved:** none. **Earlier mistake reverted (significant):** prior footer captured 16px tab/ghost variants only — canonical Primary is `#00a3ff` **Resend Blue 4px** (the brand-defining color, missed entirely). §4 material correction.