glyph-ai 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.
- package/README.md +69 -0
- package/bundled/overlay/overlay.js +63 -0
- package/bundled/server/context/brand-references.d.ts +7 -0
- package/bundled/server/context/brand-references.d.ts.map +1 -0
- package/bundled/server/context/brand-references.js +20 -0
- package/bundled/server/context/brand-references.js.map +1 -0
- package/bundled/server/context/design-philosophy.d.ts +6 -0
- package/bundled/server/context/design-philosophy.d.ts.map +1 -0
- package/bundled/server/context/design-philosophy.js +82 -0
- package/bundled/server/context/design-philosophy.js.map +1 -0
- package/bundled/server/context/design-system-loader.d.ts +11 -0
- package/bundled/server/context/design-system-loader.d.ts.map +1 -0
- package/bundled/server/context/design-system-loader.js +169 -0
- package/bundled/server/context/design-system-loader.js.map +1 -0
- package/bundled/server/context/design-system.d.ts +7 -0
- package/bundled/server/context/design-system.d.ts.map +1 -0
- package/bundled/server/context/design-system.js +75 -0
- package/bundled/server/context/design-system.js.map +1 -0
- package/bundled/server/context/prompt-builder.d.ts +15 -0
- package/bundled/server/context/prompt-builder.d.ts.map +1 -0
- package/bundled/server/context/prompt-builder.js +123 -0
- package/bundled/server/context/prompt-builder.js.map +1 -0
- package/bundled/server/context/token-template.d.ts +36 -0
- package/bundled/server/context/token-template.d.ts.map +1 -0
- package/bundled/server/context/token-template.js +226 -0
- package/bundled/server/context/token-template.js.map +1 -0
- package/bundled/server/data/design-systems/apple-design-system.md +474 -0
- package/bundled/server/data/design-systems/arc-design-system.md +922 -0
- package/bundled/server/data/design-systems/claude-ai-design-system.md +1443 -0
- package/bundled/server/data/design-systems/elevenlabs-design-system.md +669 -0
- package/bundled/server/data/design-systems/generating_design.md +9 -0
- package/bundled/server/data/design-systems/linear-design-system.md +607 -0
- package/bundled/server/data/design-systems/notion-design-system.md +866 -0
- package/bundled/server/data/design-systems/raycast-design-system.md +709 -0
- package/bundled/server/data/design-systems/stripe-design-system.md +592 -0
- package/bundled/server/data/design-systems/vercel-design-system.md +824 -0
- package/bundled/server/data/design.md +971 -0
- package/bundled/server/index.d.ts +2 -0
- package/bundled/server/index.d.ts.map +1 -0
- package/bundled/server/index.js +310 -0
- package/bundled/server/index.js.map +1 -0
- package/bundled/server/mcp/tools/apply-variation.d.ts +3 -0
- package/bundled/server/mcp/tools/apply-variation.d.ts.map +1 -0
- package/bundled/server/mcp/tools/apply-variation.js +43 -0
- package/bundled/server/mcp/tools/apply-variation.js.map +1 -0
- package/bundled/server/mcp/tools/generate-variations.d.ts +3 -0
- package/bundled/server/mcp/tools/generate-variations.d.ts.map +1 -0
- package/bundled/server/mcp/tools/generate-variations.js +58 -0
- package/bundled/server/mcp/tools/generate-variations.js.map +1 -0
- package/bundled/server/mcp/tools/index.d.ts +3 -0
- package/bundled/server/mcp/tools/index.d.ts.map +1 -0
- package/bundled/server/mcp/tools/index.js +11 -0
- package/bundled/server/mcp/tools/index.js.map +1 -0
- package/bundled/server/mcp/tools/scan-design-system.d.ts +3 -0
- package/bundled/server/mcp/tools/scan-design-system.d.ts.map +1 -0
- package/bundled/server/mcp/tools/scan-design-system.js +27 -0
- package/bundled/server/mcp/tools/scan-design-system.js.map +1 -0
- package/bundled/server/mcp/tools/submit-variations.d.ts +3 -0
- package/bundled/server/mcp/tools/submit-variations.d.ts.map +1 -0
- package/bundled/server/mcp/tools/submit-variations.js +50 -0
- package/bundled/server/mcp/tools/submit-variations.js.map +1 -0
- package/bundled/server/mcp-entry.d.ts +2 -0
- package/bundled/server/mcp-entry.d.ts.map +1 -0
- package/bundled/server/mcp-entry.js +56 -0
- package/bundled/server/mcp-entry.js.map +1 -0
- package/bundled/server/preview/css-resolver.d.ts +6 -0
- package/bundled/server/preview/css-resolver.d.ts.map +1 -0
- package/bundled/server/preview/css-resolver.js +57 -0
- package/bundled/server/preview/css-resolver.js.map +1 -0
- package/bundled/server/preview/html-builder.d.ts +6 -0
- package/bundled/server/preview/html-builder.d.ts.map +1 -0
- package/bundled/server/preview/html-builder.js +85 -0
- package/bundled/server/preview/html-builder.js.map +1 -0
- package/bundled/server/telemetry.d.ts +4 -0
- package/bundled/server/telemetry.d.ts.map +1 -0
- package/bundled/server/telemetry.js +71 -0
- package/bundled/server/telemetry.js.map +1 -0
- package/bundled/server/types.d.ts +69 -0
- package/bundled/server/types.d.ts.map +1 -0
- package/bundled/server/types.js +2 -0
- package/bundled/server/types.js.map +1 -0
- package/bundled/server/variations/file-writer.d.ts +5 -0
- package/bundled/server/variations/file-writer.d.ts.map +1 -0
- package/bundled/server/variations/file-writer.js +29 -0
- package/bundled/server/variations/file-writer.js.map +1 -0
- package/bundled/server/variations/git-utils.d.ts +3 -0
- package/bundled/server/variations/git-utils.d.ts.map +1 -0
- package/bundled/server/variations/git-utils.js +23 -0
- package/bundled/server/variations/git-utils.js.map +1 -0
- package/bundled/server/variations/store.d.ts +11 -0
- package/bundled/server/variations/store.d.ts.map +1 -0
- package/bundled/server/variations/store.js +52 -0
- package/bundled/server/variations/store.js.map +1 -0
- package/dist/commands/init.d.ts +2 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +299 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/stop.d.ts +2 -0
- package/dist/commands/stop.d.ts.map +1 -0
- package/dist/commands/stop.js +32 -0
- package/dist/commands/stop.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +35 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
|
@@ -0,0 +1,669 @@
|
|
|
1
|
+
# ElevenLabs.io Design System & Section Boilerplate
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
## Design System
|
|
6
|
+
|
|
7
|
+
### Colors
|
|
8
|
+
|
|
9
|
+
| Role | Value | RGB | Notes |
|
|
10
|
+
|------|-------|-----|-------|
|
|
11
|
+
| **Primary** | `#000000` | `rgb(0, 0, 0)` | Black. Used for text, primary buttons, strong CTAs |
|
|
12
|
+
| **Secondary** | `#FDFCFC` | `rgb(253, 252, 252)` | Warm off-white. Page background |
|
|
13
|
+
| **Tertiary (Accent)** | `#193CB8` | `rgb(25, 60, 184)` | Deep blue. Used sparingly for interactive accents |
|
|
14
|
+
| **Neutral 100** | `#FFFFFF` | `rgb(255, 255, 255)` | Pure white. Card surfaces, secondary buttons |
|
|
15
|
+
| **Neutral 200** | `#F5F3F1` | `rgb(245, 243, 241)` | Warm light gray. Feature card backgrounds |
|
|
16
|
+
| **Neutral 300** | `#E7E5E4` | `rgb(231, 229, 228)` | Border/divider gray |
|
|
17
|
+
| **Neutral 400** | `#D6D3D1` | `rgb(214, 211, 209)` | Disabled/muted elements |
|
|
18
|
+
| **Neutral 500** | `#A6A09B` | `rgb(166, 160, 155)` | Placeholder text |
|
|
19
|
+
| **Neutral 600** | `#79716B` | `rgb(121, 113, 107)` | Section labels, secondary text |
|
|
20
|
+
| **Neutral 700** | `#57534E` | `rgb(87, 83, 78)` | Body text (muted) |
|
|
21
|
+
| **Neutral 800** | `#44403B` | `rgb(68, 64, 59)` | Dark secondary text |
|
|
22
|
+
| **Neutral 900** | `#0C0A09` | `rgb(12, 10, 9)` | Near-black, used interchangeably with primary |
|
|
23
|
+
| **Accent Orange** | `#FF4704` | `rgb(255, 71, 4)` | ElevenCreative dot indicator |
|
|
24
|
+
| **Accent Blue** | `#0447FF` | `rgb(4, 71, 255)` | ElevenAgents dot indicator |
|
|
25
|
+
| **Divider** | `rgba(0, 0, 0, 0.05)` | 5% black | Section separator borders |
|
|
26
|
+
| **Overlay** | `rgba(0, 0, 0, 0.3)` | 30% black | Overlays on images/media |
|
|
27
|
+
| **Surface Blur** | `rgba(245, 242, 239, 0.8)` | 80% warm white | Frosted glass surfaces |
|
|
28
|
+
|
|
29
|
+
### Typography
|
|
30
|
+
|
|
31
|
+
#### Font Families
|
|
32
|
+
|
|
33
|
+
| Role | Font | Fallback | Usage |
|
|
34
|
+
|------|------|----------|-------|
|
|
35
|
+
| **Headline** | `Waldenburg` | `"Waldenburg Fallback"` | H1, H2 (large section headings) |
|
|
36
|
+
| **Headline Alt** | `WaldenburgFH` | `"WaldenburgFH Fallback"` | Alternate heading weight |
|
|
37
|
+
| **Body / UI** | `Inter` | `"Inter Fallback"` | All body text, labels, buttons, nav |
|
|
38
|
+
| **Code** | `Geist Mono` | `"Geist Mono Fallback"` | Code snippets, API examples |
|
|
39
|
+
| **Code Alt** | `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas` | `"Liberation Mono", "Courier New", monospace` | Fallback monospace |
|
|
40
|
+
|
|
41
|
+
#### Type Scale
|
|
42
|
+
|
|
43
|
+
| Element | Font | Size | Weight | Line Height | Letter Spacing | Color |
|
|
44
|
+
|---------|------|------|--------|-------------|----------------|-------|
|
|
45
|
+
| **H1** | Waldenburg | 48px | 300 (Light) | 52px | -0.96px | `#000` |
|
|
46
|
+
| **H2 (large)** | Waldenburg | 36px | 300 (Light) | 42px | normal | `#000` |
|
|
47
|
+
| **H2 (small)** | Inter | 16px | 400 | 24px | 0.16px | `#000` |
|
|
48
|
+
| **H3** | Inter | 16px | 500 (Medium) | 24px | normal | `#000` |
|
|
49
|
+
| **H4** | Inter | 14px | 500 | 20px | normal | `#000` |
|
|
50
|
+
| **Body** | Inter | 16px | 400 | 24px | normal | `#000` |
|
|
51
|
+
| **Body Large** | Inter | 18px | 400 | 28.8px | normal | `#000` |
|
|
52
|
+
| **Section Label** | Inter | 15px | 500 | normal | 0.15px | `#79716B` |
|
|
53
|
+
| **Label / Small** | Inter | 14px | 400 | 20px | normal | `#000` |
|
|
54
|
+
| **Caption** | Inter | 13px | 400 | normal | normal | `#000` |
|
|
55
|
+
| **Tiny** | Inter | 12px | 400 | normal | normal | `#79716B` |
|
|
56
|
+
| **Code** | Geist Mono | 13px | 400 | 24px | normal | `#000` |
|
|
57
|
+
|
|
58
|
+
### Buttons
|
|
59
|
+
|
|
60
|
+
#### Primary Button (CTA)
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
Background: #000000 (black)
|
|
64
|
+
Text color: #FFFFFF (white)
|
|
65
|
+
Font: Inter, 16px, weight 400
|
|
66
|
+
Padding: 0 20px (large) / 0 16px (medium) / 0 12px (small)
|
|
67
|
+
Border radius: 9999px (full pill)
|
|
68
|
+
Border: none
|
|
69
|
+
Height: ~40px (inferred from padding + font)
|
|
70
|
+
Hover: subtle opacity/scale transition
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
#### Secondary Button (Ghost/Outline)
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
Background: #FFFFFF (white)
|
|
77
|
+
Text color: #000000 (black)
|
|
78
|
+
Font: Inter, 16px, weight 400
|
|
79
|
+
Padding: 0 20px (large) / 0 16px (medium) / 0 12px (small)
|
|
80
|
+
Border radius: 9999px (full pill)
|
|
81
|
+
Border: 1px solid rgba(0,0,0,0.05) or none (shadow-based)
|
|
82
|
+
Height: ~40px
|
|
83
|
+
Hover: subtle background darken
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
#### Nav Buttons (Small)
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
Background: transparent / #FFFFFF (Log in) / #000 (Sign up)
|
|
90
|
+
Font: Inter, 14px, weight 400
|
|
91
|
+
Padding: 0 12px
|
|
92
|
+
Border radius: 9999px
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
#### Icon Button (Play, Navigation arrows)
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
Background: #000000 or transparent
|
|
99
|
+
Border radius: 9999px
|
|
100
|
+
Size: ~36px circle
|
|
101
|
+
Icon color: white or black depending on variant
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Input Fields
|
|
105
|
+
|
|
106
|
+
```
|
|
107
|
+
Font: Inter, 16-18px
|
|
108
|
+
Background: transparent (inherits card bg)
|
|
109
|
+
Border: none visible (borderless design)
|
|
110
|
+
Border radius: 0px (integrated into parent card)
|
|
111
|
+
Padding: contextual
|
|
112
|
+
Color: #000000
|
|
113
|
+
Placeholder: #A6A09B
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Note: ElevenLabs uses a borderless, embedded input style within cards. Text areas blend into the card surface without distinct borders. Dropdowns use custom `<button>` + `<combobox>` with pill-shaped triggers.
|
|
117
|
+
|
|
118
|
+
### Spacing System
|
|
119
|
+
|
|
120
|
+
#### Section Spacing
|
|
121
|
+
|
|
122
|
+
```
|
|
123
|
+
Section padding: 72px 48px (vertical / horizontal)
|
|
124
|
+
Section margin: 0 40px (horizontal page margin)
|
|
125
|
+
Between sections: 32px - 64px gap
|
|
126
|
+
Content max-width: 1120px (centered within 1200px viewport)
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
#### Component Spacing
|
|
130
|
+
|
|
131
|
+
```
|
|
132
|
+
Gap (tight): 4px
|
|
133
|
+
Gap (small): 6px - 8px
|
|
134
|
+
Gap (medium): 10px - 16px
|
|
135
|
+
Gap (large): 24px - 32px
|
|
136
|
+
Gap (section): 48px - 64px
|
|
137
|
+
Card grid gap: 16px - 28px
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
### Border Radius
|
|
141
|
+
|
|
142
|
+
| Size | Value | Usage |
|
|
143
|
+
|------|-------|-------|
|
|
144
|
+
| **Pill** | `9999px` | Buttons, tabs, badges |
|
|
145
|
+
| **Card XL** | `24px` | Large feature cards |
|
|
146
|
+
| **Card L** | `20px` | Feature cards |
|
|
147
|
+
| **Card M** | `16px` | Blog cards, article cards |
|
|
148
|
+
| **Element** | `12px` | Inner card elements |
|
|
149
|
+
| **Small** | `8px` | Code blocks, small elements |
|
|
150
|
+
| **Tiny** | `4px` | Inline code, tags |
|
|
151
|
+
|
|
152
|
+
### Shadows & Effects
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
Box shadows: Minimal. Cards rely on background color contrast (white on off-white) rather than shadows.
|
|
156
|
+
Dividers: 1px solid rgba(0,0,0,0.05) between major sections
|
|
157
|
+
Backdrop filter: Used on frosted glass surfaces: rgba(245,242,239,0.8) with blur
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Section Boilerplates
|
|
163
|
+
|
|
164
|
+
### Navigation
|
|
165
|
+
|
|
166
|
+
**Structure:**
|
|
167
|
+
```
|
|
168
|
+
<header> (relative, z-50, height: 64px)
|
|
169
|
+
<nav> (static, height: 36px, transparent bg)
|
|
170
|
+
<ul> (flex, gap: 28px)
|
|
171
|
+
<li> Logo (link to /)
|
|
172
|
+
<li> Nav items container
|
|
173
|
+
<ul> (flex, inline)
|
|
174
|
+
<li><button> ElevenCreative -- navigates to /creative on click
|
|
175
|
+
<li><button> ElevenAgents -- navigates to /agents on click
|
|
176
|
+
<li><button> ElevenAPI -- navigates to /api on click
|
|
177
|
+
<li><button> Resources -- dropdown or navigates
|
|
178
|
+
<li><a> Enterprise -- link to /enterprise
|
|
179
|
+
<li><a> Pricing -- link to /pricing
|
|
180
|
+
<div> Auth buttons
|
|
181
|
+
<a> "Log in" -- secondary pill, white bg, 14px
|
|
182
|
+
<a> "Sign up" -- primary pill, black bg, 14px
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Interactions:**
|
|
186
|
+
- Nav items (ElevenCreative, ElevenAgents, ElevenAPI) are `<button>` elements that navigate to their respective subpages on click (not hover dropdowns on the homepage)
|
|
187
|
+
- Each subpage has its own secondary nav bar beneath the main nav with sub-navigation (Platform, Models, Docs, Customers, Pricing)
|
|
188
|
+
- On scroll, the nav transforms into a sticky bar with "Contact sales" (secondary) and "Sign up" (primary) buttons replacing "Log in"/"Sign up" pair
|
|
189
|
+
- Font: Inter, 14px, weight 400 for nav items
|
|
190
|
+
- Nav items have no visible underline or indicator in default state
|
|
191
|
+
|
|
192
|
+
**Scrolled State:**
|
|
193
|
+
```
|
|
194
|
+
Position: sticky (appears on scroll)
|
|
195
|
+
Background: white or transparent
|
|
196
|
+
Buttons change: "Contact sales" (secondary) + "Sign up" (primary) replace login/signup
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
### Hero
|
|
200
|
+
|
|
201
|
+
**Structure:**
|
|
202
|
+
```
|
|
203
|
+
<section> (padding: 72px 48px, gap: 32px 64px, margin: 0 40px)
|
|
204
|
+
<div> Left column
|
|
205
|
+
<h1> "Bringing technology to life"
|
|
206
|
+
-- Waldenburg, 48px, weight 300, line-height 52px, letter-spacing -0.96px
|
|
207
|
+
-- "technology to life" has separate styling wrapper (same style, but enables word-level animation)
|
|
208
|
+
<div> CTA buttons (flex, gap)
|
|
209
|
+
<a> "Sign up" -- primary pill, black, 16px, padding 0 20px
|
|
210
|
+
<a> "Contact sales" -- secondary pill, white, 16px, padding 0 20px
|
|
211
|
+
<div> Right column
|
|
212
|
+
<p> Supporting copy
|
|
213
|
+
-- Inter, 16px, weight 400, line-height 24px
|
|
214
|
+
-- "Powering the best enterprises, creators, and developers..."
|
|
215
|
+
|
|
216
|
+
<div> Interactive demo widget
|
|
217
|
+
<div> Tab bar (pill tabs)
|
|
218
|
+
<tab> "ElevenCreative" [selected] -- with orange dot indicator
|
|
219
|
+
<tab> "ElevenAgents" -- with blue dot indicator
|
|
220
|
+
-- Tabs: 18px Inter, pill-shaped (9999px), padding ~18px horizontal
|
|
221
|
+
<tabpanel>
|
|
222
|
+
<div> Sub-tab bar
|
|
223
|
+
<tab> "Text to Speech" | "Music" | "Speech to Text" | "Voice Cloning"
|
|
224
|
+
<div> Demo content (two-column within card)
|
|
225
|
+
<div> Left: Voice selector (radio group, scrollable list)
|
|
226
|
+
-- Each voice: avatar + name + descriptor
|
|
227
|
+
-- Selected state: blue checkmark icon
|
|
228
|
+
-- "Explore 10,000+ voices" link + prev/next arrows
|
|
229
|
+
<div> Right: Text input area
|
|
230
|
+
-- Label: "Enter your own text" (muted)
|
|
231
|
+
-- Textarea with pre-filled demo text
|
|
232
|
+
-- Bottom bar: Language selector (pill button + dropdown) + Play button (black pill)
|
|
233
|
+
<a> "Sign up" -- primary pill at bottom edge
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
**Key Details:**
|
|
237
|
+
- Layout: Two-column top (heading left, copy right), full-width interactive demo below
|
|
238
|
+
- Demo widget has white background, rounded corners, sits on the off-white page
|
|
239
|
+
- Tab indicators use colored dots (orange for Creative, blue for Agents)
|
|
240
|
+
- Voice list is a scrollable radio group with avatar thumbnails
|
|
241
|
+
|
|
242
|
+
### Social Proof (Logo Ticker)
|
|
243
|
+
|
|
244
|
+
**Structure:**
|
|
245
|
+
```
|
|
246
|
+
<section>
|
|
247
|
+
<div> Header row (flex, space-between)
|
|
248
|
+
<h2> "Trusted by leading developers and enterprises"
|
|
249
|
+
-- Inter, 16px, weight 400 (styled as small h2)
|
|
250
|
+
<a> "Read all stories" -- link to /customer-stories
|
|
251
|
+
|
|
252
|
+
<ul> Logo ticker (flex, gap: 28px, horizontal scroll/marquee)
|
|
253
|
+
<li> x18 logos
|
|
254
|
+
<a> Brand name (link to case study)
|
|
255
|
+
-- Logos: Twilio, Disney, KPN, TVS, Telus Digital, Cisco,
|
|
256
|
+
Epic Games, Nvidia, Revolut, Meta, Bertelsmann, Ukraine,
|
|
257
|
+
Deliveroo, Chess.com, Deutsche Telekom, Meesho, Harvey, Salesforce
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
**Key Details:**
|
|
261
|
+
- Horizontal scrolling logo strip (marquee-style animation)
|
|
262
|
+
- Each logo links to its respective case study/blog post
|
|
263
|
+
- Logos rendered as text in brand styling (grayscale)
|
|
264
|
+
- Simple left-right continuous scroll animation
|
|
265
|
+
|
|
266
|
+
### Features (Product Platforms)
|
|
267
|
+
|
|
268
|
+
**Structure:**
|
|
269
|
+
```
|
|
270
|
+
<section> Platform overview
|
|
271
|
+
<h2> "Two platforms built on the same research foundation"
|
|
272
|
+
-- Waldenburg, 36px, weight 300, line-height 42px
|
|
273
|
+
|
|
274
|
+
<div> Two-column card layout (flex, gap)
|
|
275
|
+
<div> Card 1 - ElevenCreative
|
|
276
|
+
<h3> "ElevenCreative" -- Inter, 16px, weight 500
|
|
277
|
+
<p> "Generate ultra-realistic speech, videos, music, and sound effects."
|
|
278
|
+
<img> Product screenshot
|
|
279
|
+
<div> Card 2 - ElevenAgents
|
|
280
|
+
<h3> "ElevenAgents"
|
|
281
|
+
<p> "Configure, deploy and monitor conversational agents."
|
|
282
|
+
<img> Product screenshot
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
### Features (ElevenCreative Detail)
|
|
286
|
+
|
|
287
|
+
**Structure:**
|
|
288
|
+
```
|
|
289
|
+
<section> (bg: page background)
|
|
290
|
+
<div> Section header
|
|
291
|
+
<p> "ElevenCreative" -- section label, 15px, weight 500, color #79716B
|
|
292
|
+
<div> Heading row (flex, space-between)
|
|
293
|
+
<div>
|
|
294
|
+
<h2> "Create, edit and localize in one AI platform"
|
|
295
|
+
-- Waldenburg, 36px, weight 300
|
|
296
|
+
<a> "Learn more" -- link with arrow icon, 16px
|
|
297
|
+
<p> Supporting copy -- 16px Inter
|
|
298
|
+
|
|
299
|
+
<div> Feature card grid (6 cards, responsive grid)
|
|
300
|
+
-- First 2 cards: large (span 2 columns), contain interactive demos
|
|
301
|
+
-- Remaining 4 cards: equal size, icon + heading + description
|
|
302
|
+
|
|
303
|
+
Card structure (each):
|
|
304
|
+
<div> (bg: #F5F3F1, border-radius: 20px, overflow: hidden)
|
|
305
|
+
<div> Media/demo area (top portion)
|
|
306
|
+
-- Interactive widget, screenshot, or illustration
|
|
307
|
+
<h3> Feature name -- Inter, 16px, weight 500
|
|
308
|
+
<a> Optional link with arrow icon
|
|
309
|
+
<p> Description -- Inter, 16px, weight 400
|
|
310
|
+
|
|
311
|
+
Cards:
|
|
312
|
+
1. "All-in-one AI editor" (large, contains Studio editor preview)
|
|
313
|
+
2. "Ultra-realistic speech" (large, contains TTS demo widget)
|
|
314
|
+
3. "Music" (small, icon + description)
|
|
315
|
+
4. "SFX" (small, icon + description)
|
|
316
|
+
5. "Voices" (small, icon + description)
|
|
317
|
+
6. "Image & Video" (small, icon + description)
|
|
318
|
+
|
|
319
|
+
<div> Customer story tabs
|
|
320
|
+
<div> Tab bar
|
|
321
|
+
<tab> Brand logos (NVIDIA, Mozart AI, Duolingo) as image tabs
|
|
322
|
+
<tabpanel>
|
|
323
|
+
<p> Brand name (bold)
|
|
324
|
+
<p> Use case description
|
|
325
|
+
<a> "Get started" -- secondary pill button, white bg
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
**Key Details:**
|
|
329
|
+
- Feature cards use `#F5F3F1` warm gray background, `20px` border-radius
|
|
330
|
+
- Large cards (first 2) span double width and contain interactive demos
|
|
331
|
+
- Small cards have an icon at top-left, heading, and short description
|
|
332
|
+
- H3 headings with links include a small arrow icon (diagonal arrow ↗)
|
|
333
|
+
- Cards have no visible border or shadow, differentiated by background color alone
|
|
334
|
+
|
|
335
|
+
### Features (ElevenAgents Detail)
|
|
336
|
+
|
|
337
|
+
**Structure:**
|
|
338
|
+
```
|
|
339
|
+
<section> (same pattern as ElevenCreative)
|
|
340
|
+
<div> Section header
|
|
341
|
+
<p> "ElevenAgents" -- section label
|
|
342
|
+
<div>
|
|
343
|
+
<h2> "Deploy agents that talk, type, and take action"
|
|
344
|
+
<a> "Learn more"
|
|
345
|
+
<p> Supporting copy
|
|
346
|
+
|
|
347
|
+
<div> Feature card grid (5 cards)
|
|
348
|
+
1. "Omnichannel agents" (large, contains chat mockup)
|
|
349
|
+
-- Chat bubble UI showing customer support conversation
|
|
350
|
+
-- Includes action card "Refund completed" with checkmark
|
|
351
|
+
2. "Analytics" (large, contains chart/graph mockup)
|
|
352
|
+
-- Success rate chart with line graph
|
|
353
|
+
3. "Testing" (small)
|
|
354
|
+
4. "Guardrails" (small)
|
|
355
|
+
5. "Workflows" (small)
|
|
356
|
+
|
|
357
|
+
<div> Customer story tabs (same pattern)
|
|
358
|
+
-- Deliveroo, Meesho, Cars24
|
|
359
|
+
<a> "Get started"
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
### Features (ElevenAPI Detail)
|
|
363
|
+
|
|
364
|
+
**Structure:**
|
|
365
|
+
```
|
|
366
|
+
<section>
|
|
367
|
+
<div> Section header
|
|
368
|
+
<p> "ElevenAPI" -- section label
|
|
369
|
+
<div>
|
|
370
|
+
<h2> "Or build anything with a powerful host of APIs"
|
|
371
|
+
<a> "Explore docs" -- link to /docs/overview/intro
|
|
372
|
+
|
|
373
|
+
<div> API showcase (3 stacked cards, alternating layout)
|
|
374
|
+
|
|
375
|
+
Card 1: Text to Speech API
|
|
376
|
+
<div> Left column
|
|
377
|
+
<h3> "Text to Speech API"
|
|
378
|
+
<p> Description
|
|
379
|
+
<div> Sub-features (3 items, flex row)
|
|
380
|
+
<div> each: <h4> Model name + <p> spec
|
|
381
|
+
-- "Eleven Flash" / "75ms latency..."
|
|
382
|
+
-- "Eleven Multilingual" / "Best lifelike..."
|
|
383
|
+
-- "Eleven v3" / "Most expressive..."
|
|
384
|
+
<div> Right column
|
|
385
|
+
<pre><code> TypeScript code example
|
|
386
|
+
-- Geist Mono, 13px, line-height 24px
|
|
387
|
+
-- Dark text on neutral background
|
|
388
|
+
|
|
389
|
+
Card 2: Speech to Text API
|
|
390
|
+
<div> Left: heading, description, model spec
|
|
391
|
+
<div> Right: product screenshot
|
|
392
|
+
|
|
393
|
+
Card 3: Music API
|
|
394
|
+
<div> Left: heading, description, model spec
|
|
395
|
+
<div> Right: TypeScript code example
|
|
396
|
+
```
|
|
397
|
+
|
|
398
|
+
### Showcase (Case Studies)
|
|
399
|
+
|
|
400
|
+
**Structure:**
|
|
401
|
+
```
|
|
402
|
+
<section>
|
|
403
|
+
<h2> "Showcasing the global impact of AI audio research"
|
|
404
|
+
-- Waldenburg, 36px
|
|
405
|
+
|
|
406
|
+
<div> Tab bar
|
|
407
|
+
<tab> "ElevenCreative" [selected] -- pill tab
|
|
408
|
+
<tab> "ElevenAgents" -- pill tab
|
|
409
|
+
|
|
410
|
+
<tabpanel>
|
|
411
|
+
<div> Bento grid layout (mixed card sizes)
|
|
412
|
+
-- 2 columns top row, each with 2 stacked story links
|
|
413
|
+
-- 1 column bottom row with 2 stories side by side
|
|
414
|
+
|
|
415
|
+
Each story card:
|
|
416
|
+
<a> (link to blog post)
|
|
417
|
+
<div> Image/gradient background
|
|
418
|
+
<p> Story headline (white text overlaid)
|
|
419
|
+
-- Cards have rounded corners, overflow hidden
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
### How It Works (Research Timeline)
|
|
423
|
+
|
|
424
|
+
**Structure:**
|
|
425
|
+
```
|
|
426
|
+
<section>
|
|
427
|
+
<div> Header
|
|
428
|
+
<h2> "Research that redefines human technology interaction"
|
|
429
|
+
<p> Vision statement paragraph
|
|
430
|
+
|
|
431
|
+
<div> Timeline carousel
|
|
432
|
+
<button> Previous (arrow)
|
|
433
|
+
<button> Next (arrow)
|
|
434
|
+
|
|
435
|
+
<div> Timeline track (horizontal scroll)
|
|
436
|
+
<tablist> "ElevenLabs history"
|
|
437
|
+
8 events as tabs, horizontal dot markers on a line:
|
|
438
|
+
1. "Eleven Multilingual v2" - Aug 2023
|
|
439
|
+
2. "Eleven Turbo v2" - Nov 2023
|
|
440
|
+
3. "Eleven Flash v2.5" - Dec 2024
|
|
441
|
+
4. "Scribe" - Feb 2025
|
|
442
|
+
5. "Eleven v3" - Jun 2025
|
|
443
|
+
6. "Eleven Music" - Aug 2025
|
|
444
|
+
7. "Scribe v2 Realtime" - Nov 2025
|
|
445
|
+
8. "Scribe v2" - Jan 2026
|
|
446
|
+
|
|
447
|
+
Each event card:
|
|
448
|
+
<h3> Model name -- Inter, 16px, weight 500
|
|
449
|
+
<p> Description
|
|
450
|
+
<p> Date
|
|
451
|
+
|
|
452
|
+
<div> Research articles (2-column)
|
|
453
|
+
<article>
|
|
454
|
+
<img> Thumbnail
|
|
455
|
+
<time> Date
|
|
456
|
+
<a><p> Article title
|
|
457
|
+
<a> "Learn more" -- link with arrow to /about
|
|
458
|
+
```
|
|
459
|
+
|
|
460
|
+
### Features (Safety)
|
|
461
|
+
|
|
462
|
+
**Structure:**
|
|
463
|
+
```
|
|
464
|
+
<section>
|
|
465
|
+
<div> Header
|
|
466
|
+
<h2> "Safety, built in" -- Waldenburg, 36px
|
|
467
|
+
<a> "Learn more" -- link to /safety
|
|
468
|
+
|
|
469
|
+
<ul> 3-column card list
|
|
470
|
+
<li> Card 1
|
|
471
|
+
<img> "Moderation" icon
|
|
472
|
+
<h3> "Moderation"
|
|
473
|
+
<p> "We actively monitor content generated with our technology."
|
|
474
|
+
<li> Card 2
|
|
475
|
+
<img> "Accountability" icon
|
|
476
|
+
<h3> "Accountability"
|
|
477
|
+
<p> "We believe misuse must have consequences."
|
|
478
|
+
<li> Card 3
|
|
479
|
+
<img> "Provenance" icon
|
|
480
|
+
<h3> "Provenance"
|
|
481
|
+
<p> "We believe that you should know if audio is AI-generated."
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
**Key Details:**
|
|
485
|
+
- Simple 3-column grid of cards
|
|
486
|
+
- Each card has an icon image, heading, and one-sentence description
|
|
487
|
+
- Cards use the same warm gray background (`#F5F3F1`)
|
|
488
|
+
|
|
489
|
+
### Blog (Latest Updates)
|
|
490
|
+
|
|
491
|
+
**Structure:**
|
|
492
|
+
```
|
|
493
|
+
<section>
|
|
494
|
+
<div> Header row (flex, space-between)
|
|
495
|
+
<h2> "Latest updates" -- Waldenburg, 36px
|
|
496
|
+
<a> "All posts" -- link to /blog
|
|
497
|
+
|
|
498
|
+
<ul> 3-column article grid
|
|
499
|
+
<li> x3 articles
|
|
500
|
+
<article> (bg: white, border-radius: 16px, overflow: hidden)
|
|
501
|
+
<img> Cover image (object-fit: cover, aspect-ratio: 1000/894)
|
|
502
|
+
<p>
|
|
503
|
+
<a> Article title -- Inter, 16px, linked to blog post
|
|
504
|
+
|
|
505
|
+
Articles shown:
|
|
506
|
+
1. "Introducing Flows in ElevenCreative"
|
|
507
|
+
2. "Introducing ElevenLabs for Government"
|
|
508
|
+
3. "Introducing Expressive Mode for ElevenAgents"
|
|
509
|
+
```
|
|
510
|
+
|
|
511
|
+
**Key Details:**
|
|
512
|
+
- Article cards: white background, 16px border-radius
|
|
513
|
+
- Cover images fill the top portion with no border-radius on image itself (card handles clipping)
|
|
514
|
+
- Title below image, simple text link
|
|
515
|
+
- 3-column grid layout
|
|
516
|
+
|
|
517
|
+
### CTA (Pre-Footer)
|
|
518
|
+
|
|
519
|
+
**Structure:**
|
|
520
|
+
```
|
|
521
|
+
<section> (border-top: 1px solid rgba(0,0,0,0.05))
|
|
522
|
+
<div> (padding: 72px 48px, flex, align-items: flex-end, gap: 32px 64px)
|
|
523
|
+
<p> "The most realistic voice AI platform"
|
|
524
|
+
-- Waldenburg, 32px, weight 300
|
|
525
|
+
<div> Button group (flex)
|
|
526
|
+
<a> "Talk to sales" -- secondary pill, white bg, 16px, padding 0 20px
|
|
527
|
+
<a> "Create an AI agent" -- primary pill, black bg, 16px, padding 0 20px
|
|
528
|
+
```
|
|
529
|
+
|
|
530
|
+
**Key Details:**
|
|
531
|
+
- Separated from content above by a 1px divider (`rgba(0,0,0,0.05)`)
|
|
532
|
+
- Horizontal layout: tagline left, buttons right (flex, align-items: flex-end)
|
|
533
|
+
- Uses the same dual-CTA pattern (secondary + primary) as the hero
|
|
534
|
+
|
|
535
|
+
### Footer
|
|
536
|
+
|
|
537
|
+
**Structure:**
|
|
538
|
+
```
|
|
539
|
+
<footer-section>
|
|
540
|
+
<div> Top row (flex, space-between)
|
|
541
|
+
<div> Left
|
|
542
|
+
<a> ElevenLabs logo (link to /)
|
|
543
|
+
<button> Language selector ("English" + dropdown)
|
|
544
|
+
<div> Right -- (empty, alignment spacer)
|
|
545
|
+
|
|
546
|
+
<ul> 6-column link grid
|
|
547
|
+
Column 1: "ElevenCreative" (heading link to /creative)
|
|
548
|
+
- Text to Speech, Speech to Text, Voice Changer, Text to Sound Effects,
|
|
549
|
+
Voice Cloning, Voice Isolator, AI Music Generator, Studio,
|
|
550
|
+
Voice Design, AI Voice Generator
|
|
551
|
+
|
|
552
|
+
Column 2: "ElevenAgents" (heading link to /agents)
|
|
553
|
+
- Voice Agents, Conversational AI, Integrations, Telecommunications,
|
|
554
|
+
Financial Services, Healthcare, Technology, Retail & E-commerce,
|
|
555
|
+
Customer Support
|
|
556
|
+
|
|
557
|
+
Column 3: "ElevenAPI" (heading link to /api)
|
|
558
|
+
- API Reference, Agents API, Dubbing API, Text to Speech API,
|
|
559
|
+
Speech to Text API, Sound Effects API, Music API, API Key
|
|
560
|
+
|
|
561
|
+
Column 4: "Resources" (plain text heading)
|
|
562
|
+
- Blog, Iconic Marketplace, Impact Program, Help Center, Webinars,
|
|
563
|
+
Docs, Enterprise, Trust Center, India, Cookie Settings (button)
|
|
564
|
+
|
|
565
|
+
Column 5: "Socials" (plain text heading)
|
|
566
|
+
- X, LinkedIn, GitHub, YouTube, Discord, TikTok, Instagram,
|
|
567
|
+
Facebook, Reddit
|
|
568
|
+
|
|
569
|
+
Column 6: "Company" (plain text heading)
|
|
570
|
+
- About, Careers, Safety, Brand & Press Kit, EU Digital Services Act,
|
|
571
|
+
ElevenLabs Summit, Terms, Privacy, Modern Slavery Policy,
|
|
572
|
+
CCPA Notice, EU-US DPF Policy
|
|
573
|
+
```
|
|
574
|
+
|
|
575
|
+
**Key Details:**
|
|
576
|
+
- Column headings: some are links (ElevenCreative, ElevenAgents, ElevenAPI), others are plain text (Resources, Socials, Company)
|
|
577
|
+
- Links: Inter, 16px, weight 400, color `#000`, no underline
|
|
578
|
+
- No background change from page (transparent, inherits `#FDFCFC`)
|
|
579
|
+
- Language selector in top-left with globe icon and chevron dropdown
|
|
580
|
+
|
|
581
|
+
### FAQ (from /creative subpage)
|
|
582
|
+
|
|
583
|
+
**Structure:**
|
|
584
|
+
```
|
|
585
|
+
<section>
|
|
586
|
+
<h2> "Frequently asked questions" -- Waldenburg, 36px
|
|
587
|
+
|
|
588
|
+
<div> Accordion list
|
|
589
|
+
<div> x12 FAQ items
|
|
590
|
+
<button> Question trigger (flex, space-between)
|
|
591
|
+
<h3> Question text -- Inter, 16px, weight 500
|
|
592
|
+
<img> Chevron/plus icon (rotates on expand)
|
|
593
|
+
<div> Answer panel (collapsible)
|
|
594
|
+
<p> Answer text -- Inter, 16px, weight 400
|
|
595
|
+
|
|
596
|
+
Questions expand/collapse on click.
|
|
597
|
+
First item expanded by default.
|
|
598
|
+
Chevron icon rotates 45deg on expand.
|
|
599
|
+
```
|
|
600
|
+
|
|
601
|
+
---
|
|
602
|
+
|
|
603
|
+
## Common Patterns
|
|
604
|
+
|
|
605
|
+
### Section Header Pattern
|
|
606
|
+
|
|
607
|
+
Most sections follow this consistent header structure:
|
|
608
|
+
|
|
609
|
+
```
|
|
610
|
+
<p> Section label ("ElevenCreative" / "ElevenAgents" / "ElevenAPI")
|
|
611
|
+
-- Inter, 15px, weight 500, color #79716B, letter-spacing 0.15px
|
|
612
|
+
|
|
613
|
+
<div> Heading row (flex, space-between or stacked)
|
|
614
|
+
<h2> Section heading
|
|
615
|
+
-- Waldenburg, 36px, weight 300, line-height 42px
|
|
616
|
+
<a> Action link ("Learn more" / "Explore docs")
|
|
617
|
+
-- Inter, 16px, with arrow icon
|
|
618
|
+
|
|
619
|
+
<p> Supporting description
|
|
620
|
+
-- Inter, 16px, weight 400, line-height 24px
|
|
621
|
+
```
|
|
622
|
+
|
|
623
|
+
### Card Pattern
|
|
624
|
+
|
|
625
|
+
```
|
|
626
|
+
Background: #F5F3F1 (warm gray)
|
|
627
|
+
Border radius: 20px
|
|
628
|
+
Border: none
|
|
629
|
+
Shadow: none
|
|
630
|
+
Overflow: hidden
|
|
631
|
+
Padding: 0 (content handles internal spacing)
|
|
632
|
+
|
|
633
|
+
Internal structure:
|
|
634
|
+
<div> Media area (image/demo, no border radius - card clips)
|
|
635
|
+
<h3> Title -- Inter, 16px, weight 500
|
|
636
|
+
<p> Description -- Inter, 16px, weight 400
|
|
637
|
+
```
|
|
638
|
+
|
|
639
|
+
### Tab Pattern
|
|
640
|
+
|
|
641
|
+
```
|
|
642
|
+
<tablist> (flex, pill-shaped container)
|
|
643
|
+
<tab> (border-radius: 9999px, padding: 0 17-19px, font: Inter 18px)
|
|
644
|
+
Selected: filled background (contextual)
|
|
645
|
+
Unselected: transparent background
|
|
646
|
+
With optional dot indicator (orange/blue colored circle before text)
|
|
647
|
+
```
|
|
648
|
+
|
|
649
|
+
### Dual CTA Pattern
|
|
650
|
+
|
|
651
|
+
Used in Hero, CTA section, and section CTAs:
|
|
652
|
+
|
|
653
|
+
```
|
|
654
|
+
<div> (flex, gap)
|
|
655
|
+
<a> Primary action -- black pill button
|
|
656
|
+
<a> Secondary action -- white pill button (outline/ghost)
|
|
657
|
+
```
|
|
658
|
+
|
|
659
|
+
### Customer Story Tab Pattern
|
|
660
|
+
|
|
661
|
+
```
|
|
662
|
+
<div> (flex, space-between)
|
|
663
|
+
<tablist>
|
|
664
|
+
<tab> x3 brand logos (image-based tabs)
|
|
665
|
+
<tabpanel>
|
|
666
|
+
<p> Brand name (bold or linked with arrow)
|
|
667
|
+
<p> Use case one-liner
|
|
668
|
+
<a> "Get started" -- secondary pill button
|
|
669
|
+
```
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Identify the sections in user’ existing website
|
|
2
|
+
|
|
3
|
+
Pull the boilerplate for each section from a different brand. If a brand was mentioned in prompt, only reference it for hero section’s boilerplate.
|
|
4
|
+
|
|
5
|
+
If a product preview image is detected, prompt user to upload a screenshot of their product.
|
|
6
|
+
|
|
7
|
+
Pull the design system from mentioned brand. If an aesthetic was mentioned instead of brand, pull the design system of the brand that most aligns with the prompt. Otherwise if the prompt doesn’t contain a website reference or descriptor of desired aesthetic, default to the “modern” aesthetic, referencing ElevenLabs.
|
|
8
|
+
|
|
9
|
+
If the utilized font isn’t available: Use Inter to sub san-serif fonts, and EB Garamond to sub serif fonts
|