> ## Documentation Index
> Fetch the complete documentation index at: https://www.logo.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Use cases

> See your use case solved with the Logo.dev API: live demos with copy-paste code and AI prompts for fintech, CRMs, SaaS, and more.

Every page here solves one use case end to end: a live demo, code you can paste, and a prompt your AI coding tool can build from. Find yours by what you're building.

## For fintech apps

<CardGroup cols={2}>
  <Card title="Transaction feeds" icon="credit-card" href="/docs/use-cases/transaction-logos">
    Show merchant logos next to charges, the way banking apps do it.
  </Card>

  <Card title="Stock watchlists" icon="chart-line" href="/docs/use-cases/stock-ticker-logos">
    Render watchlist rows that pull logos straight from ticker symbols.
  </Card>
</CardGroup>

## For CRMs and sales tools

<CardGroup cols={2}>
  <Card title="CRM records" icon="address-book" href="/docs/use-cases/crm-logos">
    Show tiny logos in the account list and the full logo on the record.
  </Card>

  <Card title="Company autocomplete" icon="magnifying-glass" href="/docs/use-cases/company-autocomplete">
    Build a company picker that shows logos next to results as the user types.
  </Card>
</CardGroup>

## For SaaS marketing and onboarding

<CardGroup cols={2}>
  <Card title="Onboarding personalization" icon="wand-magic-sparkles" href="/docs/use-cases/onboarding-personalization">
    Brand the signup preview from the user's work email.
  </Card>

  <Card title="Customer logo wall" icon="building" href="/docs/use-cases/customer-logo-wall">
    Build a trusted-by wall from wide wordmark logos.
  </Card>

  <Card title="Animated logo wall" icon="grip" href="/docs/use-cases/animated-logo-wall">
    Show three times the brands in the same space with a wall that cycles in a calm wave.
  </Card>
</CardGroup>

## For marketplaces and job boards

<CardGroup cols={2}>
  <Card title="Integration logos" icon="puzzle-piece" href="/docs/use-cases/integration-logos">
    Build a marketplace grid of connector tiles that survives partner rebrands.
  </Card>

  <Card title="Job board logos" icon="briefcase" href="/docs/use-cases/job-board-logos">
    Render employer logos on thousands of listings that lazy-load and never break.
  </Card>
</CardGroup>

## For AI and creative tools

<CardGroup cols={2}>
  <Card title="Brand asset import" icon="images" href="/docs/use-cases/brand-assets">
    Let users type a domain and import logos, banners, and colors into a deck.
  </Card>

  <Card title="On-brand content" icon="palette" href="/docs/use-cases/brand-colors">
    Turn a generic template into the customer's page with a real logo and brand colors.
  </Card>
</CardGroup>

## Start simple

Just need a logo on screen? Start here.

<CardGroup cols={2}>
  <Card title="Logo from a domain" icon="globe" href="/docs/use-cases/logo-from-domain">
    Drop in a logo component that handles dark mode, retina, and missing logos.
  </Card>

  <Card title="Logo from a name" icon="font" href="/docs/use-cases/logo-from-name">
    Turn lists of company names into logos, one URL per name.
  </Card>

  <Card title="Spreadsheets and slides" icon="table" href="/docs/integrations/google-sheets">
    Use `IMAGE()` formulas in Google Sheets, Excel, and PowerPoint.
  </Card>

  <Card title="Coming from Clearbit" icon="arrow-right-arrow-left" href="/docs/migrations/clearbit">
    Swap the base URL, add a token, and your Clearbit logos keep working.
  </Card>
</CardGroup>

New to Logo.dev? The [quickstart](/docs/quickstart) gets your first logo rendering in under a minute.
