---
name: Xata
description: "Excellent example of developer-focused dark mode design with technical precision"
version: alpha

colors:
  background: "#0D0D0D"
  primary: "#FFFFFF"
  neutral: "#888888"
  line: "rgba(255, 255, 255, 0.07)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 48px
    lineHeight: 1.0
    fontWeight: 500
    letterSpacing: "-1px"

rounded:
  sm: 4px
  md: 8px
  lg: 12px
  pill: 999px

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

---

## Overview

Modern developer tool for instant Postgres branching

*A precision instrument for database workflows*

## Colors

High contrast dark mode with monochromatic precision and minimal accent

- **Background (`#0D0D0D`)** — uses `bg` token
- **Primary text (`#FFFFFF`)** — uses `ink` token
- **Muted (`#888888`)** — uses `muted` token
- **Borders (`rgba(255, 255, 255, 0.07)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** monospace
- **Mono:** monospace

- Headlines use geometric-sans with tight tracking
- Body and UI text use monospace for technical precision
- Muted text for secondary information

## Layout

Fixed width centered layout with clean grid

*Rhythm:* 8px baseline grid with generous whitespace for clarity

## Elevation & Depth

- 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset
- 0px 4px 6px -1px rgba(0, 0, 0, 0.2)
- 0px 2px 4px -2px rgba(0, 0, 0, 0.2)
- 0px 0px 2.56702px 0px rgba(52, 211, 153, 0.192)
- Borders: 1px solid rgba(255, 255, 255, 0.07)

## Shapes

- `sm`: 4px
- `md`: 8px
- `lg`: 12px
- `pill`: 999px

## Components

- **button:** Purple background with white text, slightly rounded
- **card:** Dark subtle background with thin border and subtle shadow
- **chip:** Outline style with muted text for status indicators
- **input:** Dark background with subtle border
- **hero:** Large monospace headline with dark background and scattered UI elements

## Do's and Don'ts

**Don't:**
- Don't use serif fonts — screenshot shows monospace and geometric sans
- Don't use bright primary colors — screenshot shows muted purple accent only on buttons
- Don't use rounded cards — screenshot shows rectangular cards with small radius
- Don't use busy backgrounds — screenshot shows dark solid backgrounds with subtle patterns
- Don't use large padding — screenshot shows compact spacing for density
- Don't use italic text — screenshot shows all upright typography

---

## System Prompt (paste into AI agent)

```
This is a developer tool SaaS website for database management with a dark mode design. The site uses monospace typography throughout for technical precision, with geometric sans-serif for headlines. Key colors include #0D0D0D for background, #FFFFFF for ink, and muted purple for primary buttons. The layout is clean and centered with generous whitespace. Critical don'ts: avoid serif fonts, don't use bright primary colors, avoid rounded cards. The design prioritizes clarity and technical accuracy with minimal visual noise.
```
