---
name: Render
description: "Worth including as a prime example of professional developer tools design with excellent typography hierarchy and restrained color usage."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#0D0D0D"
  secondary: "#4D4D4D"
  tertiary: "#8A05FF"
  neutral: "#6B6B6B"
  line: "rgba(227,227,227,1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 80px
    lineHeight: 1.0
    fontWeight: 400
    letterSpacing: "-1px"
  h2:
    fontFamily: humanist-sans
    fontSize: 40px
    lineHeight: 1.1
    fontWeight: 400
    letterSpacing: "-0.6px"
  body-lg:
    fontFamily: humanist-sans
    fontSize: 20px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0.16px"
  caption:
    fontFamily: humanist-sans
    fontSize: 12px
    lineHeight: 1.33
    fontWeight: 400
    letterSpacing: "0.24px"

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

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

---

## Overview

Intuitive cloud infrastructure for deploying and scaling applications.

*A clean, professional workspace for managing complex infrastructure*

## Colors

High-contrast black and white foundation with a vibrant purple accent for interactive elements and branding.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#0D0D0D`)** — uses `ink` token
- **Secondary text (`#4D4D4D`)** — uses `ink-soft` token
- **Accent (`#8A05FF`)** — uses `accent` token
- **Muted (`#6B6B6B`)** — uses `muted` token
- **Borders (`rgba(227,227,227,1)`)** — uses `line` token

## Typography

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

- Display fonts use tight tracking and line heights for impact
- Body text maintains comfortable reading with generous line height
- Monospace font is used for code snippets and terminal commands
- Limited font weight variations keep the design clean and readable

## Layout

Asymmetric two-column hero with text left, illustration right. Standard 12-column grid for content sections.

*Rhythm:* Consistent 4px base grid with generous whitespace for breathing room

## Elevation & Depth

- 0px 0px 0px 1px rgba(227,227,227,1)
- 0px 0px 0px 1px rgba(13,13,13,1)
- Borders: 1px solid #E3E3E3 for cards and containers, 1px solid #0D0D0D for primary actions

## Shapes

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

## Components

- **button:** High-contrast black/white with sharp corners (2px radius). Primary actions filled black, secondary actions bordered.
- **card:** Clean white cards with subtle 1px borders and no shadows, often containing UI mockups or data visualizations.
- **chip:** Not prominently featured in the provided screenshots.
- **input:** Clean search inputs with subtle borders and monospace typography for technical contexts.
- **hero:** Split layout with bold headline on the left, interactive dashboard illustration on the right, and clear call-to-action buttons.

## Do's and Don'ts

**Don't:**
- Don't use rounded corners on primary buttons — screenshot shows sharp 2px radius
- Don't add drop shadows to cards — screenshot shows flat cards with subtle borders
- Don't use multiple accent colors — screenshot shows purple as the sole accent
- Don't use decorative fonts for headlines — screenshot shows clean geometric sans-serif
- Don't use low-contrast text — screenshot maintains high contrast between ink and background
- Don't use busy backgrounds — screenshot shows clean white backgrounds with minimal decoration

---

## System Prompt (paste into AI agent)

```
This is a professional developer tools SaaS platform with a clean, high-contrast black and white foundation. The design uses sharp 2px radius corners, geometric sans-serif headlines (PPNeueMontreal), and humanist sans-serif body text. Key hex colors include #0D0D0D for ink, #FFFFFF for background, #8A05FF for purple accent, and #E3E3E3 for borders. Critical donts: Don't use rounded corners on primary buttons, don't add drop shadows to cards, don't use multiple accent colors, don't use decorative fonts, don't use low-contrast text, don't use busy backgrounds. The layout features an asymmetric two-column hero with technical dashboard illustrations, emphasizing production-ready infrastructure.
```
