---
name: Neon
description: "This site is a prime example of a modern developer tool interface, balancing a technical, high-performance aesthetic with clear, accessible communication."
version: alpha

colors:
  background: "#000000"
  primary: "#FFFFFF"
  secondary: "#94979E"
  tertiary: "#2C6D4C"
  neutral: "#797D86"
  bg-soft: "#262828"
  line: "rgba(57, 165, 125, 0.6)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 72px
    lineHeight: 1.0
    fontWeight: 500
    letterSpacing: "-2px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "-0.32px"
  mono:
    fontFamily: geometric-sans
    fontSize: 14px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "-0.13px"

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

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

---

## Overview

A serverless platform that helps developers ship faster with branching databases.

*A high-performance engine room for modern applications.*

## Colors

Dark mode dominance with a functional green accent for technical highlights.

- **Background (`#000000`)** — uses `bg` token
- **Primary text (`#FFFFFF`)** — uses `ink` token
- **Secondary text (`#94979E`)** — uses `ink-soft` token
- **Accent (`#2C6D4C`)** — uses `accent` token
- **Muted (`#797D86`)** — uses `muted` token
- **Borders (`rgba(57, 165, 125, 0.6)`)** — uses `line` token

## Typography

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

- Use Geist Mono for technical labels and code snippets to maintain a developer-oriented aesthetic.
- Use Inter for primary body copy to ensure high readability and a clean interface.

## Layout

Full-width dark sections with a centered 12-column grid for content distribution.

*Rhythm:* Vertical spacing is tight by default, using 12px and 16px as standard gutters between elements.

## Elevation & Depth

- 0px 8px 20px rgba(0, 0, 0, 0.4)
- Borders: Minimal and subtle, using 1px lines in rgba(255, 255, 255, 0.1) to define cards and sections.

## Shapes

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

## Components

- **button:** Pill-shaped with white fill and black text for primary actions; outlined pills for secondary.
- **card:** Transparent backgrounds with subtle borders, used for feature descriptions and comparisons.
- **chip:** Small monospace text tags with subtle borders, used for statuses like 'EARLY ACCESS'.
- **input:** Sleek, dark-themed input fields with subtle borders and clear placeholder text.
- **hero:** Large-scale typography over a dynamic, vertical-line visual that suggests data or signal flow.

## Do's and Don'ts

**Don't:**
- Don't use bright, primary-colored buttons — screenshot shows white pill-shaped buttons instead.
- Don't use serif fonts for headlines — screenshot shows clean, geometric sans-serif typography.
- Don't use heavy drop shadows on all cards — screenshot shows minimal or no shadows on most elements.
- Don't use a cluttered navigation bar — screenshot shows a clean, single-level menu with clear labels.
- Don't use high-saturation backgrounds — screenshot shows a dark, low-saturation hero background.
- Don't use decorative borders or complex patterns — screenshot shows simple, 1px solid borders.

---

## System Prompt (paste into AI agent)

```
Neon is a serverless database platform for developers, featuring a high-contrast dark mode aesthetic with a primary background of #000000. The color palette uses white (#FFFFFF) for primary text and a muted green (#2C6D4C) as the primary accent, often seen in the logo and subtle highlights. Typography relies on a mix of Geist Mono for a technical feel and Inter for clean body copy. The layout is spacious and structured around a 12-column grid. Critical design constraints include avoiding playful or consumer-oriented visuals, maintaining a strictly professional and developer-focused tone, and ensuring that animations remain subtle and functional. Do not use bright primary colors or complex, multi-layered shadows that would break the clean, technical interface.
```
