Brand Identity
Core brand attributes and positioning
What is stitchwand?
stitchwand is a design token toolchain that bridges the gap between design systems and AI code generation. It ensures Google Stitch and similar AI tools respect your design decisions by providing structured token data through the DESIGN.md specification.
Brand Attributes
- Technical but approachable — Developer-focused without being intimidating
- Precise — Tokens, systems, specifications — we care about details
- Magical — "Wand" metaphor: transforming chaos into structure
- Modern — Dark-first design, minimal chrome, focused content
- Open — Open-source core, transparent roadmap, community-driven
Tagline Options
- "Your design system, AI-ready." (primary)
- "Bridge the gap between design and AI."
- "Design tokens that AI understands."
- "Stitch respects your design system. Finally."
Target Audience
- Primary: Frontend engineers & design engineers at SaaS companies
- Secondary: Design system leads, product designers who code
- Tertiary: Engineering managers evaluating AI code generation tools
Color Palette
Primary, accent, and semantic colors
Primary Palette
Text Colors
Semantic Colors
Typography
Type system and font usage
Type Scale
- Hero: clamp(32px, 5vw, 52px) / 800 / -0.04em tracking
- H2: 20px / 700 / -0.02em
- H3: 14–16px / 600
- Body: 15px / 400 / 1.7 line-height
- Small: 12–13px / 500
- Micro: 9–11px / 600–700 / uppercase tracking
Logo Usage
Mark, wordmark, and usage guidelines
Wordmark
The primary brand representation is the stitchwand wordmark set in Inter at 15px/700. Always lowercase. The word is one unit — never "Stitch Wand" or "StitchWand" in running text.
Docs Badge
When appearing in the docs portal, the wordmark is paired with a "DOCS" badge: a small pill in accent-light on accent-glow background.
Do
- Use lowercase "stitchwand" in all contexts
- Maintain clear space around the wordmark
- Use on dark backgrounds (#09090B preferred)
- Pair with the docs badge in documentation
Don't
- Don't capitalize as "StitchWand" or "Stitch Wand"
- Don't place on busy or low-contrast backgrounds
- Don't stretch, rotate, or add effects
- Don't change the font or letter-spacing
Voice & Tone
How stitchwand communicates
Brand Voice
stitchwand speaks like a senior engineer explaining something to a peer — direct, knowledgeable, and efficient. No fluff, no hype. Let the product speak through precision.
Our Voice
- "Convert your Figma tokens to DESIGN.md in one command"
- "stitchwand validates tokens against your design system"
- "80% coverage target, strict TypeScript, no any"
- "Works with Google Stitch, Cursor, Claude, and any AI tool"
Not Our Voice
- "Supercharge your workflow with our revolutionary platform!"
- "The ultimate solution for all your design system needs"
- "Powered by cutting-edge AI technology"
- "Join thousands of developers who love stitchwand"
Tone by Context
- Documentation: Precise, instructional. Show code first, explain second.
- Marketing: Confident, specific. Use real metrics and capabilities, not superlatives.
- Social: Casual but technical. Share real dev experiences and pain points.
- Error messages: Helpful, actionable. Tell the user exactly what to fix.
Brand Assets
Downloads, templates, and resources
CSS Variables
All brand colors and tokens are available as CSS custom properties. Copy this into any HTML page for instant brand consistency:
:root {
--bg: #09090B;
--surface: #1A1C22;
--border: #1F2128;
--text: #B4B8C4;
--white: #EDEEF2;
--accent: #6366F1;
--accent2: #818CF8;
--green: #22C55E;
--amber: #F59E0B;
--red: #EF4444;
--purple: #A855F7;
--sans: 'Inter', -apple-system, sans-serif;
--mono: 'JetBrains Mono', monospace;
}
Design Tokens (DESIGN.md format)
The brand itself is defined as a design token collection, demonstrating the product's own capabilities:
{
"color": {
"primary": { "value": "#6366F1", "type": "color" },
"primary-light": { "value": "#818CF8", "type": "color" },
"background": { "value": "#09090B", "type": "color" },
"surface": { "value": "#1A1C22", "type": "color" },
"text": { "value": "#B4B8C4", "type": "color" }
},
"font": {
"sans": { "value": "Inter", "type": "fontFamily" },
"mono": { "value": "JetBrains Mono", "type": "fontFamily" }
},
"radius": {
"sm": { "value": "6px", "type": "borderRadius" },
"md": { "value": "10px", "type": "borderRadius" },
"lg": { "value": "14px", "type": "borderRadius" }
}
}
Related Resources
- Product Design System — Component library and UI patterns
- Video Assets — Demo videos and marketing content