---
name: Honk Me
description: "A great example of a playful, consumer-facing product page that uses bold typography and a vibrant color palette to create a memorable and friendly brand identity."
version: alpha

colors:
  background: "#008CFF"
  primary: "#FFFFFF"
  secondary: "rgba(255, 255, 255, 0.8)"
  tertiary: "#FFE03D"
  neutral: "rgba(255, 255, 255, 0.7)"
  bg-soft: "#008CFF"
  bg-quiet: "#008CFF"
  line: "rgba(255, 255, 255, 0.2)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 52px
    lineHeight: 1.23
    fontWeight: 700
    letterSpacing: "-0.6px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.47
    fontWeight: 400
  caption:
    fontFamily: geometric-sans
    fontSize: 13px
    lineHeight: 1
    fontWeight: 400

rounded:
  sm: 6px
  md: 16px
  lg: 24px
  pill: 999px

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

---

## Overview

A bold, playful interface for real-time chat, featuring a bright blue background and oversized typography.

*A vibrant, modern messaging app with a playful, consumer-friendly personality.*

## Colors

A single vibrant blue dominates, with white and yellow accents for high contrast and friendliness.

- **Background (`#008CFF`)** — uses `bg` token
- **Primary text (`#FFFFFF`)** — uses `ink` token
- **Secondary text (`rgba(255, 255, 255, 0.8)`)** — uses `ink-soft` token
- **Accent (`#FFE03D`)** — uses `accent` token
- **Muted (`rgba(255, 255, 255, 0.7)`)** — uses `muted` token
- **Borders (`rgba(255, 255, 255, 0.2)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** geometric-sans

- Display text is bold and tightly tracked.
- Body text is regular weight with relaxed line height.

## Layout

A split layout with text on the left and a phone mockup on the right, stacking vertically on mobile.

*Rhythm:* A 4px base unit with an 8px step scale.

## Elevation & Depth

- Borders: Minimal, with soft rounded corners on cards and inputs.

## Shapes

- `sm`: 6px
- `md`: 16px
- `lg`: 24px
- `pill`: 999px

## Components

- **button:** Rounded pill shape with white border on transparent background.
- **card:** Rounded rectangle with soft shadows, containing an announcement.
- **input:** Rounded rectangle with white background and dark text.
- **hero:** A split layout with bold typography and a floating phone mockup.

## Do's and Don'ts

**Don't:**
- Don't use muted or desaturated colors — screenshot shows a vibrant, high-saturation blue background.
- Don't use serif or mono fonts — screenshot shows a rounded geometric sans-serif throughout.
- Don't use small, understated headlines — screenshot shows an oversized, bold display font.
- Don't use sharp, square corners — screenshot shows highly rounded corners on all UI elements.
- Don't use a dark mode — screenshot shows a bright, colorful light theme.
- Don't use complex, multi-column grids — screenshot shows a simple, single-column flow on mobile.

---

## System Prompt (paste into AI agent)

```
Design a playful, consumer-focused messaging app interface with a vibrant, high-energy personality. Use a dominant bright blue background (#008CFF) with white text (#FFFFFF) and a pop of yellow (#FFE03D) for accents. Typography should be a bold, rounded geometric sans-serif with tight tracking for headlines. Key critical donts: avoid muted colors, avoid serif fonts, and avoid sharp corners. The layout should be simple and focused, prioritizing a large, playful headline and a floating phone mockup to showcase the product in action.
```
