Brand
Design kit picker for the whole guild. Fork a built-in preset, edit its DESIGN.md, or pull a community kit from designkit.sh.
The Brand page themes the whole guild — chat surfaces, canvases, dashboards, the workstation shell. Pick from 10 built-in presets, fork to a kit you own, or install a community kit from designkit.sh.

How design kits work
A design kit is a DESIGN.md file with frontmatter declaring tokens
(colors, typography, radii, shadows, component overrides) plus prose
notes about the look. The kit is data, not code — operators repaint live
when you switch kits, no rebuild required.
# DESIGN.md (excerpt)
name: Guilde Workshop
description: Warm parchment + amber accent + serif headings
mode: light
colors:
background: "#F5F0EA"
accent: "#C47B3A"
...
typography:
h1:
family: "Fraunces, Georgia, serif"
...Three tabs (the workflow)
- Yours — kits this guild owns. Empty by default; fork a preset to populate.
- Marketplace — designkit.sh registry. Browse community kits, install with one click.
- Presets — 10 built-in starters that ship with Guilde: Core · Guilde · Guilde Pastel · Guilde Workshop · Classic · Heritage · Modern Minimal · Bold Tech · Atelier · Neon Grid.
The three steps
The page walks you through:
- Pick — start from a preset or pull a community kit.
- Fork — forking creates an editable copy under a slug you own. The original stays untouched.
- Tune — edit the DESIGN.md tokens. Operators repaint live as you save.
Operator avatars + the kit
The kit's components.agent-chip and components.badge-ai tokens are
how operators are rendered everywhere they appear — chat mentions,
sidebar avatars, canvas signatures. Tune those tokens and your
operators' visual signature changes across the entire app.