Brand.dev + Claude "Instant Brand Kit" Service: Sell On-Brand Assets Without Becoming a Design Agency

Category: Monetization Guide

Excerpt:

A hands-on playbook for combining Brand.dev's logo and color API with Claude's writing ability to deliver "Instant Brand Kits"—polished asset packages for startups and agencies who need brand consistency fast. Includes intake forms, production workflow, delivery templates, pricing tiers, and client scripts. No design degree required.

Last Updated: February 4, 2026 | Stack: Brand.dev (brand.dev) + Claude (claude.ai) | Service type: Instant Brand Kit delivery for startups & agencies

Instant Brand Kit Brand.dev = assets on tap Claude = words that fit

Your client needs "brand assets by Friday." You don't need to open Illustrator once.

I kept running into the same ask: a startup just raised, or an agency just signed a new client, and suddenly everyone needs logos in three formats, brand colors with hex codes, a tagline that doesn't embarrass them, and maybe a one-pager they can paste into pitch decks.

The problem isn't creativity. It's collection and polish. The logo exists somewhere. The colors are on their website. The "about us" copy is buried in a Google Doc from 2023. Nobody has time to hunt it all down, format it properly, and make it look like a real brand kit.

That's the gap this tutorial fills. You use Brand.dev to pull logos, colors, fonts, and metadata from any domain in seconds. Then you use Claude to write the connective tissue: taglines, brand voice notes, and polished descriptions that tie everything together.

The result is a "Brand Kit" you can deliver in 24–48 hours—without touching design software.

The promise you sell is simple: "Send me your domain. I'll send back a complete brand kit—logos, colors, voice guidelines, and ready-to-use copy—in two days or less."

Both buttons include utm_source=aifreetool.site for tracking.

The pain behind every "can you send me our logo?" Slack
Symptom
"Which logo is the real one?"

Twelve versions in Dropbox. Nobody remembers which is current. Half are low-res screenshots.

Symptom
"What's our hex code again?"

Someone eyedroppered it once. Now there are three "official" blues and nobody agrees.

Symptom
"We don't have a tagline."

Or worse: they have five, scattered across the website, pitch deck, and LinkedIn.

Your angle
One kit, one truth

Brand.dev pulls the assets. Claude writes the glue. You package it as the single source of brand truth.

Honest scope (say this upfront)

You're not designing a new brand identity. You're organizing what already exists, filling obvious gaps, and packaging it so the team can actually use it. That's a different (and faster) job.

The gap: brand assets exist, but nobody can find or use them

Most startups don't have a "brand problem." They have a brand access problem. The logo is on the website. The colors are in Figma somewhere. The "About" copy was written for a press release in 2022.

What actually happens when someone needs "brand assets":
  1. Slack message: "Does anyone have our logo in PNG?"
  2. Three people send three different files.
  3. Marketing says "use the one on the website."
  4. Someone screenshots it. It's 400×200px and blurry.
  5. By Friday, the pitch deck has a logo that's slightly off-brand and nobody notices until the investor does.

This is the moment you position yourself—not as a designer, but as the person who collects, organizes, and documents what already exists so the team never plays this game again.

Buying signals (these people will pay you)
"We're pitching next week and our deck looks inconsistent."

Translation: they need a polished brand kit yesterday. Speed wins.

"Our designer left and we can't find the source files."

Translation: they need someone to reconstruct the basics from what's publicly visible.

"We're onboarding a new agency and they keep asking for assets."

Translation: they need a single, shareable brand kit they can send once and forget.

You're not selling "design." You're selling organization + polish + speed.

Offer shape: "Instant Brand Kit" (24–48 hour delivery)

How you describe it (plain language)

"You send me your company domain. Within 48 hours, I send back a complete brand kit: your logo in multiple formats, official colors with hex codes, typography notes, a short brand voice guide, and polished copy you can drop into decks, bios, and websites. No Figma files to dig through. No Slack scavenger hunts."

What's in / what's out
Included
  • Logo extraction (PNG, SVG if available)
  • Color palette with hex/RGB
  • Font identification
  • 2–3 tagline options
  • Brand voice summary (1 page)
  • Short bio / boilerplate copy
Not included
  • New logo design
  • Full brand identity creation
  • Unlimited revisions
  • Social media templates
Deliverables (tangible, handoff-ready)
Brand Kit PDF (3–5 pages)

Logo usage, color swatches, typography, voice notes. Clean enough to share with investors or agencies.

Asset folder

Logo files (light/dark, icon/wordmark), organized by format. Ready to drag into Figma, Canva, or decks.

Copy snippets doc

Taglines, short bio (50 words), long bio (150 words), one-liner for pitch decks. All Claude-polished, human-reviewed.

