Paperclip

Brand Identity

v1.0 — February 2026

Overview

The control plane
for AI agents.

Paperclip is open-source orchestration to manage teams of AI Agents. Hire AI employees, set goals, automate jobs — and your business runs itself.

This document defines the visual and verbal identity of the Paperclip brand. It captures the colors, typography, logo, voice, and component patterns used across paperclip.dev and related surfaces.


Color

Warm, grounded neutrals
with one active accent.

The palette is intentionally restrained — warm off-whites and near-blacks create a refined editorial feel. Green signals life, activity, and success.

Foundations

White #ffffff Primary background
Warm Linen #f5f3f0 Alt background, badges
Parchment #f0ece7 Surface, cards
Stone #e0dcd6 Borders, dividers

Text

Ink #1a1a1a Primary text, headings
Graphite #4a4a4a Secondary text
Ash #888880 Muted text, captions

Accent & Status

Signal Green #22c55e Active, success, alive
Mint Wash #dcfce7 Task labels, light green bg
Amber Alert #f59e0b Warnings, interrupts
Void #0c0c0c Dark sections, terminal

Typography

Three typefaces.
Each with a clear job.

Headings

Instrument Serif

Regular 400 · Italic

The editorial voice. Used for all headings and display text. Weight 400 only — the delicacy of the serif strokes provides natural emphasis without needing bold.

Paperclip runs your business.

font-family: 'Instrument Serif', serif line-height: 1.15 letter-spacing: -0.01em
Body

Inter

400 Regular · 500 Medium · 600 Semibold

The workhorse. Used for body text, labels, navigation, and UI elements. Highly legible at small sizes. Semibold for the wordmark and emphasis.

Open-source orchestration to manage teams of AI Agents. Hire AI employees, set goals, automate jobs and your business runs itself.

font-family: 'Inter', sans-serif line-height: 1.6–1.7 font-size: 0.8rem–1.15rem
Code

JetBrains Mono

400 Regular · 500 Medium

The technical layer. Used in terminal blocks, code snippets, inline tokens, and the CLI. Gives the interface its engineering credibility.

$ npx paperclip deploy --self-hosted
Company created
CEO agent online

font-family: 'JetBrains Mono', monospace font-size: 0.92rem–0.95rem

Type Scale

HeroPaperclip runs your business.clamp(2.8rem, 7vw, 4.5rem)
H2Section headingclamp(2rem, 4vw, 2.8rem)
BodyBody text at standard size1rem / 16px
SmallLabels and badges0.8rem / 12.8px
Monocode --inline0.92rem / 14.7px

Voice & Tone

Direct. Confident.
Never decorative.

Paperclip speaks with authority about complex systems but never obscures meaning. Short sentences. Active verbs. Technical when needed, never when not.

Clarity

Explain complex concepts simply. One idea per sentence. If a word doesn't earn its place, cut it.

Example
"Paperclip uses those agents. It orchestrates them into a company — with org charts, budgets, goals, governance, and accountability."

Control

Emphasize that the human is always in charge. Use imperative verbs. Short, punchy sequences.

Example
"Pause. Resume. Override. Reassign. Terminate. You have full control over every agent in the org."

Honesty

Say what Paperclip is and what it isn't. Never oversell. Let the product speak through specificity, not superlatives.

Example
"Not a chatbot. Not an agent framework. Not a workflow builder."

Credibility

Use precise technical language where it matters. Observable, traceable, logged — these are features, not marketing.

Example
"Full observability. Every ticket traced. Every decision explained. Every tool call logged."

Avoid

  • Buzzwords without substance ("revolutionary", "game-changing", "next-gen")
  • Passive voice where active is clearer
  • Vague claims ("powerful", "robust", "scalable") without specifics
  • Exclamation marks in product copy
  • Emoji in technical documentation

Components

Living elements.

Core UI patterns used across the Paperclip interface. Pill-shaped buttons, warm-bordered cards, glassmorphic overlays, and a macOS-style terminal.

Buttons

Primary
Secondary
Glass (on dark)
border-radius: 100px (pill)padding: 0.8rem 2remfont-weight: 500transition: 0.2s ease

Cards

ScheduleAgents wake on schedule or on demand. Every action logged.
Feature card
ClaudeCoderActive
Agent card (active)
border: 1.5px solid var(--color-border)border-radius: 10pxpadding: 12px 14pxbackground: var(--color-bg)

Terminal

$ npx paperclip init
Creating company... done
Hiring CEO agent... done
Deploying to localhost:3100... done
$ |
background: #1a1a1afont-family: JetBrains Monofont-size: 0.92remborder-radius: 16px

Badges

How it works Active PAP-193
border-radius: 100pxpadding: 0.4em 1.1emfont-size: 0.8remfont-weight: 500

Navbar (Glassmorphism)

DocsGitHub
Paperclip
background: rgba(255,255,255,0.12)backdrop-filter: blur(20px) saturate(1.4)border: 1px solid rgba(255,255,255,0.2)

Spacing & Layout

Generous whitespace.
Fluid scale.

All spacing uses CSS clamp() for fluid responsiveness. Container max-width is 1140px. Breakpoints at 768px, 640px, and 480px.

--space-xs
0.5rem / 8px
--space-sm
1rem / 16px
--space-md
1.5rem / 24px
--space-lg
clamp(2rem, 1.5rem + 1.5vw, 3rem)
--space-xl
clamp(3rem, 2rem + 3vw, 5rem)
--space-section
clamp(5rem, 3rem + 5.5vw, 9rem)

Border Radius

10px--radius-sm
16px--radius
24px--radius-lg
pill--radius-pill

Photography

Atmospheric.
Never stock.

Background photography sets mood, not information. Images are always overlaid with gradients — they recede behind content, never compete with it.

Hero background
Hero backgroundGradient fade: transparent → white
Footer background
Footer backgroundOverlay: dark blue-gray at 55–70% opacity

AI Image Generation

Midjourney style reference.

When generating images with Midjourney for Paperclip brand assets, use the style reference code below to maintain visual consistency across all AI-generated imagery.

Style Reference (sref)

ParameterValue
--sref9mlaok7

Add --sref 9mlaok7 to your Midjourney prompts to match the Paperclip visual style.

Reference Image

Flamingo — brand sref sample View on Midjourney

Motion

Purposeful, never showy.

Animation signals life and state. Entrance reveals use staggered delays. Active elements pulse. Transitions ease at 0.2s. Nothing bounces unless it has a reason.

Staggered entrance

Items appear sequentially with 140ms delay. translateY: 12px → 0, opacity: 0 → 1.

0.45s ease-out, stagger: 140ms

Heartbeat pulse

Active agent indicator. Scale 1 → 1.18, infinite loop. Green glow expands and fades.

2s ease-in-out infinite
Hover me

Hover transition

Simple opacity or color shift on interactive elements. No transform, no bounce.

0.2s ease

Quick Reference

Design tokens.

/* Paperclip Design Tokens */
--color-bg: #ffffff;
--color-bg-alt: #f5f3f0;
--color-surface: #f0ece7;
--color-border: #e0dcd6;
--color-text: #1a1a1a;
--color-text-secondary: #4a4a4a;
--color-text-muted: #888880;
--color-active: #22c55e;
--color-warning: #f59e0b;
--radius: 16px;
--radius-sm: 10px;
--radius-pill: 100px;
--font-serif: 'Instrument Serif', serif;
--font-sans: 'Inter', sans-serif;
--font-mono: 'JetBrains Mono', mono;