Documentation
README
Brand Designer
A systematic toolkit for documenting brand identity. Elicits brand information through structured templates, validates completeness, compiles into reference documents, and generates brand-compliant images.
Quick Start
# 1. Scaffold a new brand
brand-book init ./my-brand --name "Acme Corp"
# 2. Fill in the templates (7 markdown files)
# Start with strategy.md → visual-id.md → voice.md
# 3. Validate your work
brand-book validate ./my-brand/strategy.md --strict
# 4. Compile output
brand-book compile ./my-brand --artifact brand-card # One-page summary
brand-book compile ./my-brand --artifact full # Full brand book
# 5. Generate brand image (optional)
generate brand-card --brand-dir ./my-brand --layout landscape
This is the opening of the README. Read the full README on GitHub.