---
name: Soulwire
description: "A perfect example of a 'developer-centric' aesthetic that uses a single typeface and a restricted palette to create a focused, distraction-free personal brand."
version: alpha

colors:
  background: "#16191B"
  primary: "#E2E6E8"
  neutral: "#E2E6E8"
  line: "rgba(226,230,232,1.0)"

typography:
  display:
    fontFamily: monospace
    fontSize: 24px
    lineHeight: 1.0
    fontWeight: 300
    letterSpacing: "0px"

rounded:
  sm: 0px
  md: 0px
  lg: 0px
  pill: 999px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

A minimalist, monospaced portfolio for a creative coder and engineer.

*a terminal-like personal portfolio*

## Colors

Strict monochromatic palette with near-black background and light gray text

- **Background (`#16191B`)** — uses `bg` token
- **Primary text (`#E2E6E8`)** — uses `ink` token
- **Muted (`#E2E6E8`)** — uses `muted` token
- **Borders (`rgba(226,230,232,1.0)`)** — uses `line` token

## Typography

- **Display:** monospace
- **Body:** monospace
- **Mono:** monospace

- All text is monospaced
- Light weight (300) used throughout
- Uppercase and letter-spacing for section labels

## Layout

A centered content column on a full-width dark background

*Rhythm:* Linear and predictable, with generous whitespace between sections

## Elevation & Depth

- Borders: No visible borders

## Shapes

- `sm`: 0px
- `md`: 0px
- `lg`: 0px
- `pill`: 999px

## Components

- **button:** Simple monospaced text links with pointer cursor
- **card:** None
- **chip:** None
- **input:** None
- **hero:** A simple, left-aligned text block with a large heading and a short bio

## Do's and Don'ts

**Don't:**
- Don't use serif fonts — screenshot shows monospace fonts exclusively
- Don't use bright or saturated colors — screenshot shows a strict grayscale palette
- Don't add shadows or depth — screenshot shows completely flat surfaces
- Don't use rounded corners on elements — screenshot shows sharp or no corners
- Don't use a traditional navigation bar — screenshot shows links integrated into the layout
- Don't use centered text alignment — screenshot shows left-aligned content blocks

---

## System Prompt (paste into AI agent)

```
This is a minimalist developer portfolio for a creative coder, featuring a dark, monochromatic color scheme (bg #16191B, ink #E2E6E8) and a strictly monospaced typography system (Roboto Mono). The layout is a centered, single-column structure with generous whitespace and no borders or shadows. Critical donts: do not introduce any serif or sans-serif fonts, do not use any saturated or high-chroma accent colors, and do not add any three-dimensional depth or rounded corners to elements.
```