Notice: no mention of "AI-generated." You're selling a brand kit, not a tech stack.

Extract assets: Brand.dev does the heavy lifting

Step 1 – Pull everything with one API call

Brand.dev lets you pass any domain and get back logos, colors, fonts, social links, and company metadata. No scraping. No hunting through source code. Just clean JSON.

Basic API call (JavaScript example)
import BrandDev from 'brand.dev';

const client = new BrandDev({
  apiKey: process.env['BRAND_DEV_API_KEY']
});

// Pull brand data by domain
const brand = await client.brand.retrieve({
  domain: 'stripe.com'
});

console.log(brand.logos);   // Array of logo URLs (light/dark, icon/wordmark)
console.log(brand.colors);  // Array of hex codes with names
console.log(brand.fonts);   // Typography info
console.log(brand.description); // Company description
What you get back (the useful parts)
  • Logos: multiple versions (icon, wordmark), light and dark modes, with URLs you can download directly
  • Colors: hex codes with friendly names (e.g., "Blue Hepatica" for #655ef3)
  • Fonts: typeface names used on the website
  • Description & slogan: official copy if available
  • Social links: Twitter, LinkedIn, etc.
Step 2 – Download and organize

Don't just send API URLs to clients. Download the assets and organize them properly.

Asset folder structure:

ClientName_BrandKit/
├── logos/
│   ├── logo_primary_light.png
│   ├── logo_primary_dark.png
│   ├── logo_icon_light.svg
│   ├── logo_icon_dark.svg
│   └── logo_wordmark.svg
├── colors/
│   └── palette.txt (hex codes + names)
├── fonts/
│   └── typography_notes.txt
└── copy/
    └── brand_copy.docx
Naming matters

Don't send files named 66724cc1-9663-4616-8270-36578d4c8b7b.svg. Rename everything clearly. This is part of the value you're adding.

What to do when Brand.dev can't find something
Missing logo?

Check their Twitter/LinkedIn profile images, app store listings, or press kit page. Manually download and include in the kit.

Missing colors?

Use a browser extension to eyedrop from their website. Note in your delivery: "Colors extracted from website as of [date]."

Write copy: Claude turns raw data into polished brand language

Taglines
30 min

Most startups either have no tagline or have one that's too vague. Claude can generate options that are specific and memorable.

Claude prompt
You're helping me create a brand kit for a company.

Company info:
- Name: [from Brand.dev]
- Description: [from Brand.dev]
- Industry: [from Brand.dev]
- Website copy excerpt: [paste their homepage headline]

Write 5 tagline options that are:
- Under 8 words each
- Specific to what they actually do (not generic)
- Memorable but not gimmicky
- Professional enough for a Series A deck

For each, add a one-sentence note explaining why it works.

Deliver 2–3 finalists with the kit. Let the client pick or request tweaks.

Brand voice guide
45 min

A short document that says "this is how we sound" is surprisingly rare—and surprisingly valuable.

Claude prompt
Based on this company's website copy and description, write a short brand voice guide (1 page max).

Include:
1. Voice in 3 words (e.g., "Clear, confident, helpful")
2. Tone spectrum (formal ↔ casual, playful ↔ serious)
3. "We say / We don't say" examples (3 pairs)
4. One sample paragraph in their voice

Company info:
[paste Brand.dev description + 2-3 paragraphs from their website]

Keep it practical. This will be used by copywriters and marketers who need quick guidance.

This is often the most-used part of the kit. Teams reference it constantly.

Bio & boilerplate
30 min

Every startup needs: a one-liner, a short bio (50 words), and a long bio (150 words). Most have none of these written well.

Claude prompt
Write three versions of a company bio for [Company Name]:

1. One-liner (1 sentence, under 15 words)
   - Use format: "[Company] helps [audience] [benefit]."

2. Short bio (exactly 50 words)
   - For Twitter, LinkedIn, speaker bios

3. Long bio (exactly 150 words)
   - For press releases, about pages, pitch decks

Company info:
[paste Brand.dev description + any website copy]

Tone: Match their existing voice (professional/friendly/technical).
Avoid: Jargon, buzzwords, "revolutionary," "world-class."

Clients love having copy they can just paste. No more rewriting from scratch.

Quality control (don't skip this)
Read everything out loud

Claude output is good but not perfect. Reading aloud catches awkward phrasing instantly.

Check facts against their website

Make sure Claude didn't hallucinate features, claims, or founding dates. Verify everything.

Package & deliver: make it feel like a real deliverable

The Brand Kit PDF (what clients actually share)

This is your main deliverable. Keep it clean, not fancy. Use Canva, Notion export, or even Google Slides → PDF.

Brand Kit PDF structure (4–6 pages):

Page 1: Cover
- Company name + logo
- "Brand Kit" + date
- Prepared by [your name / company]

Page 2: Logo usage
- Primary logo (light/dark backgrounds)
- Icon version
- Minimum size / clear space notes
- "Don't stretch, don't recolor" reminder

Page 3: Color palette
- Primary color(s) with hex, RGB
- Secondary colors
- Simple swatches

Page 4: Typography
- Primary font name
- Where to get it (Google Fonts, etc.)
- Usage notes (headlines vs. body)

Page 5: Brand voice
- Voice in 3 words
- Tone notes
- "We say / We don't say"

Page 6: Copy snippets
- One-liner
- Short bio (50 words)
- Long bio (150 words)
- 2–3 tagline options
Delivery email (copy/paste)
Subject: [Company] Brand Kit – Ready

Hey [Name],

Your brand kit is ready. Here's what's inside:

✅ Brand Kit PDF (5 pages)
   - Logo usage, colors, typography, voice guide, copy snippets

✅ Asset folder
   - Logo files in PNG + SVG (light/dark versions)
   - Color palette reference

✅ Copy doc
   - One-liner, short bio, long bio, tagline options

Link: [Dropbox/Drive link]

A few notes:
- All colors extracted from your live website as of [date]
- Fonts identified: [Font name] – available on Google Fonts
- If you need any tweaks, reply with specifics

This kit is ready to share with agencies, investors, or new hires.

— [Your name]

Professional, clear, no fluff. Clients can forward this email directly to their team.

Pricing (realistic ranges, not fantasy)

PackageWhat you deliverBest forRange (USD)
Instant Brand Kit (Standard) Logo extraction + color palette + typography notes + brand voice guide (1 page) + copy snippets (one-liner, short bio, long bio) + 2 tagline options. PDF + asset folder. 48-hour delivery.Startups needing basics fast. Agencies onboarding new clients.$200 – $500
Brand Kit + Extended Copy Everything in Standard, plus: expanded voice guide (2 pages), 5 tagline options, pitch deck intro paragraph, press release boilerplate, social media bio variants.Startups preparing for fundraising or press.$400 – $900
Bulk / Agency Retainer 4–8 brand kits per month for an agency. Consistent format, fast turnaround. Volume discount.Agencies who onboard multiple clients monthly.$600 – $2,000 / month

These are ranges, not guarantees. Price depends on complexity, turnaround time, and how much custom copy work is needed. The key is charging for the outcome (a usable brand kit), not the hours or the tools.

Pricing rule that keeps you sane

If the client wants you to design a new logo, create templates, or write a full messaging guide—that's a different project. Quote separately or refer them to a designer. Don't let scope creep kill your margins.

Finding clients (and what to say)

Who already needs this
  • Startups that just raised (suddenly everyone wants their logo)
  • Agencies onboarding new clients (they need brand assets from Day 1)
  • Companies rebranding who need to document the new identity
  • Marketing teams inheriting brands with no style guide
  • Freelancers starting work with a new client ("send me your brand kit" → silence)
Cold outreach script (short, specific)
Subject: quick brand kit for [Company]

Hey [Name],

I help startups who don't have time to dig through Dropbox
looking for "the right logo."

I pull your brand assets (logos, colors, fonts) from your
live site, clean them up, and add a short voice guide +
polished copy snippets (bios, taglines, one-liners).

You get a single PDF + asset folder you can share with
investors, agencies, or new hires—delivered in 48 hours.

If you send me your domain, I can show you a preview
of what I'd extract before you commit.

— [Your name]
Landing page angle (what converts)

"Send me your domain. I'll send back a complete brand kit—logos in every format, official colors, typography notes, voice guide, and polished copy—in 48 hours. No more Slack scavenger hunts."


Tool CTAs (official + tracked)
Boundary script (when scope creeps)
Just to be clear on scope:

The Instant Brand Kit organizes and polishes what you already have:
logos, colors, fonts, and copy based on your existing brand.

It doesn't include:
- New logo design
- Full brand identity creation
- Unlimited copy revisions

If you need those, I can refer you to a designer
or quote a separate project.

The real value you're selling

This isn't about Brand.dev or Claude. It's about giving teams a single source of truth for their brand. No more "which logo is the right one?" No more digging through old Figma files. No more rewriting the company bio from scratch every time someone needs it.

Start with one kit. Deliver it fast. Make it clean. After 3–5 clients, you'll have a repeatable process that takes 2–3 hours per kit—and you can charge $300–500 for each one. That's the kind of "productized service" that actually scales.

FacebookXWhatsAppEmail