spirewise 1.7.1 → 1.8.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 +0 -15
- package/bin/cli.js +65 -37
- package/install.sh +3 -3
- package/package.json +2 -4
- package/skills/README.md +0 -1
- package/skills/ai-agent-os-design-system/README.md +105 -0
- package/skills/ai-agent-os-design-system/SKILL.md +195 -0
- package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
- package/skills/ai-agent-os-design-system/color-system.md +102 -0
- package/skills/ai-agent-os-design-system/component-library.md +147 -0
- package/skills/ai-agent-os-design-system/design-principles.md +79 -0
- package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
- package/skills/ai-agent-os-design-system/layout-system.md +74 -0
- package/skills/ai-agent-os-design-system/motion-system.md +85 -0
- package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
- package/skills/ai-agent-os-design-system/typography-system.md +91 -0
- package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
- package/skills/ai-dark-futuristic-design-system/README.md +91 -0
- package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
- package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
- package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
- package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
- package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
- package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
- package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
- package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
- package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
- package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
- package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
- package/skills/apple-premium-minimal-design-system/README.md +95 -0
- package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
- package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
- package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
- package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
- package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
- package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
- package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
- package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
- package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
- package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
- package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
- package/skills/bento-grid-design-system/README.md +97 -0
- package/skills/bento-grid-design-system/SKILL.md +185 -0
- package/skills/bento-grid-design-system/accessibility-system.md +54 -0
- package/skills/bento-grid-design-system/color-system.md +98 -0
- package/skills/bento-grid-design-system/component-library.md +138 -0
- package/skills/bento-grid-design-system/design-principles.md +72 -0
- package/skills/bento-grid-design-system/example-page-structures.md +91 -0
- package/skills/bento-grid-design-system/layout-system.md +93 -0
- package/skills/bento-grid-design-system/motion-system.md +81 -0
- package/skills/bento-grid-design-system/spacing-system.md +77 -0
- package/skills/bento-grid-design-system/typography-system.md +85 -0
- package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
- package/skills/brutalist-tech-design-system/README.md +100 -0
- package/skills/brutalist-tech-design-system/SKILL.md +185 -0
- package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
- package/skills/brutalist-tech-design-system/color-system.md +101 -0
- package/skills/brutalist-tech-design-system/component-library.md +117 -0
- package/skills/brutalist-tech-design-system/design-principles.md +73 -0
- package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
- package/skills/brutalist-tech-design-system/layout-system.md +74 -0
- package/skills/brutalist-tech-design-system/motion-system.md +80 -0
- package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
- package/skills/brutalist-tech-design-system/typography-system.md +94 -0
- package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
- package/skills/crunchbase-profile-generator/README.md +64 -0
- package/skills/crunchbase-profile-generator/SKILL.md +189 -0
- package/skills/editorial-luxury-design-system/README.md +98 -0
- package/skills/editorial-luxury-design-system/SKILL.md +187 -0
- package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
- package/skills/editorial-luxury-design-system/color-system.md +95 -0
- package/skills/editorial-luxury-design-system/component-library.md +131 -0
- package/skills/editorial-luxury-design-system/design-principles.md +77 -0
- package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
- package/skills/editorial-luxury-design-system/layout-system.md +80 -0
- package/skills/editorial-luxury-design-system/motion-system.md +82 -0
- package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
- package/skills/editorial-luxury-design-system/typography-system.md +107 -0
- package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
- package/skills/enterprise-data-viz-design-system/README.md +98 -0
- package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
- package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
- package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
- package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
- package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
- package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
- package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
- package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
- package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
- package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
- package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
- package/skills/f6s-copywriting/README.md +16 -6
- package/skills/f6s-copywriting/SKILL.md +162 -46
- package/skills/glassmorphism-design-system/README.md +98 -0
- package/skills/glassmorphism-design-system/SKILL.md +190 -0
- package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
- package/skills/glassmorphism-design-system/color-system.md +128 -0
- package/skills/glassmorphism-design-system/component-library.md +120 -0
- package/skills/glassmorphism-design-system/design-principles.md +77 -0
- package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
- package/skills/glassmorphism-design-system/layout-system.md +81 -0
- package/skills/glassmorphism-design-system/motion-system.md +86 -0
- package/skills/glassmorphism-design-system/spacing-system.md +73 -0
- package/skills/glassmorphism-design-system/typography-system.md +90 -0
- package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
- package/skills/linkedin-copywriting/README.md +15 -8
- package/skills/linkedin-copywriting/SKILL.md +129 -51
- package/skills/motion-storytelling-design-system/README.md +100 -0
- package/skills/motion-storytelling-design-system/SKILL.md +191 -0
- package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
- package/skills/motion-storytelling-design-system/color-system.md +101 -0
- package/skills/motion-storytelling-design-system/component-library.md +122 -0
- package/skills/motion-storytelling-design-system/design-principles.md +81 -0
- package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
- package/skills/motion-storytelling-design-system/layout-system.md +79 -0
- package/skills/motion-storytelling-design-system/motion-system.md +116 -0
- package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
- package/skills/motion-storytelling-design-system/typography-system.md +89 -0
- package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
- package/skills/nvidia-inception-idea-booster/README.md +43 -24
- package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
- package/skills/nvidia-inception-starter/README.md +6 -5
- package/skills/nvidia-inception-starter/SKILL.md +80 -43
- package/skills/nvidia-product-inventor/README.md +44 -40
- package/skills/nvidia-product-inventor/SKILL.md +265 -247
- package/skills/nvidia-startup-idea-founder/README.md +66 -26
- package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
- package/skills/product-demo-first-design-system/README.md +96 -0
- package/skills/product-demo-first-design-system/SKILL.md +185 -0
- package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
- package/skills/product-demo-first-design-system/color-system.md +109 -0
- package/skills/product-demo-first-design-system/component-library.md +142 -0
- package/skills/product-demo-first-design-system/design-principles.md +66 -0
- package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
- package/skills/product-demo-first-design-system/layout-system.md +76 -0
- package/skills/product-demo-first-design-system/motion-system.md +82 -0
- package/skills/product-demo-first-design-system/spacing-system.md +74 -0
- package/skills/product-demo-first-design-system/typography-system.md +87 -0
- package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
- package/skills/website-design-skills/01-proof/README.md +0 -47
- package/skills/website-design-skills/01-proof/SKILL.md +0 -303
- package/skills/website-design-skills/02-kajabi/README.md +0 -42
- package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
- package/skills/website-design-skills/03-lattice/README.md +0 -42
- package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
- package/skills/website-design-skills/04-petal/README.md +0 -42
- package/skills/website-design-skills/04-petal/SKILL.md +0 -271
- package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
- package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
- package/skills/website-design-skills/06-distributional/README.md +0 -42
- package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
- package/skills/website-design-skills/07-appcues/README.md +0 -42
- package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
- package/skills/website-design-skills/08-memberstack/README.md +0 -42
- package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
- package/skills/website-design-skills/09-flank/README.md +0 -42
- package/skills/website-design-skills/09-flank/SKILL.md +0 -275
- package/skills/website-design-skills/10-slidebean/README.md +0 -42
- package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
- package/skills/website-design-skills/11-formstack/README.md +0 -42
- package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
- package/skills/website-design-skills/12-thalamus/README.md +0 -42
- package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
- package/skills/website-design-skills/13-grow/README.md +0 -42
- package/skills/website-design-skills/13-grow/SKILL.md +0 -275
- package/skills/website-design-skills/14-gemnote/README.md +0 -42
- package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
- package/skills/website-design-skills/15-draftbit/README.md +0 -42
- package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
- package/skills/website-design-skills/16-payman/README.md +0 -42
- package/skills/website-design-skills/16-payman/SKILL.md +0 -273
- package/skills/website-design-skills/17-effortel/README.md +0 -42
- package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
- package/skills/website-design-skills/18-adopt/README.md +0 -42
- package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
- package/skills/website-design-skills/19-kraftful/README.md +0 -42
- package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
- package/skills/website-design-skills/20-greenhouse/README.md +0 -42
- package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
- package/skills/website-design-skills/21-weavy/README.md +0 -42
- package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
- package/skills/website-design-skills/22-safetykit/README.md +0 -42
- package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
- package/skills/website-design-skills/23-modulify/README.md +0 -42
- package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
- package/skills/website-design-skills/24-realm/README.md +0 -42
- package/skills/website-design-skills/24-realm/SKILL.md +0 -270
- package/skills/website-design-skills/25-modyfi/README.md +0 -42
- package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
- package/skills/website-design-skills/26-altitude/README.md +0 -42
- package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
- package/skills/website-design-skills/27-way/README.md +0 -42
- package/skills/website-design-skills/27-way/SKILL.md +0 -270
- package/skills/website-design-skills/28-zentail/README.md +0 -42
- package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
- package/skills/website-design-skills/29-zams/README.md +0 -42
- package/skills/website-design-skills/29-zams/SKILL.md +0 -270
- package/skills/website-design-skills/30-user-interviews/README.md +0 -44
- package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
- package/skills/website-design-skills/31-bland/README.md +0 -44
- package/skills/website-design-skills/31-bland/SKILL.md +0 -273
- package/skills/website-design-skills/32-nauto/README.md +0 -44
- package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
- package/skills/website-design-skills/33-bill/README.md +0 -44
- package/skills/website-design-skills/33-bill/SKILL.md +0 -273
- package/skills/website-design-skills/34-localyzer/README.md +0 -44
- package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
- package/skills/website-design-skills/35-jasper/README.md +0 -44
- package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
- package/skills/website-design-skills/README.md +0 -108
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Accessibility System — Dark Futuristic
|
|
2
|
+
|
|
3
|
+
Dark UIs fail accessibility most often on **contrast** and **focus visibility**. This
|
|
4
|
+
system bakes WCAG 2.1 AA into the look. Accessible *is* the premium standard here.
|
|
5
|
+
|
|
6
|
+
## Color & contrast
|
|
7
|
+
- **Body text ≥ 4.5:1**, large text (≥24px or ≥19px bold) and UI text **≥ 3:1**,
|
|
8
|
+
against its actual background. The text ramp is tuned for this: use
|
|
9
|
+
`--text-secondary`+ for content on `--bg-900`; never `--text-faint` for real text.
|
|
10
|
+
- **Non-text contrast ≥ 3:1** for interactive borders, icons, focus rings, and chart
|
|
11
|
+
strokes. `--border-default` is the minimum for meaningful boundaries.
|
|
12
|
+
- **Don't encode meaning in color alone** — pair status color with an icon/label
|
|
13
|
+
(success ✓, error ✕). Links get an underline or clear non-color affordance in body.
|
|
14
|
+
- **Gradient/low-contrast text is banned for body**; `--grad-text` only on large hero
|
|
15
|
+
display where it still clears 4.5:1 at its lightest stop.
|
|
16
|
+
- Verify pairings with a contrast checker before shipping; re-check any custom accent.
|
|
17
|
+
|
|
18
|
+
## Focus & keyboard
|
|
19
|
+
- **Always-visible focus:** `:focus-visible { outline:2px solid var(--ring);
|
|
20
|
+
outline-offset:2px }` on every interactive element. Never `outline:none` without a
|
|
21
|
+
replacement.
|
|
22
|
+
- **Full keyboard operability:** all actions reachable/triggerable by keyboard; logical
|
|
23
|
+
tab order matches visual order; no keyboard traps (except intended modal focus-trap
|
|
24
|
+
with ESC to exit).
|
|
25
|
+
- **Skip link** first in the DOM: "Skip to content" jumping to `#main`.
|
|
26
|
+
- **Visible focus order** for menus, accordions, tabs, carousels (arrow-key support
|
|
27
|
+
where appropriate, `aria-selected`/`aria-expanded`).
|
|
28
|
+
|
|
29
|
+
## Semantics & structure
|
|
30
|
+
- One `<h1>` per page; headings nest in order (no skipping levels for size — size with
|
|
31
|
+
CSS). Landmarks: `<header><nav><main id="main"><section><footer>`.
|
|
32
|
+
- Buttons vs links: `<button>` for actions, `<a href>` for navigation.
|
|
33
|
+
- Lists are `<ul>/<ol>`; quotes `<blockquote><cite>`; code `<pre><code>`.
|
|
34
|
+
- Accordions/tabs/toggles use correct ARIA (`aria-expanded`, `aria-controls`,
|
|
35
|
+
`role="tab"`, `role="switch"`). Don't add ARIA where native elements suffice.
|
|
36
|
+
|
|
37
|
+
## Media & motion
|
|
38
|
+
- Every informative image has meaningful `alt`; decorative visuals (glows, mock
|
|
39
|
+
chrome) are `aria-hidden="true"` / `alt=""`.
|
|
40
|
+
- Honor `prefers-reduced-motion` (see motion-system): no essential info conveyed only
|
|
41
|
+
through animation; provide text equivalents for animated workflows/terminals.
|
|
42
|
+
- No autoplaying audio/video with sound; provide controls; avoid flashing > 3x/sec.
|
|
43
|
+
|
|
44
|
+
## Forms
|
|
45
|
+
- Every input has a programmatic `<label>` (or `aria-label`); placeholders are not
|
|
46
|
+
labels. Group related fields with `<fieldset><legend>`.
|
|
47
|
+
- Errors are described in text and linked via `aria-describedby`; focus moves to the
|
|
48
|
+
first error. Required fields marked in text, not color alone.
|
|
49
|
+
|
|
50
|
+
## Touch & responsive
|
|
51
|
+
- **Tap targets ≥ 44×44px** with adequate spacing.
|
|
52
|
+
- Content reflows to 320px width with no horizontal scroll; respects 200% zoom.
|
|
53
|
+
- Don't disable pinch-zoom (`user-scalable=no` is banned).
|
|
54
|
+
|
|
55
|
+
## Checklist (run before finishing)
|
|
56
|
+
1. All text/icons meet AA contrast on their real background.
|
|
57
|
+
2. Visible focus on every interactive element; keyboard-complete; skip link present.
|
|
58
|
+
3. Correct landmarks, one H1, ordered headings, native elements + minimal ARIA.
|
|
59
|
+
4. Alt text on informative media; decorative media hidden; reduced-motion honored.
|
|
60
|
+
5. Labelled, error-accessible forms.
|
|
61
|
+
6. 44px targets, reflow to 320px, 200% zoom OK, zoom not disabled.
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# Color System — Dark Futuristic
|
|
2
|
+
|
|
3
|
+
Accessible, enterprise-grade dark palette with a single AI accent (default
|
|
4
|
+
**violet → cyan**). All values are CSS custom properties; override only `--accent-*`
|
|
5
|
+
to rebrand. Contrast targets: body text ≥ 4.5:1, large/secondary ≥ 3:1.
|
|
6
|
+
|
|
7
|
+
## Tokens (`:root`)
|
|
8
|
+
|
|
9
|
+
```css
|
|
10
|
+
:root {
|
|
11
|
+
/* ---- Background ramp (page → deepest) ---- */
|
|
12
|
+
--bg-base: #06070A; /* page background, near-black blue-violet */
|
|
13
|
+
--bg-900: #0A0C12; /* default section background */
|
|
14
|
+
--bg-800: #0F121A; /* alt section background */
|
|
15
|
+
|
|
16
|
+
/* ---- Surface ramp (raised UI on top of bg) ---- */
|
|
17
|
+
--surface-1: #12151F; /* cards, panels */
|
|
18
|
+
--surface-2: #181C28; /* raised card / hover */
|
|
19
|
+
--surface-3: #1F2433; /* popovers, inputs, overlay */
|
|
20
|
+
--surface-glass: rgba(20, 24, 36, 0.55); /* glassmorphism (use sparingly) */
|
|
21
|
+
|
|
22
|
+
/* ---- Text ramp ---- */
|
|
23
|
+
--text-primary: #F4F6FB; /* headings + key text (~16:1 on --bg-900) */
|
|
24
|
+
--text-secondary: #B6BDCC; /* body (~8:1) */
|
|
25
|
+
--text-muted: #8A92A6; /* captions, meta (~5:1) */
|
|
26
|
+
--text-faint: #5A6273; /* disabled/decorative — non-essential only */
|
|
27
|
+
--text-on-accent: #0A0612; /* text on accent fills */
|
|
28
|
+
|
|
29
|
+
/* ---- Borders / dividers (low-alpha whites) ---- */
|
|
30
|
+
--border-subtle: rgba(255,255,255,0.06);
|
|
31
|
+
--border-default: rgba(255,255,255,0.10);
|
|
32
|
+
--border-strong: rgba(255,255,255,0.16);
|
|
33
|
+
--ring: #7C6BFF; /* focus ring, ≥3:1 on dark */
|
|
34
|
+
|
|
35
|
+
/* ---- Accent (AI) — the only brand color, used sparingly ---- */
|
|
36
|
+
--accent: #7C6BFF; /* violet — primary actions */
|
|
37
|
+
--accent-hover: #8E80FF;
|
|
38
|
+
--accent-press: #6A57F0;
|
|
39
|
+
--accent-2: #22D3EE; /* cyan — secondary highlight */
|
|
40
|
+
--accent-soft: rgba(124,107,255,0.14); /* tinted backgrounds */
|
|
41
|
+
--accent-glow: rgba(124,107,255,0.40); /* shadows/glow */
|
|
42
|
+
|
|
43
|
+
/* ---- Semantic ---- */
|
|
44
|
+
--success: #34D399; --success-soft: rgba(52,211,153,0.14);
|
|
45
|
+
--warning: #FBBF24; --warning-soft: rgba(251,191,36,0.14);
|
|
46
|
+
--error: #F87171; --error-soft: rgba(248,113,113,0.14);
|
|
47
|
+
--info: #38BDF8; --info-soft: rgba(56,189,248,0.14);
|
|
48
|
+
|
|
49
|
+
/* ---- Gradients (subtle; one per section max) ---- */
|
|
50
|
+
--grad-accent: linear-gradient(135deg, #7C6BFF 0%, #22D3EE 100%);
|
|
51
|
+
--grad-aurora: radial-gradient(60% 80% at 50% 0%, rgba(124,107,255,0.22) 0%, rgba(34,211,238,0.08) 40%, transparent 70%);
|
|
52
|
+
--grad-surface: linear-gradient(180deg, #12151F 0%, #0A0C12 100%);
|
|
53
|
+
--grad-text: linear-gradient(90deg, #F4F6FB 0%, #B7AEFF 60%, #7CE7F5 100%);
|
|
54
|
+
|
|
55
|
+
/* ---- Elevation (soft, dark-friendly) ---- */
|
|
56
|
+
--shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
|
|
57
|
+
--shadow-md: 0 8px 24px rgba(0,0,0,0.45);
|
|
58
|
+
--shadow-lg: 0 24px 64px rgba(0,0,0,0.55);
|
|
59
|
+
--shadow-glow: 0 0 0 1px var(--accent-soft), 0 12px 40px var(--accent-glow);
|
|
60
|
+
}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Palette roles
|
|
64
|
+
|
|
65
|
+
- **Background palette** (`--bg-*`): full-bleed page/section fills. Use **one single
|
|
66
|
+
background (`--bg-900`) for every section on a page** — do **not** alternate or vary
|
|
67
|
+
section backgrounds, and never put borders/dividers between sections. Reserve
|
|
68
|
+
`--bg-base`/`--bg-800` for the page root/footer or app chrome, not for separating
|
|
69
|
+
marketing sections.
|
|
70
|
+
- **Surface palette** (`--surface-*`): anything raised (cards, navbars, inputs).
|
|
71
|
+
Step up one level on hover. `--surface-glass` only for 1–2 hero/nav elements.
|
|
72
|
+
- **Text palette** (`--text-*`): keep the ramp — primary for headings, secondary for
|
|
73
|
+
body, muted for meta. Never use `--text-faint` for content that must be read.
|
|
74
|
+
- **Border palette** (`--border-*`): low-alpha whites for definition; prefer subtle.
|
|
75
|
+
- **Accent palette** (`--accent*`): primary CTA, active states, key highlights, links.
|
|
76
|
+
One accent per section as the "look here" signal.
|
|
77
|
+
- **Gradient palette** (`--grad-*`): `--grad-aurora` behind heroes; `--grad-accent`
|
|
78
|
+
on the primary CTA or a single feature; `--grad-text` for one hero word — not whole
|
|
79
|
+
paragraphs.
|
|
80
|
+
- **Success / Warning / Error / Info**: status, toasts, validation, badges only.
|
|
81
|
+
|
|
82
|
+
## Usage rules
|
|
83
|
+
|
|
84
|
+
1. **90/8/2:** ~90% neutral dark, ~8% surfaces/borders, ~2% accent. The accent is a
|
|
85
|
+
spice, not a sauce.
|
|
86
|
+
2. **Gradients are rare and soft.** Max one prominent gradient per section; keep
|
|
87
|
+
opacity low. No rainbow or hard-stop gradients (anti-pattern).
|
|
88
|
+
3. **Glassmorphism is a garnish.** Use `--surface-glass` with `backdrop-filter:
|
|
89
|
+
blur(12px)` on at most a couple of elements (sticky nav, hero card).
|
|
90
|
+
4. **Glow is a hint.** `--shadow-glow` for the single primary CTA or a featured card,
|
|
91
|
+
never every card.
|
|
92
|
+
5. **Always check contrast.** Body on `--bg-900` must be ≥ 4.5:1 (use
|
|
93
|
+
`--text-secondary`+ for content). Accent fills pair with `--text-on-accent`.
|
|
94
|
+
|
|
95
|
+
## Light-mode note (optional)
|
|
96
|
+
|
|
97
|
+
If a light theme is needed, invert the ramp via a `[data-theme="light"]` block: keep
|
|
98
|
+
the same accent, raise backgrounds to `#FBFCFF / #F2F4F9`, drop text to
|
|
99
|
+
`#0A0C12 / #3A4151`, and re-verify contrast. Dark is the default identity.
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# Component Library — Dark Futuristic
|
|
2
|
+
|
|
3
|
+
Specs for the 17 required components. Each: purpose, anatomy, tokens, states,
|
|
4
|
+
responsive + a11y notes. Build with semantic HTML; style with the shared tokens.
|
|
5
|
+
|
|
6
|
+
Shared button + card primitives used throughout:
|
|
7
|
+
|
|
8
|
+
```css
|
|
9
|
+
.btn { display:inline-flex; align-items:center; gap: var(--space-2);
|
|
10
|
+
font-weight:600; font-size:.9375rem; padding: var(--space-3) var(--space-6);
|
|
11
|
+
border-radius: var(--radius-pill); border:1px solid transparent; cursor:pointer;
|
|
12
|
+
transition: transform .15s ease, background .2s ease, box-shadow .2s ease; }
|
|
13
|
+
.btn:active { transform: translateY(1px); }
|
|
14
|
+
.btn-primary { background: var(--accent); color: var(--text-on-accent);
|
|
15
|
+
box-shadow: var(--shadow-glow); }
|
|
16
|
+
.btn-primary:hover { background: var(--accent-hover); }
|
|
17
|
+
.btn-ghost { background: transparent; color: var(--text-primary);
|
|
18
|
+
border-color: var(--border-default); }
|
|
19
|
+
.btn-ghost:hover { border-color: var(--border-strong); background: rgba(255,255,255,.03); }
|
|
20
|
+
.card { background: var(--surface-1); border:1px solid var(--border-subtle);
|
|
21
|
+
border-radius: var(--radius-xl); padding: var(--space-8); }
|
|
22
|
+
.card:hover { background: var(--surface-2); border-color: var(--border-default); }
|
|
23
|
+
:where(a,button,input,[tabindex]):focus-visible { outline:2px solid var(--ring);
|
|
24
|
+
outline-offset:2px; border-radius: var(--radius-sm); }
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 1. Navbar (+ mega-menu + breadcrumb)
|
|
30
|
+
Sticky top bar. Anatomy: logo (left) · nav links (center/left) · primary CTA + ghost
|
|
31
|
+
"Sign in" (right) · mobile hamburger. Glass surface (`--surface-glass` +
|
|
32
|
+
`backdrop-filter: blur(12px)`) with `--border-subtle` bottom. Shrinks/raises shadow
|
|
33
|
+
on scroll. Links use **extensionless hrefs** (`/platform`, `/pricing`).
|
|
34
|
+
**Mega-menu:** top items (Platform, Solutions, Products, Developers) open a
|
|
35
|
+
multi-column dropdown panel of grouped links + short descriptions (same tokens, glass
|
|
36
|
+
surface), built in **vanilla JS** — hover on desktop, click/tap to toggle, ESC + click
|
|
37
|
+
-outside to close. ARIA: `aria-haspopup`, `aria-expanded`, roving focus, arrow-key nav.
|
|
38
|
+
States: link hover lifts color muted→primary; active link accent underline +
|
|
39
|
+
`aria-current="page"`. Mobile: collapse to a full-screen overlay with accordion
|
|
40
|
+
sub-menus, focus-trap, ESC to close. **Breadcrumb** (deep pages — docs/blog/case
|
|
41
|
+
studies): `<nav aria-label="Breadcrumb"><ol>` of extensionless links, muted text,
|
|
42
|
+
current page not linked. a11y: `<nav>`, native semantics, keyboard-complete.
|
|
43
|
+
|
|
44
|
+
## 2. Hero
|
|
45
|
+
Layout H-A/H-B (see layout-system). Anatomy: eyebrow · display H1 (optional
|
|
46
|
+
`--grad-text` on one word) · `.lead` subhead · CTA pair (primary + ghost) · trust
|
|
47
|
+
strip or product preview. `--grad-aurora` glow behind, `pointer-events:none`. Keep
|
|
48
|
+
one H1, one primary CTA. a11y: real `<h1>`; decorative glow `aria-hidden`.
|
|
49
|
+
|
|
50
|
+
## 3. Feature Grid
|
|
51
|
+
`.grid.cols-3` (→2→1) of `.card`s: icon chip (accent-soft bg, `--radius-md`) · H3 ·
|
|
52
|
+
body. Optional link "Learn more →". Hover: surface step-up + subtle lift. Keep icons
|
|
53
|
+
consistent weight; avoid AI clichés.
|
|
54
|
+
|
|
55
|
+
## 4. Bento Grid
|
|
56
|
+
Signature asymmetric grid. `display:grid; grid-auto-rows: minmax(180px,auto)` with
|
|
57
|
+
tiles spanning 1–2 cols/rows (`grid-column: span 2`). Mix: one large "hero tile" with
|
|
58
|
+
media/preview + several small stat/feature tiles. Each tile is a `.card` with varied
|
|
59
|
+
content (metric, mini-chart, code snippet, image). Collapse to single column on
|
|
60
|
+
mobile. Restrained gradients on at most one tile.
|
|
61
|
+
|
|
62
|
+
## 5. Testimonials
|
|
63
|
+
Either a 3-up `.card` quote grid or a single large featured quote + author. Anatomy:
|
|
64
|
+
quote (H4 size, `--text-primary`) · avatar · name · role/company · optional logo.
|
|
65
|
+
Optional carousel (see motion). a11y: use `<blockquote>` + `<cite>`; carousel has
|
|
66
|
+
prev/next buttons + `aria-roledescription`.
|
|
67
|
+
|
|
68
|
+
## 6. Logos Section (social proof)
|
|
69
|
+
"Trusted by" eyebrow + a row/grid of customer logos, rendered as monochrome
|
|
70
|
+
(`opacity:.6; filter:grayscale(1)`) brightening on hover. Optional slow auto-scroll
|
|
71
|
+
marquee (pausable, reduced-motion safe). a11y: each logo `<img alt="Company">`.
|
|
72
|
+
|
|
73
|
+
## 7. Pricing
|
|
74
|
+
Layout P-A/P-B. Tier `.card`: name · price (tabular-nums, large) · billing period ·
|
|
75
|
+
feature list (check icons) · CTA. Highlighted tier: `--accent` border + soft glow +
|
|
76
|
+
"Most popular" pill. Monthly/annual toggle updates amounts. Enterprise = "Contact
|
|
77
|
+
sales". a11y: toggle is a real `role="switch"`/radio; lists are `<ul>`.
|
|
78
|
+
|
|
79
|
+
## 8. FAQ
|
|
80
|
+
Layout Q-A accordion. Each item: `<button>` question (full-width, chevron) controlling
|
|
81
|
+
a collapsible `<div>` answer. One or many open. Animate height/opacity. a11y:
|
|
82
|
+
`aria-expanded`, `aria-controls`, button-driven, keyboard operable.
|
|
83
|
+
|
|
84
|
+
## 9. CTA
|
|
85
|
+
Layout C-A band: surface or `--grad-aurora` bg, big H2, supporting line, primary +
|
|
86
|
+
ghost CTA. Use `--section-y-lg`. One clear primary action.
|
|
87
|
+
|
|
88
|
+
## 10. Footer
|
|
89
|
+
Layout FT-A: brand + tagline + social · 4–5 link columns (Product, Developers,
|
|
90
|
+
Company, Resources, Legal) · newsletter input + button · bottom row: copyright + lang
|
|
91
|
+
+ status link. `--bg-base`, `--border-subtle` top. a11y: `<footer>`, labelled input,
|
|
92
|
+
link lists in `<nav>`.
|
|
93
|
+
|
|
94
|
+
## 11. Dashboard Preview
|
|
95
|
+
A framed product screenshot/mock in a browser/app chrome (Layout D-A shell):
|
|
96
|
+
top bar (traffic-light dots) + sidebar + content. Slight perspective/tilt + `--shadow-lg`
|
|
97
|
+
+ accent glow. Often inside Hero or a feature section. Use real-looking data, not
|
|
98
|
+
lorem. Decorative → `aria-hidden` if purely illustrative; provide alt if informative.
|
|
99
|
+
|
|
100
|
+
## 12. Agent Workflow Section
|
|
101
|
+
Visualizes an agentic pipeline: nodes (steps) connected by lines/arrows, each node a
|
|
102
|
+
small `.card` with icon + label (e.g. Plan → Retrieve → Act → Verify). Animate flow
|
|
103
|
+
on scroll (sequential reveal + traveling accent dot). Great for agentic-AI startups.
|
|
104
|
+
a11y: provide an ordered `<ol>` text equivalent of the steps.
|
|
105
|
+
|
|
106
|
+
## 13. Code Preview
|
|
107
|
+
Mono code block in a `.card` with a window header (filename tab, copy button).
|
|
108
|
+
Syntax-tinted tokens using accent/semantic colors at low saturation. Optional tabbed
|
|
109
|
+
languages. `--font-mono`, `--fs-small`, line-height 1.6, horizontal scroll on mobile.
|
|
110
|
+
a11y: `<pre><code>`, copy button has `aria-label`, not the only source of info.
|
|
111
|
+
|
|
112
|
+
## 14. Terminal Preview
|
|
113
|
+
Dark terminal `.card`: header with dots + title, body with prompt lines; optional
|
|
114
|
+
typewriter animation of a command + response. Monospace, green/accent prompt glyph.
|
|
115
|
+
Reduced-motion: show final state instantly. a11y: text content is real text, not an image.
|
|
116
|
+
|
|
117
|
+
## 15. Trust Section
|
|
118
|
+
Metrics/credibility band: 3–4 big numbers (tabular-nums, `--fs` large) + labels
|
|
119
|
+
(uptime, requests/day, customers, latency), optional source. Quiet surface, accent on
|
|
120
|
+
the numbers only. a11y: numbers + labels as text; animate count-up but render final
|
|
121
|
+
value in DOM.
|
|
122
|
+
|
|
123
|
+
## 16. Security Section
|
|
124
|
+
Enterprise security/compliance: badges (SOC 2, ISO 27001, GDPR, HIPAA) + short
|
|
125
|
+
assurances (encryption, SSO/SAML, data residency, audit logs) in an icon list +
|
|
126
|
+
"Read our security docs" link. Calm, factual tone. a11y: badges have alt text.
|
|
127
|
+
|
|
128
|
+
## 17. Enterprise Section
|
|
129
|
+
"Built for enterprise" band: value props (SSO, RBAC, SLAs, dedicated support,
|
|
130
|
+
on-prem/VPC) in 2–3 columns + a "Talk to sales" CTA and optional enterprise logo wall.
|
|
131
|
+
Pairs with Security + Trust sections to close enterprise buyers.
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## Component rules
|
|
136
|
+
- Compose from shared `.btn`/`.card`/tokens — no bespoke colors or radii per component.
|
|
137
|
+
- Every interactive element has hover **and** `:focus-visible` states.
|
|
138
|
+
- Every component is responsive to single-column by `md`/`sm`.
|
|
139
|
+
- Decorative visuals are `aria-hidden`; informative ones have text equivalents.
|
|
140
|
+
- Restrained effects: at most one gradient/glow accent per component instance.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Design Principles — AI Dark Futuristic
|
|
2
|
+
|
|
3
|
+
The philosophy distilled from OpenAI, Anthropic, Perplexity, Cursor, Lovable,
|
|
4
|
+
Replit, Runway, ElevenLabs, Midjourney, xAI, Scale AI, Cognition, Sierra, and Harvey.
|
|
5
|
+
|
|
6
|
+
## The one-sentence philosophy
|
|
7
|
+
|
|
8
|
+
**Quiet confidence in the dark:** a near-black canvas, one disciplined accent, huge
|
|
9
|
+
calm typography, and generous space — so the product (not the decoration) is the hero.
|
|
10
|
+
|
|
11
|
+
## Core principles
|
|
12
|
+
|
|
13
|
+
1. **Dark, not black-on-black.** Use a layered dark surface ramp (base → raised →
|
|
14
|
+
overlay) to create depth without borders everywhere. Black is reserved; most
|
|
15
|
+
surfaces are very dark blue-grey.
|
|
16
|
+
2. **One accent, used sparingly.** A single AI accent (default violet→cyan) marks
|
|
17
|
+
the *primary* action and a few key highlights. If everything glows, nothing does.
|
|
18
|
+
3. **Typography is the design.** Large, tight display headings + a clean body ramp
|
|
19
|
+
carry the page. Most "visual interest" is type scale and whitespace, not graphics.
|
|
20
|
+
4. **Space is a feature.** Big section padding, roomy line-height, and clear grouping.
|
|
21
|
+
Crowding reads as cheap; air reads as premium.
|
|
22
|
+
5. **Restraint with effects.** Gradients are subtle and few; glassmorphism is a
|
|
23
|
+
garnish (one or two surfaces), never the whole UI; glow is a hint, not a halo.
|
|
24
|
+
6. **Motion is quiet and fast.** Short, eased transitions and gentle scroll reveals.
|
|
25
|
+
Nothing bounces, spins, or distracts. Always honor `prefers-reduced-motion`.
|
|
26
|
+
7. **Evidence builds trust.** Logos, metrics, security/compliance, and real product
|
|
27
|
+
shots do the persuading — enterprise buyers scan for proof, not adjectives.
|
|
28
|
+
8. **Developer-credible.** Code/terminal previews, real API snippets, and precise
|
|
29
|
+
copy signal technical depth (Cursor, Replit, ElevenLabs, Scale).
|
|
30
|
+
9. **Accessible by default.** Contrast, focus, semantics, and keyboard support are
|
|
31
|
+
part of "looks good," not an afterthought.
|
|
32
|
+
10. **Consistency over novelty.** Reuse tokens and components everywhere; a coherent
|
|
33
|
+
system beats a pile of clever one-offs.
|
|
34
|
+
|
|
35
|
+
## Visual-hierarchy laws
|
|
36
|
+
|
|
37
|
+
- **One H1 per page**, the largest thing on screen; everything else steps down.
|
|
38
|
+
- **3 weights max** of emphasis at once (e.g., display heading, body, muted caption).
|
|
39
|
+
- **Contrast ladder:** primary text brightest, secondary muted, tertiary dimmer —
|
|
40
|
+
never three near-equal greys competing.
|
|
41
|
+
- **One primary CTA per viewport.** Secondary actions are ghost/quiet buttons.
|
|
42
|
+
- **Group by proximity + a shared surface**, not by drawing boxes around everything.
|
|
43
|
+
- **Accent = importance.** Reserve the accent color/gradient for the single most
|
|
44
|
+
important element in a section.
|
|
45
|
+
|
|
46
|
+
## Reference cues (what each does well)
|
|
47
|
+
|
|
48
|
+
- **OpenAI / Anthropic:** restraint, generous space, calm type, minimal color, trust
|
|
49
|
+
through clarity.
|
|
50
|
+
- **Perplexity:** crisp product-first hero, answer-style UI, tasteful accent.
|
|
51
|
+
- **Cursor / Replit / Cognition:** code & terminal previews, dev-experience proof,
|
|
52
|
+
dark IDE aesthetics.
|
|
53
|
+
- **Lovable / Runway / Midjourney:** richer gradients and visuals — borrow sparingly
|
|
54
|
+
for creative brands; keep enterprise builds quieter.
|
|
55
|
+
- **Scale / Sierra / Harvey / xAI:** enterprise trust, security/compliance, logo
|
|
56
|
+
walls, measured tone.
|
|
57
|
+
|
|
58
|
+
## Do / Don't
|
|
59
|
+
|
|
60
|
+
**Do:** layered dark surfaces · big fluid headings · one accent · subtle gradient
|
|
61
|
+
glow · real proof (logos/metrics/security) · generous spacing · fast quiet motion ·
|
|
62
|
+
visible focus states.
|
|
63
|
+
|
|
64
|
+
**Don't:** pure-black flat pages · rainbow gradients · glass everywhere · tiny
|
|
65
|
+
low-contrast grey text · five competing CTAs · drop-shadow Bootstrap cards · stock
|
|
66
|
+
"AI brain" clichés · motion that bounces or autoplays loudly.
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Example Page Structures — Dark Futuristic
|
|
2
|
+
|
|
3
|
+
Ready-to-assemble, section-by-section blueprints per site type. Each section names a
|
|
4
|
+
layout (see `layout-system.md`) and components (see `component-library.md`). Use them
|
|
5
|
+
as skeletons; swap copy/data for the brand.
|
|
6
|
+
|
|
7
|
+
Legend: layout codes `H-*, F-*, P-*, C-*, Q-*, FT-*` · components by name.
|
|
8
|
+
|
|
9
|
+
## MANDATORY: 15+ page site map (≈20), 10+ sections/page, clean URLs
|
|
10
|
+
|
|
11
|
+
Always ship a **full multipage website with 15+ pages (≈20)** — never a single
|
|
12
|
+
landing page. Every page carries **at least 10 sections (≈12)**, all on the **same
|
|
13
|
+
`--bg-900` background with no borders/dividers between sections** (spacing separates
|
|
14
|
+
them). Pure HTML/CSS/vanilla JS, **extensionless URLs**. The required 20-page map:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
/ Home /customers Customers
|
|
18
|
+
/platform Platform /case-studies Case Studies
|
|
19
|
+
/solutions Solutions /developers Developers
|
|
20
|
+
/products Products /docs Documentation ← + DOC-A subpages
|
|
21
|
+
/features Features /about About
|
|
22
|
+
/ai-agents AI Agents /careers Careers
|
|
23
|
+
/enterprise Enterprise /blog Blog ← + article pages
|
|
24
|
+
/security Security /contact Contact
|
|
25
|
+
/pricing Pricing /partners Partners
|
|
26
|
+
/resources Resources /faq FAQ
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Add product/solution/blog/doc subpages freely. Each blueprint below is a **10-section**
|
|
30
|
+
skeleton — extend toward 12 (or more) per page, but never fewer than 10. Every page
|
|
31
|
+
must include: **Hero · Feature Sections · Product Highlights · Trust Signals ·
|
|
32
|
+
Testimonials · Use Cases · Statistics · Integrations · CTA · Footer.**
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 1. AI startup landing page / home (default)
|
|
37
|
+
1. **Navbar** (glass, sticky) — logo · Product/Solutions/Pricing/Docs · "Sign in" ghost + "Get started" primary
|
|
38
|
+
2. **Hero** `H-A` — eyebrow · display H1 (1 gradient word) · lead · primary+ghost CTA · **Dashboard Preview** below
|
|
39
|
+
3. **Logos Section** — "Trusted by teams at…" monochrome logo row
|
|
40
|
+
4. **Feature Grid** `F-A` — 3 core value props
|
|
41
|
+
5. **Bento Grid** `F-C` — signature capabilities (hero tile + stat/code/image tiles)
|
|
42
|
+
6. **Agent Workflow Section** *(if agentic)* — Plan→Retrieve→Act→Verify animated
|
|
43
|
+
7. **Trust Section** — 3–4 big metrics (count-up)
|
|
44
|
+
8. **Testimonials** — featured quote + 3-up grid
|
|
45
|
+
9. **Pricing** `P-A` — 3 tiers, middle highlighted, monthly/annual toggle
|
|
46
|
+
10. **FAQ** `Q-A` — accordion
|
|
47
|
+
11. **CTA** `C-A` — "Start building today" band
|
|
48
|
+
12. **Footer** `FT-A`
|
|
49
|
+
|
|
50
|
+
## 2. Developer platform (Cursor / Replit / ElevenLabs feel)
|
|
51
|
+
1. **Navbar** — + "Docs" and "GitHub" links
|
|
52
|
+
2. **Hero** `H-B` split — copy left · **Code Preview**/**Terminal Preview** right
|
|
53
|
+
3. **Logos Section** — companies building with it
|
|
54
|
+
4. **Feature Grid** `F-A` — DX value props (speed, types, deploy)
|
|
55
|
+
5. **Code Preview** (tabbed languages) — real API usage
|
|
56
|
+
6. **Bento Grid** — SDKs, latency, models, integrations
|
|
57
|
+
7. **Trust Section** — requests/day, latency, uptime
|
|
58
|
+
8. **Testimonials** — developer quotes
|
|
59
|
+
9. **Pricing** `P-A` — free/pro/enterprise (usage-based note)
|
|
60
|
+
10. **FAQ** `Q-A`
|
|
61
|
+
11. **CTA** `C-A` — "Read the docs" + "Get API key"
|
|
62
|
+
12. **Footer** `FT-A` (Developers column prominent)
|
|
63
|
+
|
|
64
|
+
## 3. Enterprise SaaS (Scale / Sierra / Harvey feel)
|
|
65
|
+
1. **Navbar** — Solutions by industry · "Talk to sales" primary
|
|
66
|
+
2. **Hero** `H-A/H-B` — outcome-led H1 · "Book a demo" primary · product preview
|
|
67
|
+
3. **Logos Section** — enterprise customers
|
|
68
|
+
4. **Feature Grid** `F-B` alternating — workflow value props
|
|
69
|
+
5. **Enterprise Section** — SSO/RBAC/SLAs/VPC value props
|
|
70
|
+
6. **Security Section** — SOC 2 / ISO / GDPR / HIPAA badges + assurances
|
|
71
|
+
7. **Trust Section** — ROI/scale metrics + case-study link
|
|
72
|
+
8. **Testimonials** — exec quotes with logos
|
|
73
|
+
9. **Pricing** `P-B` — 2 tiers + enterprise "Contact sales" band
|
|
74
|
+
10. **FAQ** `Q-A`
|
|
75
|
+
11. **CTA** `C-B` — "Talk to sales" + contact form
|
|
76
|
+
12. **Footer** `FT-A` (+ compliance/status links)
|
|
77
|
+
|
|
78
|
+
## 4. Agentic-AI product
|
|
79
|
+
1. **Navbar**
|
|
80
|
+
2. **Hero** `H-A` — "Your AI agent for X" · demo CTA · **Dashboard/Agent Preview**
|
|
81
|
+
3. **Logos Section**
|
|
82
|
+
4. **Agent Workflow Section** — animated multi-step pipeline (primary explainer)
|
|
83
|
+
5. **Bento Grid** — tools/integrations/memory/guardrails tiles
|
|
84
|
+
6. **Code Preview** *(if dev-facing)* — invoke the agent
|
|
85
|
+
7. **Trust Section** + **Security Section** — autonomy needs trust
|
|
86
|
+
8. **Testimonials**
|
|
87
|
+
9. **Pricing** `P-A`
|
|
88
|
+
10. **FAQ** `Q-A`
|
|
89
|
+
11. **CTA** `C-A`
|
|
90
|
+
12. **Footer** `FT-A`
|
|
91
|
+
|
|
92
|
+
## 5. AI infrastructure startup
|
|
93
|
+
1. **Navbar**
|
|
94
|
+
2. **Hero** `H-B` — perf claim H1 · benchmark stat · **Terminal/Code Preview**
|
|
95
|
+
3. **Logos Section**
|
|
96
|
+
4. **Trust Section** — throughput/latency/cost benchmarks (count-up)
|
|
97
|
+
5. **Bento Grid** — architecture: GPUs, autoscaling, regions, observability
|
|
98
|
+
6. **Feature Grid** `F-A` — reliability/scale/cost props
|
|
99
|
+
7. **Code Preview** — deploy/config snippet
|
|
100
|
+
8. **Security Section** + **Enterprise Section**
|
|
101
|
+
9. **Pricing** `P-A/P-B` — usage-based
|
|
102
|
+
10. **FAQ** `Q-A`
|
|
103
|
+
11. **CTA** `C-A` — "Start free" + "Contact sales"
|
|
104
|
+
12. **Footer** `FT-A`
|
|
105
|
+
|
|
106
|
+
## 6. Documentation site (companion)
|
|
107
|
+
- **Three-pane** `DOC-A`: left nav tree · center prose (`--container-md`) · right TOC.
|
|
108
|
+
- Sticky glass top bar with search; mono **Code Preview** blocks with copy buttons;
|
|
109
|
+
callout cards (info/warning) using semantic tokens; prev/next pager; breadcrumb.
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Assembly notes
|
|
114
|
+
- **Scale is mandatory:** 15+ pages, **≥10 sections each**. Don't collapse to a single
|
|
115
|
+
page or a thin page.
|
|
116
|
+
- Keep the **rhythm**: hero → proof → features → product/dev proof → trust →
|
|
117
|
+
social proof → pricing → FAQ → CTA → footer. Reorder for emphasis, but always
|
|
118
|
+
open with a strong hero and close with one clear CTA.
|
|
119
|
+
- **Same background for all sections** (`--bg-900`) and **no borders/dividers between
|
|
120
|
+
sections** — separate with spacing only. One layout + one idea per section.
|
|
121
|
+
- Choose hero variant by content: media-rich → `H-A` center or `H-C`; product/code →
|
|
122
|
+
`H-B` split.
|
|
123
|
+
- Prefer real content; if a page needs ≥10 sections, add genuinely useful ones (FAQ,
|
|
124
|
+
trust, security, integrations, resources) rather than filler — but never go under 10.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Layout & Grid System — Dark Futuristic
|
|
2
|
+
|
|
3
|
+
A 12-column fluid grid + a set of canonical, reusable section layouts. Every section
|
|
4
|
+
on a page should map to one of these.
|
|
5
|
+
|
|
6
|
+
## Grid
|
|
7
|
+
|
|
8
|
+
```css
|
|
9
|
+
:root { --grid-cols: 12; --grid-gap: clamp(16px, 2vw, 24px); }
|
|
10
|
+
|
|
11
|
+
.grid { display: grid; gap: var(--grid-gap);
|
|
12
|
+
grid-template-columns: repeat(var(--grid-cols), 1fr); }
|
|
13
|
+
|
|
14
|
+
/* Responsive helpers (mobile-first) */
|
|
15
|
+
.cols-1 { grid-template-columns: 1fr; }
|
|
16
|
+
.cols-2 { grid-template-columns: repeat(2, 1fr); }
|
|
17
|
+
.cols-3 { grid-template-columns: repeat(3, 1fr); }
|
|
18
|
+
.cols-4 { grid-template-columns: repeat(4, 1fr); }
|
|
19
|
+
@media (max-width: 900px){ .cols-3,.cols-4 { grid-template-columns: repeat(2,1fr); } }
|
|
20
|
+
@media (max-width: 600px){ .cols-2,.cols-3,.cols-4 { grid-template-columns: 1fr; } }
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Breakpoints: `sm 480` · `md 768` · `lg 1024` · `xl 1280` · `2xl 1440`. Design
|
|
24
|
+
mobile-first; collapse multi-column layouts to a single column by `md`.
|
|
25
|
+
|
|
26
|
+
## Canonical section layouts
|
|
27
|
+
|
|
28
|
+
### Hero layouts
|
|
29
|
+
- **H-A Center stage (default):** centered eyebrow → display H1 → lead → CTA pair →
|
|
30
|
+
product shot/preview below. `--grad-aurora` glow behind. (OpenAI/Anthropic feel.)
|
|
31
|
+
- **H-B Split:** left = copy + CTAs (6 cols), right = product UI/terminal/preview
|
|
32
|
+
(6 cols). Collapses to stacked on `md`. (Cursor/Replit feel.)
|
|
33
|
+
- **H-C Showcase:** short copy on top, full-bleed media/animation dominating below
|
|
34
|
+
(Runway/Midjourney) — use for creative brands only.
|
|
35
|
+
|
|
36
|
+
### Feature layouts
|
|
37
|
+
- **F-A 3-up cards:** `.grid.cols-3` of icon + title + text.
|
|
38
|
+
- **F-B Alternating rows:** copy ↔ media, flipping sides each row (zig-zag).
|
|
39
|
+
- **F-C Bento grid:** asymmetric tiles of varying span (see component-library Bento) —
|
|
40
|
+
the signature modern AI layout.
|
|
41
|
+
- **F-D Tabbed/feature switcher:** left tabs control a right preview pane.
|
|
42
|
+
|
|
43
|
+
### Pricing layouts
|
|
44
|
+
- **P-A 3-tier:** `.grid.cols-3`, middle tier elevated + accent border ("Most
|
|
45
|
+
popular"). Toggle monthly/annual above.
|
|
46
|
+
- **P-B 2-tier + enterprise:** two cards + a wide "Contact sales" enterprise band.
|
|
47
|
+
|
|
48
|
+
### CTA layouts
|
|
49
|
+
- **C-A Centered band:** full-width surface, big H2, one primary + one ghost CTA,
|
|
50
|
+
`--grad-aurora` behind. Use `--section-y-lg`.
|
|
51
|
+
- **C-B Split CTA:** copy left, single action/form right.
|
|
52
|
+
|
|
53
|
+
### FAQ layouts
|
|
54
|
+
- **Q-A Accordion list** (single column, `--container-md`) — most common.
|
|
55
|
+
- **Q-B Two-column** Q/A grid for many short items.
|
|
56
|
+
|
|
57
|
+
### Footer layouts
|
|
58
|
+
- **FT-A Mega footer:** brand + 4–5 link columns + newsletter + legal row + social.
|
|
59
|
+
- **FT-B Minimal:** brand left, condensed links + legal right (for small sites).
|
|
60
|
+
|
|
61
|
+
### Dashboard / app layouts (for product/preview pages)
|
|
62
|
+
- **D-A Shell:** left sidebar nav + top bar + content grid (used inside Dashboard
|
|
63
|
+
Preview component and any in-product screenshots).
|
|
64
|
+
|
|
65
|
+
### Documentation layouts
|
|
66
|
+
- **DOC-A Three-pane:** left nav tree + center prose (`--container-md`) + right
|
|
67
|
+
on-this-page TOC; mono code blocks; sticky nav.
|
|
68
|
+
|
|
69
|
+
## Composition rules
|
|
70
|
+
|
|
71
|
+
1. **One background color for every section.** ALL sections on a page use the **same**
|
|
72
|
+
background (`--bg-900`) — never alternate or vary section fills. **No borders or
|
|
73
|
+
dividers between sections**: separation comes from `--section-y` spacing, type, and
|
|
74
|
+
surfaces (cards) only. The page is one continuous dark canvas.
|
|
75
|
+
2. **Full-bleed background, contained content:** sections span edge-to-edge on the one
|
|
76
|
+
shared `--bg-900` canvas; inner `.container` constrains content to `--container-xl`.
|
|
77
|
+
3. **One layout per section**, one idea per section. Don't nest two complex layouts.
|
|
78
|
+
4. **At least 10 sections per page**, and the **site has 15+ pages** — compose pages
|
|
79
|
+
richly from these layouts; never ship a thin page or a single-page site.
|
|
80
|
+
5. **Rhythm:** Hero → social proof (logos) → features (mix F-A/F-C) → product/dev
|
|
81
|
+
proof → testimonials/metrics → pricing → FAQ → final CTA → footer (extend to ≥10).
|
|
82
|
+
5. **Vertical rhythm** comes from `--section-y`; horizontal from the 12-col grid +
|
|
83
|
+
`--gutter`. Never hand-tune one-off margins.
|
|
84
|
+
6. **Asymmetry with intent:** bento and split layouts add energy; keep alignment to
|
|
85
|
+
the grid so it still reads orderly.
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Motion System — Dark Futuristic
|
|
2
|
+
|
|
3
|
+
Quiet, fast, eased. Motion guides attention and signals quality — it never bounces,
|
|
4
|
+
spins, or distracts. Everything degrades gracefully under `prefers-reduced-motion`.
|
|
5
|
+
|
|
6
|
+
Distilled from OpenAI/Anthropic (restraint, soft fades), Perplexity (snappy UI
|
|
7
|
+
feedback), and Cursor (precise, IDE-like micro-interactions).
|
|
8
|
+
|
|
9
|
+
## Tokens
|
|
10
|
+
|
|
11
|
+
```css
|
|
12
|
+
:root {
|
|
13
|
+
--dur-fast: 120ms; --dur-base: 200ms; --dur-slow: 320ms; --dur-slower: 600ms;
|
|
14
|
+
--ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* primary — decelerate */
|
|
15
|
+
--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
|
|
16
|
+
--ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1); /* subtle overshoot, use rarely */
|
|
17
|
+
}
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Principles
|
|
21
|
+
1. **Short + eased.** Most transitions 120–320ms with `--ease-out`. Reserve 600ms for
|
|
22
|
+
large scroll reveals only.
|
|
23
|
+
2. **Move a little.** Translate 4–12px, scale 1.0→1.02 max. Big movement reads cheap.
|
|
24
|
+
3. **Animate cheap properties:** `transform` + `opacity` only (GPU-friendly). Avoid
|
|
25
|
+
animating layout/box-shadow-heavy properties on scroll.
|
|
26
|
+
4. **Purposeful, not decorative.** Motion confirms an action, reveals content, or
|
|
27
|
+
directs the eye — never loops for its own sake.
|
|
28
|
+
5. **One focal animation per viewport.** Don't animate everything at once.
|
|
29
|
+
|
|
30
|
+
## Patterns
|
|
31
|
+
|
|
32
|
+
- **Hover (cards/links):** `transform: translateY(-2px)` + surface step-up +
|
|
33
|
+
border brighten over `--dur-base`. Buttons: bg shift + faint glow.
|
|
34
|
+
- **Button press:** `translateY(1px)` over `--dur-fast`.
|
|
35
|
+
- **Scroll reveal:** elements start `opacity:0; translateY(16px)`, animate to visible
|
|
36
|
+
via `IntersectionObserver` adding `.in`, `--dur-slow` `--ease-out`, **staggered**
|
|
37
|
+
~60–80ms per item. Reveal once; don't re-hide.
|
|
38
|
+
- **Nav on scroll:** raise shadow + tighten padding + glass blur after ~24px scroll.
|
|
39
|
+
- **Page/section transitions:** soft cross-fade + small rise; no full-screen wipes.
|
|
40
|
+
- **Micro-interactions:** copy-button check swap, toggle slide, accordion height +
|
|
41
|
+
chevron rotate (`--dur-base`), tab underline slide.
|
|
42
|
+
- **Card interactions:** optional pointer-tracking spotlight/tilt (≤6deg) on hero or
|
|
43
|
+
bento hero tile only — subtle, and disabled for reduced motion/touch.
|
|
44
|
+
- **Count-up / typewriter:** Trust metrics count up on reveal; terminal types a
|
|
45
|
+
command. Always render the final value/text in the DOM so it's correct without JS.
|
|
46
|
+
- **Marquee (logos):** slow, linear, infinite, **pausable on hover**; duplicate track
|
|
47
|
+
for seamlessness.
|
|
48
|
+
|
|
49
|
+
## Reduced motion (required)
|
|
50
|
+
|
|
51
|
+
```css
|
|
52
|
+
@media (prefers-reduced-motion: reduce) {
|
|
53
|
+
*, *::before, *::after { animation-duration:.001ms !important;
|
|
54
|
+
animation-iteration-count:1 !important; transition-duration:.001ms !important;
|
|
55
|
+
scroll-behavior:auto !important; }
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
Under reduced motion: reveal elements in their final state immediately, stop
|
|
59
|
+
marquees/typewriters/count-ups at final values, and disable tilt/parallax.
|
|
60
|
+
|
|
61
|
+
## Minimal reveal JS
|
|
62
|
+
|
|
63
|
+
```js
|
|
64
|
+
const io = new IntersectionObserver((entries) => {
|
|
65
|
+
entries.forEach((e,i) => { if(e.isIntersecting){
|
|
66
|
+
e.target.style.transitionDelay = `${Math.min(i*70, 300)}ms`;
|
|
67
|
+
e.target.classList.add('in'); io.unobserve(e.target);
|
|
68
|
+
}});
|
|
69
|
+
}, { threshold: 0.15 });
|
|
70
|
+
document.querySelectorAll('[data-reveal]').forEach(el => io.observe(el));
|
|
71
|
+
```
|
|
72
|
+
```css
|
|
73
|
+
[data-reveal]{ opacity:0; transform: translateY(16px);
|
|
74
|
+
transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
|
|
75
|
+
[data-reveal].in{ opacity:1; transform:none; }
|
|
76
|
+
```
|