@jaimevalasek/aioson 1.30.0 → 1.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
- package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
- package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
- package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
- package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
- package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
- package/docs/design-previews/cognitive-core-ui.html +281 -463
- package/docs/design-previews/index.html +83 -31
- package/package.json +1 -1
- package/src/constants.js +578 -514
- package/template/.aioson/docs/integrations/dashboard-app-form-publish-mapping.md +183 -0
- package/template/.aioson/docs/play/README.md +74 -0
- package/template/.aioson/docs/play/agent-usage-guide.md +112 -0
- package/template/.aioson/docs/play/app-compatibility-guide.md +117 -0
- package/template/.aioson/docs/play/auth-services-and-testing.md +235 -0
- package/template/.aioson/docs/play/llm-data-and-bindings.md +238 -0
- package/template/.aioson/docs/play/manifest-and-runtime.md +267 -0
- package/template/.aioson/docs/play/source-map.md +104 -0
- package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
- package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
- package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
- package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
- package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
- package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
- package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
- package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
- package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
- package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
- package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
- package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
- package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
- package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
- package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
- package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
- package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
- package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
- package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
- package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
- package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
- package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
- package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
- package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
- package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
- package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
- package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
- package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
- package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
- package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
- package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
- package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
- package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
- package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
- package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
- package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
- package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
- package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
- package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
- package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
- package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
- package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
- package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
- package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
- package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
- package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
- package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
- package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
- package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
- package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
- package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
- package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
- package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
- package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
- package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
- package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
- package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
- package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
- package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
- package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
- package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
- package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
- package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
- package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
- package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
- package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
- package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
- package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
- package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
- package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
- package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
- package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
- package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
- package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
|
@@ -1,1009 +1,190 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8"
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0"
|
|
6
|
-
<title>
|
|
7
|
-
<link rel="preconnect" href="https://fonts.googleapis.com"
|
|
8
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin
|
|
9
|
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
gap: 14px;
|
|
192
|
-
justify-content: center;
|
|
193
|
-
margin-bottom: 72px;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.btn-teal-lg {
|
|
197
|
-
font-family: 'Inter', sans-serif;
|
|
198
|
-
font-size: 15px;
|
|
199
|
-
font-weight: 600;
|
|
200
|
-
color: #0B0F15;
|
|
201
|
-
background: var(--accent);
|
|
202
|
-
border: none;
|
|
203
|
-
border-radius: 6px;
|
|
204
|
-
padding: 13px 28px;
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
text-decoration: none;
|
|
207
|
-
display: inline-flex;
|
|
208
|
-
align-items: center;
|
|
209
|
-
gap: 8px;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.btn-ghost-dark-lg {
|
|
213
|
-
font-family: 'Inter', sans-serif;
|
|
214
|
-
font-size: 15px;
|
|
215
|
-
font-weight: 500;
|
|
216
|
-
color: var(--text-secondary);
|
|
217
|
-
background: none;
|
|
218
|
-
border: 1px solid var(--border);
|
|
219
|
-
border-radius: 6px;
|
|
220
|
-
padding: 13px 28px;
|
|
221
|
-
cursor: pointer;
|
|
222
|
-
text-decoration: none;
|
|
223
|
-
display: inline-flex;
|
|
224
|
-
align-items: center;
|
|
225
|
-
gap: 8px;
|
|
226
|
-
transition: border-color 0.2s, color 0.2s;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.btn-ghost-dark-lg:hover {
|
|
230
|
-
border-color: rgba(255,255,255,0.2);
|
|
231
|
-
color: var(--text-heading);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/* Graph mock */
|
|
235
|
-
.graph-mock {
|
|
236
|
-
max-width: 900px;
|
|
237
|
-
margin: 0 auto;
|
|
238
|
-
background: var(--surface);
|
|
239
|
-
border: 1px solid var(--border);
|
|
240
|
-
border-radius: 12px;
|
|
241
|
-
padding: 32px;
|
|
242
|
-
position: relative;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.graph-mock-header {
|
|
246
|
-
display: flex;
|
|
247
|
-
justify-content: space-between;
|
|
248
|
-
align-items: center;
|
|
249
|
-
margin-bottom: 32px;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.graph-mock-title {
|
|
253
|
-
font-size: 13px;
|
|
254
|
-
font-weight: 600;
|
|
255
|
-
color: var(--text-heading);
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.graph-mock-meta {
|
|
259
|
-
font-family: 'JetBrains Mono', monospace;
|
|
260
|
-
font-size: 11px;
|
|
261
|
-
color: var(--text-muted);
|
|
262
|
-
display: flex;
|
|
263
|
-
gap: 16px;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.graph-meta-item {
|
|
267
|
-
display: flex;
|
|
268
|
-
align-items: center;
|
|
269
|
-
gap: 6px;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.graph-meta-dot {
|
|
273
|
-
width: 7px;
|
|
274
|
-
height: 7px;
|
|
275
|
-
border-radius: 50%;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.graph-bars {
|
|
279
|
-
display: flex;
|
|
280
|
-
align-items: flex-end;
|
|
281
|
-
gap: 6px;
|
|
282
|
-
height: 140px;
|
|
283
|
-
padding-bottom: 1px;
|
|
284
|
-
border-bottom: 1px solid var(--border);
|
|
285
|
-
position: relative;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.graph-bar-wrap {
|
|
289
|
-
flex: 1;
|
|
290
|
-
display: flex;
|
|
291
|
-
flex-direction: column;
|
|
292
|
-
justify-content: flex-end;
|
|
293
|
-
height: 100%;
|
|
294
|
-
gap: 3px;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.graph-bar {
|
|
298
|
-
border-radius: 3px 3px 0 0;
|
|
299
|
-
background: linear-gradient(180deg, var(--accent) 0%, rgba(34,211,238,0.3) 100%);
|
|
300
|
-
transition: opacity 0.2s;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.graph-bar-secondary {
|
|
304
|
-
border-radius: 3px 3px 0 0;
|
|
305
|
-
background: rgba(34,211,238,0.15);
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.graph-gridlines {
|
|
309
|
-
position: absolute;
|
|
310
|
-
inset: 0;
|
|
311
|
-
display: flex;
|
|
312
|
-
flex-direction: column;
|
|
313
|
-
justify-content: space-between;
|
|
314
|
-
pointer-events: none;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.graph-gridline {
|
|
318
|
-
border-top: 1px dashed rgba(255,255,255,0.04);
|
|
319
|
-
width: 100%;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.graph-x-labels {
|
|
323
|
-
display: flex;
|
|
324
|
-
gap: 6px;
|
|
325
|
-
margin-top: 10px;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.graph-x-label {
|
|
329
|
-
flex: 1;
|
|
330
|
-
text-align: center;
|
|
331
|
-
font-family: 'JetBrains Mono', monospace;
|
|
332
|
-
font-size: 9px;
|
|
333
|
-
color: var(--text-muted);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
/* ── STATS ROW ── */
|
|
337
|
-
.stats-section {
|
|
338
|
-
padding: 48px 40px;
|
|
339
|
-
background: var(--bg);
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.stats-grid {
|
|
343
|
-
display: grid;
|
|
344
|
-
grid-template-columns: repeat(3, 1fr);
|
|
345
|
-
gap: 20px;
|
|
346
|
-
max-width: 1140px;
|
|
347
|
-
margin: 0 auto;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.stat-card {
|
|
351
|
-
background: var(--surface);
|
|
352
|
-
border: 1px solid var(--border);
|
|
353
|
-
border-radius: 8px;
|
|
354
|
-
padding: 32px;
|
|
355
|
-
position: relative;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.stat-mono-label {
|
|
359
|
-
font-family: 'JetBrains Mono', monospace;
|
|
360
|
-
font-size: 10px;
|
|
361
|
-
font-weight: 500;
|
|
362
|
-
letter-spacing: 0.12em;
|
|
363
|
-
text-transform: uppercase;
|
|
364
|
-
color: var(--text-muted);
|
|
365
|
-
margin-bottom: 12px;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.stat-value {
|
|
369
|
-
font-size: 38px;
|
|
370
|
-
font-weight: 800;
|
|
371
|
-
color: var(--accent);
|
|
372
|
-
letter-spacing: -0.03em;
|
|
373
|
-
line-height: 1;
|
|
374
|
-
margin-bottom: 6px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.stat-desc {
|
|
378
|
-
font-size: 13px;
|
|
379
|
-
color: var(--text-secondary);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/* ── ARCHITECTURE ── */
|
|
383
|
-
.arch-section { background: var(--bg); }
|
|
384
|
-
|
|
385
|
-
.section-label-mono {
|
|
386
|
-
font-family: 'JetBrains Mono', monospace;
|
|
387
|
-
font-size: 11px;
|
|
388
|
-
font-weight: 500;
|
|
389
|
-
letter-spacing: 0.12em;
|
|
390
|
-
text-transform: uppercase;
|
|
391
|
-
color: var(--accent);
|
|
392
|
-
display: block;
|
|
393
|
-
margin-bottom: 16px;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.section-heading {
|
|
397
|
-
font-size: 38px;
|
|
398
|
-
font-weight: 800;
|
|
399
|
-
color: var(--text-heading);
|
|
400
|
-
letter-spacing: -0.03em;
|
|
401
|
-
margin-bottom: 14px;
|
|
402
|
-
line-height: 1.15;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.section-sub {
|
|
406
|
-
font-size: 16px;
|
|
407
|
-
color: var(--text-secondary);
|
|
408
|
-
max-width: 480px;
|
|
409
|
-
margin-bottom: 56px;
|
|
410
|
-
line-height: 1.65;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.arch-diagram {
|
|
414
|
-
background: var(--surface);
|
|
415
|
-
border: 1px solid var(--border);
|
|
416
|
-
border-radius: 12px;
|
|
417
|
-
padding: 48px 40px;
|
|
418
|
-
display: flex;
|
|
419
|
-
align-items: center;
|
|
420
|
-
justify-content: center;
|
|
421
|
-
gap: 0;
|
|
422
|
-
position: relative;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.arch-node {
|
|
426
|
-
background: var(--elevated);
|
|
427
|
-
border: 1px solid var(--border);
|
|
428
|
-
border-radius: 8px;
|
|
429
|
-
padding: 24px 32px;
|
|
430
|
-
text-align: center;
|
|
431
|
-
min-width: 180px;
|
|
432
|
-
position: relative;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.arch-node.accent-node {
|
|
436
|
-
border-color: var(--border-accent);
|
|
437
|
-
box-shadow: var(--accent-glow);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.arch-node-icon {
|
|
441
|
-
width: 40px;
|
|
442
|
-
height: 40px;
|
|
443
|
-
border-radius: 8px;
|
|
444
|
-
margin: 0 auto 12px;
|
|
445
|
-
display: flex;
|
|
446
|
-
align-items: center;
|
|
447
|
-
justify-content: center;
|
|
448
|
-
font-size: 18px;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.arch-node-icon.teal { background: rgba(34,211,238,0.15); }
|
|
452
|
-
.arch-node-icon.dim { background: rgba(255,255,255,0.06); }
|
|
453
|
-
|
|
454
|
-
.arch-node-label {
|
|
455
|
-
font-family: 'JetBrains Mono', monospace;
|
|
456
|
-
font-size: 10px;
|
|
457
|
-
font-weight: 500;
|
|
458
|
-
letter-spacing: 0.1em;
|
|
459
|
-
text-transform: uppercase;
|
|
460
|
-
color: var(--text-muted);
|
|
461
|
-
margin-bottom: 6px;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.arch-node-name {
|
|
465
|
-
font-size: 15px;
|
|
466
|
-
font-weight: 700;
|
|
467
|
-
color: var(--text-heading);
|
|
468
|
-
margin-bottom: 4px;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.arch-node-sub {
|
|
472
|
-
font-size: 12px;
|
|
473
|
-
color: var(--text-muted);
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.arch-connector {
|
|
477
|
-
display: flex;
|
|
478
|
-
flex-direction: column;
|
|
479
|
-
align-items: center;
|
|
480
|
-
gap: 4px;
|
|
481
|
-
min-width: 80px;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.arch-line {
|
|
485
|
-
width: 100%;
|
|
486
|
-
height: 1px;
|
|
487
|
-
background: linear-gradient(90deg, var(--border-accent), rgba(34,211,238,0.6), var(--border-accent));
|
|
488
|
-
position: relative;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.arch-arrow {
|
|
492
|
-
font-size: 12px;
|
|
493
|
-
color: var(--accent);
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.arch-flow-label {
|
|
497
|
-
font-family: 'JetBrains Mono', monospace;
|
|
498
|
-
font-size: 9px;
|
|
499
|
-
color: var(--text-muted);
|
|
500
|
-
letter-spacing: 0.06em;
|
|
501
|
-
text-transform: uppercase;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
/* ── FEATURES ── */
|
|
505
|
-
.features-dark { background: var(--surface); }
|
|
506
|
-
|
|
507
|
-
.features-grid {
|
|
508
|
-
display: grid;
|
|
509
|
-
grid-template-columns: repeat(3, 1fr);
|
|
510
|
-
gap: 24px;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.feature-card-dark {
|
|
514
|
-
background: var(--elevated);
|
|
515
|
-
border: 1px solid var(--border);
|
|
516
|
-
border-radius: 8px;
|
|
517
|
-
padding: 32px;
|
|
518
|
-
position: relative;
|
|
519
|
-
transition: border-color 0.2s;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.feature-card-dark:hover { border-color: rgba(255,255,255,0.12); }
|
|
523
|
-
|
|
524
|
-
.feature-card-dark.glow {
|
|
525
|
-
border-color: var(--border-accent);
|
|
526
|
-
box-shadow: var(--accent-glow);
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.feature-icon-circle {
|
|
530
|
-
width: 44px;
|
|
531
|
-
height: 44px;
|
|
532
|
-
border-radius: 50%;
|
|
533
|
-
background: rgba(34,211,238,0.12);
|
|
534
|
-
border: 1px solid rgba(34,211,238,0.2);
|
|
535
|
-
display: flex;
|
|
536
|
-
align-items: center;
|
|
537
|
-
justify-content: center;
|
|
538
|
-
font-size: 20px;
|
|
539
|
-
margin-bottom: 20px;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.feature-card-dark .card-mono-label {
|
|
543
|
-
font-family: 'JetBrains Mono', monospace;
|
|
544
|
-
font-size: 10px;
|
|
545
|
-
font-weight: 500;
|
|
546
|
-
letter-spacing: 0.1em;
|
|
547
|
-
text-transform: uppercase;
|
|
548
|
-
color: var(--text-muted);
|
|
549
|
-
margin-bottom: 8px;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.feature-card-dark h3 {
|
|
553
|
-
font-size: 16px;
|
|
554
|
-
font-weight: 700;
|
|
555
|
-
color: var(--text-heading);
|
|
556
|
-
margin-bottom: 10px;
|
|
557
|
-
letter-spacing: -0.01em;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.feature-card-dark p {
|
|
561
|
-
font-size: 14px;
|
|
562
|
-
color: var(--text-secondary);
|
|
563
|
-
line-height: 1.6;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
/* ── TESTIMONIAL ── */
|
|
567
|
-
.testimonial-dark { background: var(--bg); }
|
|
568
|
-
|
|
569
|
-
.testimonial-card-dark {
|
|
570
|
-
max-width: 760px;
|
|
571
|
-
margin: 0 auto;
|
|
572
|
-
background: var(--surface);
|
|
573
|
-
border: 1px solid var(--border);
|
|
574
|
-
border-radius: 12px;
|
|
575
|
-
padding: 52px 56px;
|
|
576
|
-
position: relative;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
.quote-mark {
|
|
580
|
-
font-family: Georgia, serif;
|
|
581
|
-
font-size: 80px;
|
|
582
|
-
line-height: 0.6;
|
|
583
|
-
color: var(--accent);
|
|
584
|
-
opacity: 0.4;
|
|
585
|
-
margin-bottom: 24px;
|
|
586
|
-
display: block;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.testimonial-quote-dark {
|
|
590
|
-
font-family: Georgia, serif;
|
|
591
|
-
font-size: 20px;
|
|
592
|
-
font-style: italic;
|
|
593
|
-
color: var(--text-body);
|
|
594
|
-
line-height: 1.65;
|
|
595
|
-
margin-bottom: 32px;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.testimonial-author-dark {
|
|
599
|
-
display: flex;
|
|
600
|
-
align-items: center;
|
|
601
|
-
gap: 14px;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.author-avatar-dark {
|
|
605
|
-
width: 44px;
|
|
606
|
-
height: 44px;
|
|
607
|
-
border-radius: 50%;
|
|
608
|
-
background: rgba(34,211,238,0.15);
|
|
609
|
-
border: 1px solid var(--border-accent);
|
|
610
|
-
display: flex;
|
|
611
|
-
align-items: center;
|
|
612
|
-
justify-content: center;
|
|
613
|
-
font-weight: 700;
|
|
614
|
-
font-size: 14px;
|
|
615
|
-
color: var(--accent);
|
|
616
|
-
flex-shrink: 0;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.author-name-dark {
|
|
620
|
-
font-size: 14px;
|
|
621
|
-
font-weight: 600;
|
|
622
|
-
color: var(--text-heading);
|
|
623
|
-
margin-bottom: 3px;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
.author-role-dark {
|
|
627
|
-
font-family: 'JetBrains Mono', monospace;
|
|
628
|
-
font-size: 11px;
|
|
629
|
-
color: var(--text-muted);
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
/* ── CTA ── */
|
|
633
|
-
.cta-dark {
|
|
634
|
-
background: linear-gradient(135deg, #0B0F15 0%, #0d1e24 50%, #0B0F15 100%);
|
|
635
|
-
border-top: 1px solid var(--border);
|
|
636
|
-
border-bottom: 1px solid var(--border);
|
|
637
|
-
padding: 96px 40px;
|
|
638
|
-
text-align: center;
|
|
639
|
-
position: relative;
|
|
640
|
-
overflow: hidden;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.cta-dark::before {
|
|
644
|
-
content: '';
|
|
645
|
-
position: absolute;
|
|
646
|
-
top: 50%;
|
|
647
|
-
left: 50%;
|
|
648
|
-
transform: translate(-50%, -50%);
|
|
649
|
-
width: 700px;
|
|
650
|
-
height: 400px;
|
|
651
|
-
background: radial-gradient(ellipse, rgba(34,211,238,0.09) 0%, transparent 70%);
|
|
652
|
-
pointer-events: none;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.cta-dark h2 {
|
|
656
|
-
font-size: 44px;
|
|
657
|
-
font-weight: 800;
|
|
658
|
-
color: var(--text-heading);
|
|
659
|
-
letter-spacing: -0.03em;
|
|
660
|
-
margin-bottom: 16px;
|
|
661
|
-
position: relative;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.cta-dark p {
|
|
665
|
-
font-size: 17px;
|
|
666
|
-
color: var(--text-secondary);
|
|
667
|
-
margin-bottom: 40px;
|
|
668
|
-
position: relative;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
/* ── FOOTER ── */
|
|
672
|
-
footer {
|
|
673
|
-
background: var(--void);
|
|
674
|
-
padding: 60px 40px 32px;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.footer-inner {
|
|
678
|
-
max-width: 1140px;
|
|
679
|
-
margin: 0 auto;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.footer-grid {
|
|
683
|
-
display: grid;
|
|
684
|
-
grid-template-columns: 1.6fr 1fr 1fr 1fr;
|
|
685
|
-
gap: 48px;
|
|
686
|
-
margin-bottom: 48px;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.footer-brand p {
|
|
690
|
-
font-size: 13px;
|
|
691
|
-
color: var(--text-muted);
|
|
692
|
-
margin-top: 14px;
|
|
693
|
-
line-height: 1.65;
|
|
694
|
-
max-width: 240px;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.footer-col-heading {
|
|
698
|
-
font-family: 'JetBrains Mono', monospace;
|
|
699
|
-
font-size: 10px;
|
|
700
|
-
font-weight: 500;
|
|
701
|
-
letter-spacing: 0.12em;
|
|
702
|
-
text-transform: uppercase;
|
|
703
|
-
color: var(--text-muted);
|
|
704
|
-
margin-bottom: 18px;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.footer-links { list-style: none; }
|
|
708
|
-
.footer-links li { margin-bottom: 10px; }
|
|
709
|
-
|
|
710
|
-
.footer-links a {
|
|
711
|
-
font-size: 14px;
|
|
712
|
-
color: var(--text-secondary);
|
|
713
|
-
text-decoration: none;
|
|
714
|
-
transition: color 0.2s;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.footer-links a:hover { color: var(--text-heading); }
|
|
718
|
-
|
|
719
|
-
.footer-bottom {
|
|
720
|
-
border-top: 1px solid var(--border);
|
|
721
|
-
padding-top: 24px;
|
|
722
|
-
display: flex;
|
|
723
|
-
justify-content: space-between;
|
|
724
|
-
align-items: center;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.footer-bottom-mono {
|
|
728
|
-
font-family: 'JetBrains Mono', monospace;
|
|
729
|
-
font-size: 11px;
|
|
730
|
-
color: var(--text-muted);
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.footer-accent { color: var(--accent); }
|
|
734
|
-
|
|
735
|
-
.text-center { text-align: center; }
|
|
736
|
-
.mb-48 { margin-bottom: 48px; }
|
|
737
|
-
</style>
|
|
738
|
-
</head>
|
|
739
|
-
<body>
|
|
740
|
-
|
|
741
|
-
<!-- NAV -->
|
|
742
|
-
<nav>
|
|
743
|
-
<a href="#" class="nav-logo">
|
|
744
|
-
<div class="nav-logo-mark">S</div>
|
|
745
|
-
SynapseAI
|
|
746
|
-
<div class="live-dot"></div>
|
|
747
|
-
</a>
|
|
748
|
-
<ul class="nav-links">
|
|
749
|
-
<li><a href="#">Platform</a></li>
|
|
750
|
-
<li><a href="#">Developers</a></li>
|
|
751
|
-
<li><a href="#">Enterprise</a></li>
|
|
752
|
-
<li><a href="#">Pricing</a></li>
|
|
753
|
-
</ul>
|
|
754
|
-
<a href="#" class="btn-teal">Start building →</a>
|
|
755
|
-
</nav>
|
|
756
|
-
|
|
757
|
-
<!-- HERO -->
|
|
758
|
-
<div class="hero">
|
|
759
|
-
<div class="container" style="padding:0;">
|
|
760
|
-
<div class="mono-overline">
|
|
761
|
-
<div class="live-dot"></div>
|
|
762
|
-
AI Operations Platform
|
|
763
|
-
</div>
|
|
764
|
-
<h1>The <span>cognitive core</span> for enterprise AI.</h1>
|
|
765
|
-
<p class="hero-sub">Orchestrate AI agents, pipelines, and operations at scale. Real-time intelligence. Zero guesswork.</p>
|
|
766
|
-
<div class="hero-ctas">
|
|
767
|
-
<a href="#" class="btn-teal-lg">Deploy now →</a>
|
|
768
|
-
<a href="#" class="btn-ghost-dark-lg">Read the docs</a>
|
|
769
|
-
</div>
|
|
770
|
-
|
|
771
|
-
<!-- Graph mock -->
|
|
772
|
-
<div class="graph-mock">
|
|
773
|
-
<div class="graph-mock-header">
|
|
774
|
-
<span class="graph-mock-title">Operations Throughput — Last 24h</span>
|
|
775
|
-
<div class="graph-mock-meta">
|
|
776
|
-
<span class="graph-meta-item">
|
|
777
|
-
<span class="graph-meta-dot" style="background:var(--accent);box-shadow:0 0 6px rgba(34,211,238,0.6)"></span>
|
|
778
|
-
Processed
|
|
779
|
-
</span>
|
|
780
|
-
<span class="graph-meta-item">
|
|
781
|
-
<span class="graph-meta-dot" style="background:rgba(34,211,238,0.25)"></span>
|
|
782
|
-
Queued
|
|
783
|
-
</span>
|
|
784
|
-
<span style="color:var(--accent)">↑ 18.4% vs yesterday</span>
|
|
785
|
-
</div>
|
|
786
|
-
</div>
|
|
787
|
-
<div class="graph-bars">
|
|
788
|
-
<div class="graph-gridlines">
|
|
789
|
-
<div class="graph-gridline"></div>
|
|
790
|
-
<div class="graph-gridline"></div>
|
|
791
|
-
<div class="graph-gridline"></div>
|
|
792
|
-
<div class="graph-gridline"></div>
|
|
793
|
-
</div>
|
|
794
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:30%"></div><div class="graph-bar" style="height:55%"></div></div>
|
|
795
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:20%"></div><div class="graph-bar" style="height:62%"></div></div>
|
|
796
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:25%"></div><div class="graph-bar" style="height:48%"></div></div>
|
|
797
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:15%"></div><div class="graph-bar" style="height:71%"></div></div>
|
|
798
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:22%"></div><div class="graph-bar" style="height:59%"></div></div>
|
|
799
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:18%"></div><div class="graph-bar" style="height:80%"></div></div>
|
|
800
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:28%"></div><div class="graph-bar" style="height:66%"></div></div>
|
|
801
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:35%"></div><div class="graph-bar" style="height:72%"></div></div>
|
|
802
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:24%"></div><div class="graph-bar" style="height:58%"></div></div>
|
|
803
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:30%"></div><div class="graph-bar" style="height:88%"></div></div>
|
|
804
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:18%"></div><div class="graph-bar" style="height:76%"></div></div>
|
|
805
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:22%"></div><div class="graph-bar" style="height:92%"></div></div>
|
|
806
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:14%"></div><div class="graph-bar" style="height:84%"></div></div>
|
|
807
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:26%"></div><div class="graph-bar" style="height:70%"></div></div>
|
|
808
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:32%"></div><div class="graph-bar" style="height:95%"></div></div>
|
|
809
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:20%"></div><div class="graph-bar" style="height:78%"></div></div>
|
|
810
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:28%"></div><div class="graph-bar" style="height:63%"></div></div>
|
|
811
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:16%"></div><div class="graph-bar" style="height:100%"></div></div>
|
|
812
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:24%"></div><div class="graph-bar" style="height:87%"></div></div>
|
|
813
|
-
<div class="graph-bar-wrap"><div class="graph-bar-secondary" style="height:30%"></div><div class="graph-bar" style="height:73%"></div></div>
|
|
814
|
-
</div>
|
|
815
|
-
<div class="graph-x-labels">
|
|
816
|
-
<span class="graph-x-label">00:00</span>
|
|
817
|
-
<span class="graph-x-label">02:00</span>
|
|
818
|
-
<span class="graph-x-label">04:00</span>
|
|
819
|
-
<span class="graph-x-label">06:00</span>
|
|
820
|
-
<span class="graph-x-label">08:00</span>
|
|
821
|
-
<span class="graph-x-label">10:00</span>
|
|
822
|
-
<span class="graph-x-label">12:00</span>
|
|
823
|
-
<span class="graph-x-label">14:00</span>
|
|
824
|
-
<span class="graph-x-label">16:00</span>
|
|
825
|
-
<span class="graph-x-label">18:00</span>
|
|
826
|
-
<span class="graph-x-label">20:00</span>
|
|
827
|
-
<span class="graph-x-label">22:00</span>
|
|
828
|
-
<span class="graph-x-label">now</span>
|
|
829
|
-
<span class="graph-x-label"></span>
|
|
830
|
-
<span class="graph-x-label"></span>
|
|
831
|
-
<span class="graph-x-label"></span>
|
|
832
|
-
<span class="graph-x-label"></span>
|
|
833
|
-
<span class="graph-x-label"></span>
|
|
834
|
-
<span class="graph-x-label"></span>
|
|
835
|
-
<span class="graph-x-label"></span>
|
|
836
|
-
</div>
|
|
837
|
-
</div>
|
|
838
|
-
</div>
|
|
839
|
-
</div>
|
|
840
|
-
|
|
841
|
-
<!-- STATS -->
|
|
842
|
-
<div class="stats-section">
|
|
843
|
-
<div class="stats-grid">
|
|
844
|
-
<div class="stat-card">
|
|
845
|
-
<div class="stat-mono-label">Total operations</div>
|
|
846
|
-
<div class="stat-value">2.4B+</div>
|
|
847
|
-
<div class="stat-desc">Operations orchestrated this quarter across all customers</div>
|
|
848
|
-
</div>
|
|
849
|
-
<div class="stat-card">
|
|
850
|
-
<div class="stat-mono-label">Model accuracy</div>
|
|
851
|
-
<div class="stat-value">98.7%</div>
|
|
852
|
-
<div class="stat-desc">Average intent resolution accuracy across all pipelines</div>
|
|
853
|
-
</div>
|
|
854
|
-
<div class="stat-card">
|
|
855
|
-
<div class="stat-mono-label">Response latency</div>
|
|
856
|
-
<div class="stat-value">< 50ms</div>
|
|
857
|
-
<div class="stat-desc">P99 end-to-end latency for production agent calls</div>
|
|
858
|
-
</div>
|
|
859
|
-
</div>
|
|
860
|
-
</div>
|
|
861
|
-
|
|
862
|
-
<!-- ARCHITECTURE -->
|
|
863
|
-
<section class="arch-section">
|
|
864
|
-
<div class="container">
|
|
865
|
-
<span class="section-label-mono">How it works</span>
|
|
866
|
-
<h2 class="section-heading">Purpose-built orchestration<br>for AI at scale.</h2>
|
|
867
|
-
<p class="section-sub">SynapseAI connects your models, agents, and outputs through a unified orchestration layer — with full observability at every step.</p>
|
|
868
|
-
|
|
869
|
-
<div class="arch-diagram">
|
|
870
|
-
<div class="arch-node">
|
|
871
|
-
<div class="arch-node-icon dim">🤖</div>
|
|
872
|
-
<div class="arch-node-label">Layer 1</div>
|
|
873
|
-
<div class="arch-node-name">AI Agents</div>
|
|
874
|
-
<div class="arch-node-sub">GPT-4 · Claude · Custom</div>
|
|
875
|
-
</div>
|
|
876
|
-
|
|
877
|
-
<div class="arch-connector">
|
|
878
|
-
<div class="arch-flow-label">route</div>
|
|
879
|
-
<div class="arch-line"></div>
|
|
880
|
-
<div class="arch-arrow">→</div>
|
|
881
|
-
</div>
|
|
882
|
-
|
|
883
|
-
<div class="arch-node accent-node">
|
|
884
|
-
<div class="arch-node-icon teal">⚡</div>
|
|
885
|
-
<div class="arch-node-label">Core Layer</div>
|
|
886
|
-
<div class="arch-node-name">Orchestrator</div>
|
|
887
|
-
<div class="arch-node-sub">SynapseAI Engine</div>
|
|
888
|
-
</div>
|
|
889
|
-
|
|
890
|
-
<div class="arch-connector">
|
|
891
|
-
<div class="arch-flow-label">emit</div>
|
|
892
|
-
<div class="arch-line"></div>
|
|
893
|
-
<div class="arch-arrow">→</div>
|
|
894
|
-
</div>
|
|
895
|
-
|
|
896
|
-
<div class="arch-node">
|
|
897
|
-
<div class="arch-node-icon dim">📤</div>
|
|
898
|
-
<div class="arch-node-label">Layer 3</div>
|
|
899
|
-
<div class="arch-node-name">Output</div>
|
|
900
|
-
<div class="arch-node-sub">APIs · Webhooks · Store</div>
|
|
901
|
-
</div>
|
|
902
|
-
</div>
|
|
903
|
-
</div>
|
|
904
|
-
</section>
|
|
905
|
-
|
|
906
|
-
<!-- FEATURES -->
|
|
907
|
-
<section class="features-dark">
|
|
908
|
-
<div class="container">
|
|
909
|
-
<div class="text-center mb-48">
|
|
910
|
-
<span class="section-label-mono">Features</span>
|
|
911
|
-
<h2 class="section-heading">Built for cognitive workloads.</h2>
|
|
912
|
-
</div>
|
|
913
|
-
<div class="features-grid">
|
|
914
|
-
<div class="feature-card-dark glow">
|
|
915
|
-
<div class="feature-icon-circle">🧠</div>
|
|
916
|
-
<div class="card-mono-label">Intelligence</div>
|
|
917
|
-
<h3>Multi-Model Routing</h3>
|
|
918
|
-
<p>Route requests to the optimal model based on cost, latency, and capability. Automatic fallbacks included.</p>
|
|
919
|
-
</div>
|
|
920
|
-
<div class="feature-card-dark">
|
|
921
|
-
<div class="feature-icon-circle">🔁</div>
|
|
922
|
-
<div class="card-mono-label">Orchestration</div>
|
|
923
|
-
<h3>Pipeline Composer</h3>
|
|
924
|
-
<p>Build complex agent pipelines with branching, retries, and parallel execution — no infrastructure to manage.</p>
|
|
925
|
-
</div>
|
|
926
|
-
<div class="feature-card-dark">
|
|
927
|
-
<div class="feature-icon-circle">📡</div>
|
|
928
|
-
<div class="card-mono-label">Observability</div>
|
|
929
|
-
<h3>Real-Time Tracing</h3>
|
|
930
|
-
<p>Full span-level visibility into every agent call, token, and decision. Debug production AI like a pro.</p>
|
|
931
|
-
</div>
|
|
932
|
-
</div>
|
|
933
|
-
</div>
|
|
934
|
-
</section>
|
|
935
|
-
|
|
936
|
-
<!-- TESTIMONIAL -->
|
|
937
|
-
<section class="testimonial-dark">
|
|
938
|
-
<div class="container">
|
|
939
|
-
<div class="testimonial-card-dark">
|
|
940
|
-
<span class="quote-mark">"</span>
|
|
941
|
-
<p class="testimonial-quote-dark">SynapseAI replaced three different tools we were stitching together. The orchestration engine is genuinely remarkable — we went from prototype to production in 11 days, and the latency improvements were immediate.</p>
|
|
942
|
-
<div class="testimonial-author-dark">
|
|
943
|
-
<div class="author-avatar-dark">TR</div>
|
|
944
|
-
<div>
|
|
945
|
-
<div class="author-name-dark">Thomas Reinhardt</div>
|
|
946
|
-
<div class="author-role-dark">VP Engineering @ Meridian Labs</div>
|
|
947
|
-
</div>
|
|
948
|
-
</div>
|
|
949
|
-
</div>
|
|
950
|
-
</div>
|
|
951
|
-
</section>
|
|
952
|
-
|
|
953
|
-
<!-- CTA -->
|
|
954
|
-
<div class="cta-dark">
|
|
955
|
-
<div class="container">
|
|
956
|
-
<h2>Deploy your cognitive core today.</h2>
|
|
957
|
-
<p>Start with the free tier. Scale to billions of operations. No commitment required.</p>
|
|
958
|
-
<a href="#" class="btn-teal-lg">Get started — it's free →</a>
|
|
959
|
-
</div>
|
|
960
|
-
</div>
|
|
961
|
-
|
|
962
|
-
<!-- FOOTER -->
|
|
963
|
-
<footer>
|
|
964
|
-
<div class="footer-inner">
|
|
965
|
-
<div class="footer-grid">
|
|
966
|
-
<div class="footer-brand">
|
|
967
|
-
<a href="#" class="nav-logo">
|
|
968
|
-
<div class="nav-logo-mark">S</div>
|
|
969
|
-
SynapseAI
|
|
970
|
-
</a>
|
|
971
|
-
<p>The orchestration layer for production AI — built for teams who move fast and need to trust their systems.</p>
|
|
972
|
-
</div>
|
|
973
|
-
<div>
|
|
974
|
-
<div class="footer-col-heading">Platform</div>
|
|
975
|
-
<ul class="footer-links">
|
|
976
|
-
<li><a href="#">Orchestration</a></li>
|
|
977
|
-
<li><a href="#">Model Router</a></li>
|
|
978
|
-
<li><a href="#">Pipeline Builder</a></li>
|
|
979
|
-
<li><a href="#">Observability</a></li>
|
|
980
|
-
</ul>
|
|
981
|
-
</div>
|
|
982
|
-
<div>
|
|
983
|
-
<div class="footer-col-heading">Developers</div>
|
|
984
|
-
<ul class="footer-links">
|
|
985
|
-
<li><a href="#">Documentation</a></li>
|
|
986
|
-
<li><a href="#">API Reference</a></li>
|
|
987
|
-
<li><a href="#">SDKs</a></li>
|
|
988
|
-
<li><a href="#">Status</a></li>
|
|
989
|
-
</ul>
|
|
990
|
-
</div>
|
|
991
|
-
<div>
|
|
992
|
-
<div class="footer-col-heading">Company</div>
|
|
993
|
-
<ul class="footer-links">
|
|
994
|
-
<li><a href="#">About</a></li>
|
|
995
|
-
<li><a href="#">Blog</a></li>
|
|
996
|
-
<li><a href="#">Careers</a></li>
|
|
997
|
-
<li><a href="#">Security</a></li>
|
|
998
|
-
</ul>
|
|
999
|
-
</div>
|
|
1000
|
-
</div>
|
|
1001
|
-
<div class="footer-bottom">
|
|
1002
|
-
<span class="footer-bottom-mono">© 2024 <span class="footer-accent">SynapseAI</span>, Inc. All rights reserved.</span>
|
|
1003
|
-
<span class="footer-bottom-mono">Cognitive Core UI — Design Skill Preview</span>
|
|
1004
|
-
</div>
|
|
1005
|
-
</div>
|
|
1006
|
-
</footer>
|
|
1007
|
-
|
|
1008
|
-
</body>
|
|
1009
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Nexus Command Cloud - Cognitive Core Website Preview</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
|
|
10
|
+
<link rel="stylesheet" href="cognitive-core-ui-preview.css" />
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<div class="cc-page">
|
|
14
|
+
<header class="landing-nav">
|
|
15
|
+
<a class="brand" href="index.html">
|
|
16
|
+
<span class="brand-mark">N</span>
|
|
17
|
+
<span class="brand-copy">
|
|
18
|
+
<span class="brand-name">Nexus Command Cloud</span>
|
|
19
|
+
<span class="brand-sub cc-mono">AI operations platform</span>
|
|
20
|
+
</span>
|
|
21
|
+
</a>
|
|
22
|
+
<nav class="landing-links" aria-label="Website navigation">
|
|
23
|
+
<a href="#platform">Platform</a>
|
|
24
|
+
<a href="#signals">Signals</a>
|
|
25
|
+
<a href="#security">Security</a>
|
|
26
|
+
</nav>
|
|
27
|
+
<a class="primary-button" href="cognitive-core-ui.html">Open cockpit</a>
|
|
28
|
+
</header>
|
|
29
|
+
|
|
30
|
+
<main>
|
|
31
|
+
<section class="landing-hero">
|
|
32
|
+
<div class="hero-product-scene" aria-hidden="true">
|
|
33
|
+
<div class="scene-panel">
|
|
34
|
+
<div class="scene-header">Zones</div>
|
|
35
|
+
<div class="panel-body">
|
|
36
|
+
<div class="queue-list">
|
|
37
|
+
<div class="queue-row"><div class="row-title">Production</div><span class="tag green">Stable</span></div>
|
|
38
|
+
<div class="queue-row"><div class="row-title">Staging</div><span class="tag cyan">Synced</span></div>
|
|
39
|
+
<div class="queue-row"><div class="row-title">Research</div><span class="tag amber">Guarded</span></div>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<div class="scene-panel scene-main">
|
|
45
|
+
<div class="scene-header">Agent throughput</div>
|
|
46
|
+
<div class="scene-grid">
|
|
47
|
+
<div class="scene-bar" style="height:38%"></div>
|
|
48
|
+
<div class="scene-bar" style="height:54%"></div>
|
|
49
|
+
<div class="scene-bar" style="height:72%"></div>
|
|
50
|
+
<div class="scene-bar" style="height:61%"></div>
|
|
51
|
+
<div class="scene-bar" style="height:88%"></div>
|
|
52
|
+
<div class="scene-bar" style="height:66%"></div>
|
|
53
|
+
<div class="scene-bar" style="height:92%"></div>
|
|
54
|
+
<div class="scene-bar" style="height:78%"></div>
|
|
55
|
+
<div class="scene-bar" style="height:69%"></div>
|
|
56
|
+
<div class="scene-bar" style="height:83%"></div>
|
|
57
|
+
</div>
|
|
58
|
+
<div class="scene-footer">
|
|
59
|
+
<div class="scene-stat">
|
|
60
|
+
<div class="metric-label">P95</div>
|
|
61
|
+
<div class="metric-value">118ms</div>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="scene-stat">
|
|
64
|
+
<div class="metric-label">Uptime</div>
|
|
65
|
+
<div class="metric-value">99.99%</div>
|
|
66
|
+
</div>
|
|
67
|
+
<div class="scene-stat">
|
|
68
|
+
<div class="metric-label">Agents</div>
|
|
69
|
+
<div class="metric-value">42</div>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
|
|
74
|
+
<div class="scene-panel">
|
|
75
|
+
<div class="scene-header">Live trace</div>
|
|
76
|
+
<div class="panel-body">
|
|
77
|
+
<div class="timeline">
|
|
78
|
+
<div class="timeline-item"><span class="timeline-pin"></span><div><div class="timeline-title">Gate passed</div><div class="timeline-time">14:31</div></div></div>
|
|
79
|
+
<div class="timeline-item"><span class="timeline-pin" style="background:var(--cc-violet)"></span><div><div class="timeline-title">Route changed</div><div class="timeline-time">14:28</div></div></div>
|
|
80
|
+
<div class="timeline-item"><span class="timeline-pin" style="background:var(--cc-green)"></span><div><div class="timeline-title">Budget synced</div><div class="timeline-time">14:22</div></div></div>
|
|
81
|
+
</div>
|
|
82
|
+
</div>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
|
|
86
|
+
<div class="hero-copy">
|
|
87
|
+
<div class="eyebrow">Cognitive operations, live</div>
|
|
88
|
+
<h1>Nexus Command Cloud</h1>
|
|
89
|
+
<p>Control AI agents, model routes, budgets, and production risk from one dense, readable command plane.</p>
|
|
90
|
+
<div class="hero-actions">
|
|
91
|
+
<a class="primary-button" href="cognitive-core-ui.html">View product</a>
|
|
92
|
+
<a class="ghost-button" href="#platform">Explore platform</a>
|
|
93
|
+
</div>
|
|
94
|
+
</div>
|
|
95
|
+
</section>
|
|
96
|
+
|
|
97
|
+
<section class="landing-section" id="platform">
|
|
98
|
+
<div class="section-inner">
|
|
99
|
+
<div class="eyebrow">Platform map</div>
|
|
100
|
+
<h2 class="section-heading">Built for teams running AI systems under real pressure.</h2>
|
|
101
|
+
<p class="section-copy">The visual system keeps operational density high while preserving hierarchy, spacing, and responsive safety.</p>
|
|
102
|
+
|
|
103
|
+
<div class="feature-grid">
|
|
104
|
+
<article class="feature-panel">
|
|
105
|
+
<div class="mini-metric">01</div>
|
|
106
|
+
<h3>Agent orchestration</h3>
|
|
107
|
+
<p>Route work across specialized agents with clear status, confidence, and fallback paths.</p>
|
|
108
|
+
</article>
|
|
109
|
+
<article class="feature-panel">
|
|
110
|
+
<div class="mini-metric">02</div>
|
|
111
|
+
<h3>Budget intelligence</h3>
|
|
112
|
+
<p>Expose cost pressure and model spend without burying operators in finance screens.</p>
|
|
113
|
+
</article>
|
|
114
|
+
<article class="feature-panel">
|
|
115
|
+
<div class="mini-metric">03</div>
|
|
116
|
+
<h3>Traceable decisions</h3>
|
|
117
|
+
<p>Show who routed what, which gate passed, and what changed in the runtime state.</p>
|
|
118
|
+
</article>
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
</section>
|
|
122
|
+
|
|
123
|
+
<section class="landing-section" id="signals">
|
|
124
|
+
<div class="section-inner content-grid">
|
|
125
|
+
<article class="content-panel">
|
|
126
|
+
<div class="panel-header">
|
|
127
|
+
<div>
|
|
128
|
+
<h2 class="panel-title">Signal quality</h2>
|
|
129
|
+
<p class="panel-subtitle">A product screenshot-style module, not a decorative abstract block.</p>
|
|
130
|
+
</div>
|
|
131
|
+
<span class="tag cyan">Live</span>
|
|
132
|
+
</div>
|
|
133
|
+
<div class="panel-body">
|
|
134
|
+
<div class="signal-chart inset-panel">
|
|
135
|
+
<div class="chart-bars" aria-hidden="true">
|
|
136
|
+
<div class="bar" style="height:44%"></div>
|
|
137
|
+
<div class="bar secondary" style="height:58%"></div>
|
|
138
|
+
<div class="bar" style="height:71%"></div>
|
|
139
|
+
<div class="bar" style="height:63%"></div>
|
|
140
|
+
<div class="bar secondary" style="height:49%"></div>
|
|
141
|
+
<div class="bar" style="height:82%"></div>
|
|
142
|
+
<div class="bar" style="height:76%"></div>
|
|
143
|
+
<div class="bar secondary" style="height:61%"></div>
|
|
144
|
+
<div class="bar" style="height:88%"></div>
|
|
145
|
+
<div class="bar" style="height:69%"></div>
|
|
146
|
+
<div class="bar secondary" style="height:53%"></div>
|
|
147
|
+
<div class="bar" style="height:94%"></div>
|
|
148
|
+
<div class="bar" style="height:73%"></div>
|
|
149
|
+
<div class="bar secondary" style="height:57%"></div>
|
|
150
|
+
<div class="bar" style="height:86%"></div>
|
|
151
|
+
<div class="bar" style="height:79%"></div>
|
|
152
|
+
</div>
|
|
153
|
+
<div class="chart-legend">
|
|
154
|
+
<span class="legend-item"><span class="legend-dot"></span> Decisions</span>
|
|
155
|
+
<span class="legend-item"><span class="legend-dot violet"></span> Reviews</span>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
</article>
|
|
160
|
+
|
|
161
|
+
<aside class="content-panel" id="security">
|
|
162
|
+
<div class="panel-header">
|
|
163
|
+
<div>
|
|
164
|
+
<h2 class="panel-title">Security posture</h2>
|
|
165
|
+
<p class="panel-subtitle">Policies stay visible in the primary product surface.</p>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
<div class="panel-body">
|
|
169
|
+
<div class="queue-list">
|
|
170
|
+
<div class="queue-row">
|
|
171
|
+
<div class="row-top"><span class="row-title">Human approval gates</span><span class="tag green">On</span></div>
|
|
172
|
+
<div class="row-meta">Required for deploy, budget, and data export operations.</div>
|
|
173
|
+
</div>
|
|
174
|
+
<div class="queue-row">
|
|
175
|
+
<div class="row-top"><span class="row-title">Model fallback policy</span><span class="tag cyan">Synced</span></div>
|
|
176
|
+
<div class="row-meta">Fallbacks are locked to approved providers.</div>
|
|
177
|
+
</div>
|
|
178
|
+
<div class="queue-row">
|
|
179
|
+
<div class="row-top"><span class="row-title">Eval drift threshold</span><span class="tag amber">Tight</span></div>
|
|
180
|
+
<div class="row-meta">Alerting at 2.5% regression against baseline.</div>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
</div>
|
|
184
|
+
</aside>
|
|
185
|
+
</div>
|
|
186
|
+
</section>
|
|
187
|
+
</main>
|
|
188
|
+
</div>
|
|
189
|
+
</body>
|
|
190
|
+
</html>
|