Skip to main content
Brand Sprint — Founder-Led Identity Rebuild hero image

Two weeks to look like a company that ships.

Product
Brand Sprint — Founder-Led Identity Rebuild

Two weeks to look like a company that ships.

A two-week Brand Sprint for an early-stage founder transitioning from a personal portfolio to a productized studio identity.

10 business days
Sprint Duration
12 colors + 6 type
Identity Tokens
4 pages
Voice Doc
3 directions, 1 final
Logo Variants
Problem

The challenge

Personal portfolios and small-business sites tend to accumulate years of inconsistent visual decisions — four typefaces, three accent colors, mismatched logo treatments, and copy written by different people at different stages of the business. The site works, but it does not feel coherent, and it does not signal seriousness to the small businesses the studio is trying to serve.

The Brand Sprint engagement is designed for exactly this moment. Two weeks, one founder, one identity system shipped end-to-end. No quarterly brand-strategy retainer. No multi-stakeholder workshops. The founder sets the direction, the studio executes the system.

The challenge is compression. A traditional brand rebuild burns three months on discovery and stakeholder rounds before a single asset ships. A Brand Sprint has to land a complete identity — logo, type, color, voice, and a working site treatment — in ten business days without cutting corners on the things that actually matter.

Approach

How we built it

Day 1–2: Discovery. Audit of the existing assets, copy patterns, and competitive landscape. Founder interview to extract the underlying voice and the one-sentence positioning statement. Output: a written brand brief signed off before any visual work begins.

Day 3–5: System design. Custom SVG wordmark and monogram drafted in three directions. Type pairing chosen from a curated shortlist (typically Satoshi or General Sans for body, with a stronger display face for hero moments). Color system: a neutral surface palette plus one signal accent and one secondary, all token-mapped.

Day 6–8: Voice and copy system. Voice document covering tone, vocabulary, sentence rhythm, and the things the brand never says. Boilerplate copy blocks for hero, services, footer, and email signature. Reusable header and CTA patterns.

Day 9–10: Application. Identity applied to the existing site — navigation, hero, service cards, footer, OG image template, and favicon. All tokens written into the design system file. Final handoff package: SVG logo set, color hex/Tailwind tokens, type stack, voice doc, and a one-page brand guide PDF.

Architecture

System map

How the pieces talk to each other.

Brand Sprint ProcessA linear five-stage flow: discovery interviews establish positioning, which informs visual system design, then a component library, culminating in launch.1 · Discoveryinterviews / audit2 · Positioningmessaging frame3 · Visual Systemtype · color · motion4 · Component LibraryTailwind tokens5 · Launchship + monitorfindings docbrand briefdesign tokensReact + Storybooklive siteWEEK 1WEEK 1 → 2WEEK 2WEEK 2WEEK 2Outcomecohesive brand · ready for traffic
Built UI

Selected screens

Real product surfaces from the engagement — not stock illustrations.

Figma component library with 84 reusable design system components
1 / 2

Design system — 84 components, tokens centralized, all states documented in Figma.

Build

What shipped

Custom SVG wordmark and monogram, optimized for 24px favicon through 200px hero scale, monochrome-first with an accent color variant.

Type system: display + body pairing, full size scale tokenized, line-height and letter-spacing rules documented per breakpoint.

Color system: 12 tokens covering surfaces, content, borders, accent, and feedback states. All mapped to Tailwind theme variables and CSS custom properties.

Voice document: 4 pages covering tone, sentence rhythm, vocabulary inclusions and exclusions, and 8 before/after copy rewrites from the existing site.

Site treatment: navigation, hero block, services grid, footer, and OG image template applied across all critical pages with no broken layouts on mobile.

Handoff package: SVG asset library, brand guide PDF, voice document, and a half-day office-hours block to answer follow-up questions during week three.

Outcome

Results

Identity shipped on day 10. Site relaunched with the new system on day 11. No follow-on rebuild or retroactive cleanup work needed.

Founder reported the new system reduced time-to-publish on new pages and posts because the voice document and color tokens removed the per-page decision overhead. New pages now ship in hours, not days.

Pattern: a Brand Sprint pairs naturally with a Brand Care retainer. The Sprint sets the system; Brand Care keeps it consistent as the business adds new offers, services, and case studies. Together, they remove the slow drift that normally erodes an identity over the first 18 months.

Artifacts

Available

  • Brand brief document (template)
  • SVG wordmark and monogram set
  • Color and type token map (Tailwind + CSS)
  • Voice document (template)
  • One-page brand guide PDF
References

Talk to people on this work.

No fabricated quotes. Reference contacts are shared during discovery, with both parties' consent.

Reference available

Engineering lead

Fintech · 5 years

Worked alongside on production trading systems for 5+ years. Available for technical reference calls — code quality, on-call discipline, incident behavior.

Reference call shared during discovery, both consenting.
Reference available

Founder

Studio engagement

Engaged Sage Ideas for a Ship + Operate combination. Willing to talk about scope discipline, timeline accuracy, and what handoff actually looked like.

Reference call shared during discovery, both consenting.
An identity system has to survive a contractor who's tired and a designer who isn't there. Tokens, not vibes.
// build log · entry 04
Honesty

What almost happened.

Every project has near-misses. Decisions that, if we'd kept going, would have shipped a hole. The list below is the diff between the version that almost made it to prod and the version that did.

// near-miss · 01
diff
-
beforeBrand voice was about to ship as a moodboard — three Pinterest pins and a font choice.
+
afterA locked voice doc with do/don't pairs, banned words, and three sample paragraphs at H1 / body / microcopy length. Anyone writing for the brand has a reference, not a guess.
$
costTwo extra days. The next dozen pages were on-brand without a review cycle.
From the repo

Inline excerpts.

Trimmed, but real. These are the patterns that made the system survive Stripe retries, multi-tenant queries, and a Discord bot that won't hallucinate positions.

Design tokens as code
typescript
// tokens/brand.ts
export const brand = {
  color: {
    cyan: '#0ED3CF',
    coral: '#E85D3A',
    lime: '#A8C633',
    magenta: '#C7236E',
  },
  surface: {
    base: '#09090B',
    raised: '#12110F',
    overlay: '#1A1917',
  },
  ink: {
    primary: '#F4F2EF',
    muted: '#A8A29E',
    subtle: '#B8B0AB',
  },
} as const

export type BrandColor = keyof typeof brand.color
// Brand color isn't a Figma hex — it's a typed token the app imports.
livebuild 29be8ec2026-06-11 06:38Z
// solo studio// no analytics resold// every commit human-reviewed