by | May 12, 2026 | Uncategorized
Every other week a founder DMs me asking the same thing: “Should we rebrand?”
The honest answer is almost always no, not yet. Rebrands are the most over-recommended fix in SaaS — usually by people who get paid to deliver them. So here’s the sieve we run prospects through before we’ll even quote the work, and the three reasons we’ll politely send them home.
★ When a rebrand IS the right call
1. The product has outgrown the brand’s original promise
This is the signal we trust most. The team launched as a Chrome extension that auto-fills forms; two years later it’s an HR platform with a payroll module. The wordmark, the colour, the homepage — all built for a tool that doesn’t exist anymore.
When the product has clearly shifted category, the brand has to follow. Otherwise the next investor pitch and the next 50 sales calls all start with “wait, what do you actually do now?” — and you pay for the rebrand in lost meetings instead of in a fixed-scope engagement.
2. You can’t say what you do in one sentence — and neither can your team
Run this test internally: ask three different teammates (founder, AE, CSM) what the product does. If you get three different answers, the brand isn’t broken — the positioning is. A rebrand is one way to lock that down, but only if it’s paired with the positioning work first. Otherwise you’re paying a designer to dress up a question you haven’t answered.
We won’t take a brand engagement until that one sentence exists. It’s not snobbery — we just know what happens if we skip it. Six weeks of revisions, three rounds of “can we try a different colour?”, and the founder’s cofounder still pitching the old version on calls.
3. The brand looks indistinguishable from 50 competitors
Stack your homepage screenshot next to the five top-ranking results for your category keyword. If a stranger couldn’t tell which one is yours within five seconds, that’s a rebrand-worthy problem — but only when (1) is also true. Looking generic isn’t fatal in early-stage SaaS; looking generic in a crowded category is.
Note the asymmetry: you don’t have to look the loudest, you have to be instantly attributable. Brand identity is recognition first, beauty second.
★ Three reasons NOT to rebrand
1. “Our metrics are flat”
A rebrand will not move conversion. It will not move activation. It will not move expansion revenue. Anyone who tells you otherwise is selling.
If the funnel is leaking, the leak is almost always in the first 90 seconds of the product (onboarding) or in the wrong-shaped marketing pages (positioning). Rebrand fixes neither. We’ve politely turned away two of these in the last quarter — both founders later told us a usability fix moved the metric they wanted to move.
2. “We have a new round closing”
This is the most expensive form of theatre in SaaS. Rebranding for the deck is the wrong order: investors don’t fund visual identity, they fund category-defining traction. If your existing brand is the actual reason a fund passed, you have a much bigger problem than what your homepage looks like.
The exception is post-round, when the strategy has genuinely shifted (new market, new product wedge, M&A). That’s a different conversation — and almost always a refresh, not a full rebrand.
3. “The CEO doesn’t like it anymore”
We say this with affection: the founder is rarely the right person to declare a brand broken. By month 18 every founder is sick of looking at their own logo. That’s not a rebrand signal — that’s founder fatigue. Send it to a teammate, refresh after 12 months, leave the brand alone.
The cost of a rebrand-by-fatigue is two-fold: the cash going to the studio, and the lost compounding of every customer, employee, and investor who now has to re-learn what your company looks like.
The one question to ask before you spend a cent
“If we change nothing about the product or the messaging, will the new brand alone change a number we care about in the next 12 months?”
If the answer is yes, here’s which number — pick a studio and book the work.
If the answer is no, but it’ll feel better — wait. Spend the same money on user research, a positioning sprint, or a Webflow rebuild. We can help with the second and we know who to send you to for the first.
What we actually do when the answer is yes
Two-week positioning sprint → wordmark + visual system → applications across the surfaces that matter (site, product, sales deck) → handoff that engineering can ship from. No “Phase 1: Discovery” slide deck. No 6-month timeline. Fixed scope, fixed price, founders in the room every week.
If a SaaS rebrand is on your shortlist, the SaaS rebrand page walks through how we run one — or skip the reading and send us your URL for a 15-minute Loom audit. We’ll tell you whether a rebrand is the right call, and if it isn’t, what is.
Repurposing notes
LinkedIn carousel (6 slides): 1. Hook: “Most rebrands are the wrong fix.” 2. Reason TO rebrand #1 — product outgrew the promise. 3. Reason TO rebrand #2 — one-sentence test. 4. Reason TO rebrand #3 — indistinguishable from competitors. 5. Reason NOT to rebrand — flat metrics, new round, founder fatigue. 6. CTA — read the post.
X / Twitter thread (7 tweets): 1. “Should we rebrand?” — almost always: no, not yet. Here’s the sieve we run prospects through, and the 3 reasons we send them home. 2-4. Reasons to rebrand. 5-7. Reasons not to + the one question. 8. Link.
Newsletter: lift the “three reasons not to” — it’s the contrarian take that earns the open.
by | May 12, 2026 | Uncategorized
Most “Figma to Webflow” projects are quoted as a 2-week build. Most ship in 4–6. The Webflow build is rarely the bottleneck — the Figma file is.
We do this handoff every other week, and the same five mistakes show up. None of them are about Webflow. All of them are about what the design file is missing when it lands in the developer’s lap.
★ Mistake 1: Components without states
A button isn’t one thing. It’s four — default, hover, focus, disabled. Sometimes a fifth (loading). On mobile, sometimes a sixth (pressed).
Figma files routinely ship with only the default state designed. The developer then either:
a) Builds the missing states themselves — adding hours of guesswork to the timeline and risking inconsistency. b) Stops the build, books a Slack call, waits for you to design them, restarts.
Either path costs more than building all four states upfront, which takes about 90 minutes per primary component. The same logic applies to every interactive element: inputs (default / focus / error / filled / disabled), tabs (default / active / disabled), modals (closed / opening / open / closing).
The fix: before handoff, make a “states” page in the Figma file. Every interactive component, every state, side by side. The developer should not have to design anything.
★ Mistake 2: A type system that exists in your head, not in the file
If the H1 on the homepage is 64px / SemiBold / -2% letter spacing and the H1 on the pricing page is 60px / Bold / -3%, the developer has two choices:
1. Match each page exactly — and ship 8 different “H1” classes, every one a maintenance liability. 2. Pick one — and lose a fight with you over which page was wrong.
Webflow rewards typed-up files. A clean type system means: 4 heading sizes, 3 body sizes, named consistently across every page. Anything else is improvisation.
The fix: before handoff, audit the file for type styles. Every text layer should be a named text style. If Heading L appears on three pages with three different sizes, it’s not a system — it’s a coincidence.
★ Mistake 3: Auto-layout used like a guideline, not a constraint
Webflow’s flexbox and grid are auto-layout’s cousin. If the Figma file is built with auto-layout end-to-end, the Webflow build is largely a translation job. If half the file is absolute-positioned, the build is a redesign job — only nobody told you.
The tell: open any frame in your file. Try to resize it. If components inside the frame stay where they were, do what they were doing, scale how the design intended — your file is auto-layout-clean. If anything goes wonky (text overlapping, images detaching, padding eaten), that’s a 2-day fix the developer is about to absorb on your timeline.
The fix: every frame, every component, every page section in auto-layout. Padding declared, gaps declared, fills/hugs declared. This is a discipline cost upfront and a velocity gain forever after.
★ Mistake 4: No responsive variants until it’s too late
“Make it responsive” is not a design instruction. Neither is sending a desktop-only file with a stick-figure of “what the mobile should kind of look like”.
Webflow’s breakpoints are 991 / 767 / 478. Your design file should explicitly show what each section looks like at each breakpoint, with at least one mobile variant per major page. Bonus points for tablet — most agencies skip this and the developer makes it up, badly.
This is where most timelines slip. You designed for desktop, the developer ships for desktop, you preview on mobile, you say “wait that’s not what I imagined”, and the build effectively starts over.
The fix: before handoff, every page has a desktop variant AND a mobile variant in the file. Three pages × 2 variants is six artboards. That’s an afternoon of design work that saves a week of build rework.
★ Mistake 5: CMS structure absent from the design phase
Half of all Webflow builds use the CMS — for blog posts, case studies, team members, testimonials, services. The CMS structure (collection schema, fields, relationships) is a design decision that gets treated like a development one.
If a “case study” in your design has 12 sections in different orders on different cases, that’s not 1 CMS collection — it’s a design that doesn’t fit the CMS, and the developer either has to (a) restructure the design or (b) build 12 separate static pages and skip the CMS entirely.
The fix: before handoff, the designer maps every dynamic content type to a CMS collection — fields, types (plain text / rich text / image / reference / option), and the rule for “what’s required vs. optional”. The developer should be able to build the schema from your file in 20 minutes.
The shortcut: design with the build in mind
Every one of these mistakes is solved by designing with the destination in mind. We do exactly that — the same person who designs the Figma file in our studio is the engineer who ships the Webflow build, end to end. No handoff, because nothing crosses a wall.
If you’re already mid-flight with a Figma file and a separate Webflow developer, we'll audit it free in a 15-min Loom — point out the hidden 4-week traps before they cost you the timeline. Or if you’re starting from scratch, the Figma-to-Webflow page walks through how we run a build that ships on quote.
Repurposing notes
LinkedIn carousel (7 slides): 1. Hook: “Most Figma-to-Webflow builds slip on the file, not the build.” 2-6. One mistake per slide with the visual fix. 7. CTA — link in first comment.
X / Twitter thread (8 tweets): 1. Most “Figma to Webflow” jobs are quoted as 2 weeks and ship in 6. It’s almost always the Figma file. 2-6. Mistake per tweet (1 sentence + 1 fix). 7. The shortcut. 8. Link.
Newsletter: lift “Mistake 4 — No responsive variants until it’s too late”. This is the one that resonates with founders who’ve shipped a desktop-first build and discovered mobile.
by | May 12, 2026 | Uncategorized
A founder messaged me last month: “We need a brand identity. Just a logo really. Like a brand identity package.”
That’s three different things in one sentence — three different scopes, three different price tags, three different timelines. So this post is the plain-English breakdown we wish someone had handed us when we started.
★ Logo — the smallest one
A logo is a mark. One image. Sometimes a symbol, sometimes a wordmark, sometimes both locked together.
A logo answers exactly one question: “is this you?” It does not answer:
- What colour is your brand?
- What does your homepage feel like?
- How do you sound in an email subject line?
- Does the avatar look right at 32px on a Slack notification?
Buying a logo and calling it a brand is like buying a front door and calling it a house. We’ve watched founders pay $1,500 for a Fiverr logo, deploy it across the site / product / pitch deck themselves, and end up with a brand that’s entirely the front door — same wordmark, fifteen different applications, none of them lined up.
A logo on its own is a fine thing to buy. It is not a brand.
★ Visual Identity — the middle one
Visual identity is the logo plus the system around it: colour, typography, iconography, photo treatment, layout grids, and the rules for how all of those pieces compose. It’s what most founders mean when they say “brand identity package”.
A visual identity answers “how do you look?” across every surface — homepage, product UI, sales deck, social, swag. It’s the deliverable we ship for SaaS rebrands and most startup engagements: enough system to keep every future application on-brand, without the heavier strategy work behind it.
A useful visual identity has, at minimum:
- Logo (primary, secondary, monogram, dark/light variants)
- Colour palette (primary, secondary, semantic colours like success/error)
- Type system (3–4 heading sizes, 2–3 body sizes, named and tokenised)
- Iconography style (or a chosen set + how it’s recoloured)
- Application examples (homepage, product screen, social card, deck slide)
- A short guidelines doc — not a 60-page bible, just the rules that matter
Price-wise, this is what most studios are quoting when they say “$15K–40K brand engagement”. You’re paying for the system, not the file.
★ Brand Identity — the biggest one
Brand identity is the whole thing. Visual identity plus verbal identity — voice, tone, naming, taglines, messaging hierarchy — plus the strategic layer underneath: positioning, audience definition, what the brand stands for.
This is what big consumer brands and venture-backed Series A+ companies buy. The deliverable includes:
- Everything in visual identity, plus
- Voice and tone documentation (with do/don’t writing examples)
- Naming guidelines (sub-brands, product names, internal projects)
- Messaging architecture (one-liner, elevator pitch, pillars)
- Brand positioning statement
- Personality + values articulation
- A real brand book — 40–80 pages, lives forever
Done well, this is six figures and a 3–5 month engagement. Done badly, it’s a 100-page PDF nobody opens. The honest answer for most early-stage SaaS founders is: you don’t need this yet. You need a strong visual identity and a sharp positioning sprint, separately. The “brand identity package” pitch from a big agency is usually selling you the wrong thing at 5× the price.
How to know which one you actually need
A 2-minute test:
| If you can answer… | Buy this | |—|—| | “What does my company stand for? Who’s it for? Why us, not them?” — and “How should we look in market?” | Visual identity. The strategy is in your head; you need the system. | | You can answer the strategy questions but you’re stuck on what to look like across surfaces | Visual identity. Same. | | You can articulate strategy AND want it documented for a growing team that’s drifting | Brand identity. Worth the investment if you’re hiring fast. | | You just want a mark to put on Stripe, Notion, your favicon | Logo only. Honest answer. Use Fiverr or a friend. | | You can’t answer the strategy questions yet | Pause. Run a positioning sprint first. Don’t rebrand a question. |
What we actually deliver
We mostly ship visual identity — that’s the right scope for 80% of the SaaS / agency / product founders we work with. Logo, system, applications, a tight 12–20 page guideline doc, end-to-end in 4–6 weeks. Strategy work happens in week 1 (a positioning sprint baked into the engagement) so the visual layer has something to dress up.
For our LegalXSale case study, the deliverable was exactly this — wordmark, type pairing, colour, brand applications, and a guideline doc — built around a positioning frame that took 3 days to lock down before any pixel was drawn.
If you’re not sure which one you need, send us your current brand and a sentence about what it's for — we’ll Loom you a 15-min answer. Free, no pitch.
Repurposing notes
LinkedIn carousel (5 slides): 1. Hook: “Three different things, three different price tags.” 2. Logo — a mark. 3. Visual identity — the system. 4. Brand identity — the whole thing. 5. CTA + the 2-minute test.
X / Twitter thread (6 tweets): 1. Founders use these interchangeably and get sold the wrong scope. Plain-English breakdown: 2. Logo. 3. Visual identity. 4. Brand identity. 5. The test. 6. Link.
Newsletter: lift the comparison table — it’s the most-shared element when this kind of post hits LinkedIn.
by funkymin | Jun 16, 2025 | Uncategorized
Branding is not just a logo
A quick logo or strategic branding?
Right now, the priority is to launch.
The product. The sales. The market. The ads.
And the logo? Sure. Something quick, cheap, and fun. Just enough so it doesn’t look off. Nice fonts, colors, some picture — you know, to have something.
But branding? Come on. I’ve got a business to run, a team to lead, deadlines to meet. I don’t have time for all this “aesthetic” stuff.
Right?
Well then. Let’s unpack this.
So what is branding, really — and who needs it?
Branding is you.
It’s a system. Not just about “looking good” or “trendy.” It’s about alignment — with your values, your vibe, and your goals. It’s about coherence, clarity, and meaning. How you look. How you sound. How people perceive you.
It’s the language you speak to the market. And that language needs to be clear, consistent, and recognizable — at every level.
A full brand system has layers:
• Strategy — who you are, how you’re different, and what value you promise.
• Verbal identity — your tone of voice, key messages, how you talk to your people.
• Visual identity — the logo, colors, fonts, graphic style, imagery, layout.
And most importantly — none of these live in isolation. They work together as a whole.
To make it simple — think of a brand as your outfit. Not one item, but the whole ensemble. Colors, textures, silhouettes, accessories — they all work in harmony. When the elements are thoughtfully chosen, it looks “just right.” When they’re random — the whole image falls apart. And so does the impression.
Your look is a message. And it speaks before you even say a word.
A tailored suit says one thing. A military t-shirt from the trenches — something else entirely.
But put that t-shirt in a gold-trimmed boardroom? That message will shout louder than all the titles in the room.
Because it’s not just clothes. It’s a position. A story. A brand.
When a brand is well-built, it expresses your essence. People get it instantly.
They either see it — or they don’t. And if they do, they already feel who you are, why you’re here, and whether they want to stay.
Who needs branding — and when?
Before the launch? Yes. Especially then.
Branding isn’t a bonus you slap on top of your MVP. It’s the frame that holds it all together: how you present yourself. How people interpret you. What they remember.
Launching without a brand is like stepping onto a stage in the dark. Maybe someone will catch a glimpse of you. But will they recognize you? Understand your value? Know why you’re here?
A strong start isn’t just about the product. It’s about the impression that sticks.
Because first — they choose you. Then — they remember you. And only then — they stay with you.
That’s branding at work.
Want to grow? Your branding has to hold.
Growth doesn’t make things easier — just louder. More people. More channels. More competitors popping out of digital eggs every day.
They’re fast. They play by new rules. And they’re right on your heels.
That’s why you need more than just a good look. You need branding that holds.
Strong branding holds under pressure. It doesn’t fall apart when you hire your fifth team or your tenth contractor. It doesn’t blur as your company expands. It doesn’t fade when “newer and shinier” shows up next door.
Because when branding is done right — it grows with you. It doesn’t go stale. It doesn’t crack under weight. It keeps your message clear, your style consistent, and your value obvious — no matter the scale, format, or trend.
You don’t need to reinvent it from scratch.
You don’t need to defend it — it defends you.
And that’s when you stop worrying about the competition.
They start worrying about you.
Sometimes. When you’re starting out with nothing but drive. When your budget is tight. When you needed it “yesterday.”
But this is a temporary fix.
Like a band-aid. It holds — until it doesn’t. Because as soon as growth kicks in, everything that’s not built on solid ground starts falling apart. And then comes the rebranding. Which isn’t just a new look — it’s a reboot of how people perceive you.
Without strategy, you risk losing more than you gain.
Yes, there are tons of quick fixes these days — from templates to logo generators. But neither AI nor font bundles know who you are and why you exist.
So no — logos aren’t evil. They just need to be part of a bigger plan. Not the plan.
What if I want to do it right — but without going all in?
You don’t need a full team or an all-or-nothing leap. Just use your head. Not looks for the sake of looks — but meaning that can grow.
Not starting from the cover — but from the core.
First: who are you? What are you bringing to the table? What are your principles, your energy, your vibe?
Then — how do you talk about it? What’s your voice, tone, feeling? Only then comes the form: colors, typography, graphics. Even one thoughtful element — a color palette, a phrase, a pattern — can spark a brand. Something alive. Intentional. Scalable — when the time comes.
It’s not “all at once.” But it’s a smart start. A brand that grows with you.
Evolving doesn’t mean breaking.
Your brand grows with you. Sometimes, it just needs an upgrade. A new shape. Cleaner lines. A fresher voice. Like rearranging your room — brighter, more current, but still yours.
You can keep the brand DNA and simply adjust it for the next stage. Rethink. Refine. Add what’s missing.
Evolution is a strategy, too.
But…
Maybe it’s time to make some noise?
Because sometimes updates aren’t about a little refresh — they’re about finally becoming who you really are.
You’ve grown. Changed. Matured. And the old brand just doesn’t hold anymore.
So why patch it up when you can make it better?
• Relaunch the way people see you
• Re-enter the market with clarity
• Win back the attention that drifted elsewhere
• Show who you’ve become — don’t make them guess
Rebranding isn’t scary. It’s not “starting over.” It’s your next level.
Instead of a tired old image, you can show up as a brand that makes people say:
“Whoa. Now that’s a transformation.”
With purpose. With energy. With fresh confidence. Bold. Clear. New.
In the end: a brand builds trust. A logo is just part of it.
Even if your product’s great. Your service — top notch. Your team — full of good vibes. Your business — full of soul and smooth processes.
But if you catch yourself saying: “Don’t mind how we look — we’re actually great inside,” — that’s already about your brand. Or rather, the part that’s not quite there yet.
When you ask clients to ignore your website, your deck, your packaging — you’re apologizing. And that’s not how it should be. Because how you look isn’t decoration. It speaks before you do. It’s part of your message. Part of your value. Part of the trust. Yes, a logo matters. But on its own — it doesn’t work. It only gains power in context: when there’s strategy, meaning, voice, and a visual system behind it.
Branding is when form enhances meaning. When every piece — from color to message — works in sync and says one thing:
Here we are. This is us. And we mean it.
So if you’re playing the long game — don’t just make a logo.
Build a brand.
• Don’t wait for “later” — start your brand foundation now.
• Define your message before designing your look.
• Make sure your brand can grow with you — not just look good today.
• If you’ve outgrown your current image — rethink it, don’t patch it.
• A logo is great. A brand is greater. Build the full picture.
A brand that speaks for you. And holds you steady as you grow.