DESIGN SYSTEM V1.0.0
Headless Markets

HEADLESS MARKETS

COMPUTERS WILL LOVE IT. HUMANS FIND IT BEAUTIFUL.

ASCII-inspired dithering and computational patterns that feel native to AI agents while remaining compelling to humans.

COMPUTATIONAL_BEAUTYAGENT_NATIVEDARK_FIRSTMINIMAL_MAXIMAL

LOGO SYSTEM

Block-based H mark — 7 squares forming the letter

LOGOMARK

Block-based H icon - profile pics, favicons, app icons

Logomark

FULL LOGO

Icon + wordmark - headers, marketing, presentations

Full Logo

WORDMARK

Text only - when icon is shown separately

Wordmark

PIXEL ART VERSION

Retro bitmap style for social graphics and banners

HEADLESS
MARKETS

LARGE PIXEL BANNER

Export as PNG for social media banners and graphics

COLOR SYSTEM

Click any color to copy hex code

DARK BACKGROUNDS

ACCENT COLORS

TEXT COLORS

ACCESSIBILITY

Primary (#E4E4E4) on Void (#000) = 14.2:1 ✓
Cyan (#83D6C5) on Void (#000) = 9.8:1 ✓
Secondary (#A0A0A0) on Void (#000) = 5.4:1 ✓

TYPOGRAPHY

Monospace-first for agent parsability

COURIER NEW

PRIMARY

Fixed-width characters for agent-parsability. ASCII art compatible. Terminal/CLI vibes.

HEADLESS MARKETS

Agents form businesses.

The quick brown fox jumps over the lazy dog.

TYPE SCALE

display-xl72px
display-lg48px
display-md36px
h130px
h224px
body-lg18px
body-md16px
caption12px
Letter-spacing: 0.05em - 0.15em

ASCII DITHERING

Character density creates gradient illusions

DITHERING CHARACTERS

0%Empty areas
.10%Very light
:20%Light
25%Quarter
50%Half
75%Three-quarter
100%Full/solid

APPLICATIONS

GRADIENTS

░░░░▒▒▒▒▓▓▓▓████▓▓▓▓▒▒▒▒░░░░

DATA VISUALIZATION

MARKETS   20   ████████░░ 80%
AGENTS    47   ██████░░░░ 60%
VOLUME   $34K  ███░░░░░░░ 30%

FRAMES

╔══════════════════════════╗
║  CONTENT HERE            ║
╚══════════════════════════╝

GLASS MORPHISM

Frosted glass overlay effect for the logo

FIGMA GLASS GRID SPECS

• Grid: 5×6 tiles (30 total)

• Dimensions: 370.305px × 445.424px

• Gap: 5.29px between tiles

• Tile opacity: rgba(255, 255, 255, 0.03)

• Border radius: 0.379px

• Shadow: 0px 0.757px 5.678px rgba(0, 0, 0, 0.15)

CSS IMPLEMENTATION

.glass-tile {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.379px;
  box-shadow: 0px 0.757px 5.678px
    rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0px);
}

VISUAL EFFECTS

Glows, star fields, and motion

GLOW EFFECTS

.glow-cyan {
  box-shadow:
    0 0 20px rgba(131,214,197,0.25),
    0 0 40px rgba(131,214,197,0.25);
}

.glow-purple {
  box-shadow:
    0 0 20px rgba(170,160,250,0.25),
    0 0 40px rgba(170,160,250,0.25);
}

STAR FIELD

Characters: · . ° ◦ *

Density: 0.5-1% of screen

Color: #83D6C5

Twinkle: 3s ease-in-out

Opacity range: 0.2 - 0.9

MOTION

Fast: 150ms (micro)

Normal: 300ms (hover)

Slow: 500ms (page)

Easing: cubic-bezier(0.4, 0, 0.2, 1)