One-page brand guidelines teams actually use
Quora designers preach long discovery docs; founders need one page in the repo. Here is what to include.
Brand guideline PDFs die in email attachments. Quora branding threads ask for comprehensive discovery; early teams need one page people open. The measure of guidelines is whether a contractor ships on-brand UI without a review meeting.
Why one page wins
- Engineers will not read forty pages
- Agents read files in repo root, not Notion subpages
- Founders update one page quarterly; nobody maintains tomes
Link out for depth. Keep the canonical summary short.
Required sections (nothing else until scale)
1. Positioning line
One sentence: for who, what pain, what promise. Every visual choice should support this.
2. Logo
- SVG path in repo
- Minimum size (px)
- Clear space rule
- Do not: stretch, recolor arbitrarily, add effects
3. Color
| Token | Hex | Use | |-------|-----|-----| | primary | #... | CTA, links | | background | #... | page bg | | text | #... | body | | muted | #... | secondary |
Map to CSS variables. See export and use in code.
4. Typography
- Heading font + weights
- Body font + size scale
- Code font if applicable
5. Voice
Three "we are" / three "we are not" adjectives plus one do/don't pair.
Full voice doc can live in using your guidelines.
6. Links
- Figma or studio link (optional)
design.mdpath for agents- Cursor integration if used
Where the page lives
Repo-native: brand/README.md or docs/brand.md next to tokens.
Not: Google Drive only. Not: slide deck.
Read brand in the repo.
How to generate v1 fast
Run create your first brand from your brief. Export fills most sections automatically. Edit positioning line by hand — AI should not guess your wedge.
Governance without bureaucracy
- PR review for token changes like any config change
- Quarterly 30-minute audit: homepage vs guidelines
- New hire reads page day one
When to grow the doc
Add photography rules, illustration style, and campaign templates when:
- Multiple marketers produce assets weekly
- Partners co-brand materials
- Sales needs slide templates at scale
Until then, one page beats aspirational emptiness.
Guidelines are a product. Ship v1, iterate from misuse — if contractors keep getting voice wrong, your examples are thin, not your team.
PR review for brand changes
Treat token changes like API changes: pull request, reviewer, changelog line. Engineers already understand that workflow; brand stays out of Slack DMs and email attachments.
When a contractor ships off-brand UI, fix the guideline example that failed — not just the contractor. Misuse reveals thin documentation.
Linking to agent rules
If you use Cursor or similar tools, point rules at design.md and the one-page guideline path. Agents read files in repo root more reliably than Notion links behind auth.
Quarterly misuse audit
Ask: where did we ship off-brand last quarter? Update the one-pager with one new do/don't example from each mistake. Guidelines that never change probably are not being used. One living page beats a dead PDF every time.
Close the loop between research and repo-native brand
Research docs fail when they live apart from what ships. After you update positioning or voice, regenerate exports so the homepage, app shell, and design.md agents read stay aligned. Engineers should not guess hex values from a PDF marketing forwarded once.
Schedule a 30-minute monthly review: phrase bank, win/loss notes, and live UI screenshots side by side. If language shifted but tokens did not, you have a process gap — not a design talent gap. Majico exists to compress brief-to-repo for indie SaaS teams who cannot wait for agency timelines.
Ship one measured change per week. Research without shipping is procrastination; shipping without research is generic defaults. The balance is weekly rhythm, not quarterly workshops.
Keep a single owner for the phrase bank and the brand export path. Split ownership and the homepage reverts to template language within a month.
Sources
- Industry standard style guide (Quora) — Logo usage, color specs, and do/don't sections.
- Key branding guidelines (Quora) — Guidelines as company-wide consistency tools.
- Branding guidelines tools (Quora) — Notion vs Figma vs enterprise DAM for stage-appropriate docs.
- Website UI style guide (Quora) — Typography and color tables for dev handoff.
- One-page creative brief (Quora) — Brevity as strategic discipline for living docs.
- Logo briefing checklist (Quora) — Positioning line inputs for guideline section one.
- r/webdev — Engineers prefer repo markdown over PDF brand decks.
- r/startups — Minimal brand docs vs agency PDF debates.
- GitHub: design system template — Example of repo-native design documentation patterns.
- W3C design tokens CG — Machine-readable tokens alongside human-readable guidelines.
- Atlassian design system (public) — Reference for scalable guidelines that started from core tokens.