LogoAI
LogoAI (logoai.com) is a paid browser SaaS, not a library or API. An AI
engine generates logo candidates from a name + industry + style preferences;
editing is free, but every download costs money — one-time packages, no
subscription. There is no public generation API, no npm package. A human does
the browser session and the checkout; this skill owns what to tell them and
everything after the zip arrives.
Pricing and packages (verified Aug 2026 — recheck logoai.com/pricing; the chart is JS-rendered)
| Package |
Price |
You get |
Enough for |
| Basic |
$29 |
Low-res 800×600 logo, transparent PNG, one vector file |
Website/social only — barely |
| Pro |
$59 |
High-res files, SVG + EPS vectors, transparent backgrounds |
Web + print. Minimum for real integration work |
| Brand |
$99 |
Pro formats + logo animation + brand kit: business cards, social templates, email signatures, Word/PPT, brand center |
Full identity in a hurry |
Extras: repeat-purchase code LOGOPRO (40–60% off 2nd+ logos); "Designer
Manual Fix" +$40 for up to 3 human revisions. Generating and previewing costs
nothing — pay only when a candidate is chosen.
Always steer the purchase to Pro or Brand. Web integration without an SVG
means shipping raster logos, and every step of references/integration.md
assumes vector input.
Licensing — read before any commercial launch
Blunt summary of LogoAI's terms (logoai.com/term) plus US copyright reality:
- You buy a license, not the copyright. The terms state no trademark,
copyright, or service marks are conveyed. No use at all until payment.
- No uniqueness guarantee. LogoAI performs no trademark/copyright search
and disclaims any duty to. Template-driven AI output can resemble other
customers' logos or existing marks. Run your own trademark search
(USPTO TESS or counsel) before the mark fronts a commercial product.
- Purely AI-generated art is likely not copyrightable at all under current
US Copyright Office guidance (human authorship requirement) — so nobody may
hold enforceable copyright in the mark. Real protection for a logo is
trademark registration through use in commerce, which you can pursue
regardless of copyright status.
- Ownership of a purchased logo can be transferred between LogoAI accounts
(relevant when generating on a client's behalf).
Acceptable risk for an MVP or internal tool; a funded company should treat a
LogoAI mark as a placeholder and budget for a designed identity.
Selection — the human's browser trip
- Before generating, extract a direction: 3–5 references via the
logosystem skill, distilled into style/mood/type vocabulary (monoline,
geometric, wordmark-only…). Feeding LogoAI a real brief beats roulette.
- Send the human to
https://www.logoai.com/logo-maker with: exact brand
name and tagline spelling, industry, 2–3 style keywords, and brand hex
codes if they exist (pairs with the uicolors skill's scale).
- Tell them what to buy: Pro minimum; Brand only if the kit will be used.
Request/keep: full-color SVG, single-color SVG (the dark-mode workhorse),
mark-only SVG if the design is a lockup.
- Stop and wait. Do not scaffold imports for files that don't exist.
Expected on receipt: a zip with SVG/EPS/PNG; put sources in
public/brand/.
Integration — after the zip arrives
Full code in references/integration.md. The non-negotiables:
- Clean the SVG first: SVGO, strip fixed width/height, keep viewBox — same
discipline as the haikei skill documents; generated SVGs often carry
editor cruft and outlined-text bloat.
- Favicons/app icons via Next.js file conventions:
app/icon.svg,
app/favicon.ico, app/apple-icon.png — derived from the mark, never the
full lockup.
- Header logo inline with
currentColor (single-color variant) so one
asset themes with text-* utilities; multi-color needs explicit dark: swaps
(this repo is darkMode: "class" — media-query tricks won't follow the toggle).
- OG image: static
app/opengraph-image.png (1200×630) composed from the
logo with generous margin.
- Clearspace as CSS padding, and lockup-vs-mark responsive swapping —
patterns shared with the logosystem skill's
references/implementation.md.
When not to use
- Funded/brand-led company: commission a designer; AI logos are template-adjacent.
- You only need placeholder identity for a demo: a set-in-type wordmark
(repo fonts, see bestfreefonts) is free and often classier.
- You need inspiration, not generation — logosystem.
- The "logo" is really an illustration or 3D hero — spline / haikei territory.
Anti-patterns
- Shipping the Basic package's raster into a codebase (blurry header, no theming).
- Skipping the trademark search because "the AI made it" — it can still infringe.
- Putting the full lockup in a favicon (illegible at 16–48px).
- Recoloring a multi-color mark with CSS filters for dark mode.
- Claiming files exist before the human confirms the purchase and download.
1---2name: logoai3description: LogoAI4---56# LogoAI78LogoAI (logoai.com) is a **paid browser SaaS**, not a library or API. An AI9engine generates logo candidates from a name + industry + style preferences;10editing is free, but **every download costs money** — one-time packages, no11subscription. There is no public generation API, no npm package. A human does12the browser session and the checkout; this skill owns what to tell them and13everything after the zip arrives.1415## Pricing and packages (verified Aug 2026 — recheck logoai.com/pricing; the chart is JS-rendered)1617| Package | Price | You get | Enough for |18|---|---|---|---|19| Basic | $29 | Low-res 800×600 logo, transparent PNG, one vector file | Website/social only — barely |20| Pro | $59 | High-res files, **SVG + EPS vectors**, transparent backgrounds | Web + print. **Minimum for real integration work** |21| Brand | $99 | Pro formats + logo animation + brand kit: business cards, social templates, email signatures, Word/PPT, brand center | Full identity in a hurry |2223Extras: repeat-purchase code `LOGOPRO` (40–60% off 2nd+ logos); "Designer24Manual Fix" +$40 for up to 3 human revisions. Generating and previewing costs25nothing — pay only when a candidate is chosen.2627**Always steer the purchase to Pro or Brand.** Web integration without an SVG28means shipping raster logos, and every step of `references/integration.md`29assumes vector input.3031## Licensing — read before any commercial launch3233Blunt summary of LogoAI's terms (logoai.com/term) plus US copyright reality:3435- **You buy a license, not the copyright.** The terms state no trademark,36 copyright, or service marks are conveyed. No use at all until payment.37- **No uniqueness guarantee.** LogoAI performs no trademark/copyright search38 and disclaims any duty to. Template-driven AI output can resemble other39 customers' logos or existing marks. **Run your own trademark search**40 (USPTO TESS or counsel) before the mark fronts a commercial product.41- **Purely AI-generated art is likely not copyrightable at all** under current42 US Copyright Office guidance (human authorship requirement) — so nobody may43 hold enforceable copyright in the mark. Real protection for a logo is44 **trademark registration through use in commerce**, which you can pursue45 regardless of copyright status.46- Ownership of a purchased logo can be transferred between LogoAI accounts47 (relevant when generating on a client's behalf).4849Acceptable risk for an MVP or internal tool; a funded company should treat a50LogoAI mark as a placeholder and budget for a designed identity.5152## Selection — the human's browser trip53541. Before generating, extract a direction: 3–5 references via the55 **logosystem** skill, distilled into style/mood/type vocabulary (monoline,56 geometric, wordmark-only…). Feeding LogoAI a real brief beats roulette.572. Send the human to `https://www.logoai.com/logo-maker` with: exact brand58 name and tagline spelling, industry, 2–3 style keywords, and brand hex59 codes if they exist (pairs with the **uicolors** skill's scale).603. Tell them what to buy: **Pro minimum**; Brand only if the kit will be used.61 Request/keep: full-color SVG, **single-color SVG** (the dark-mode workhorse),62 mark-only SVG if the design is a lockup.634. **Stop and wait.** Do not scaffold imports for files that don't exist.64 Expected on receipt: a zip with SVG/EPS/PNG; put sources in `public/brand/`.6566## Integration — after the zip arrives6768Full code in `references/integration.md`. The non-negotiables:6970- **Clean the SVG first**: SVGO, strip fixed width/height, keep viewBox — same71 discipline as the **haikei** skill documents; generated SVGs often carry72 editor cruft and outlined-text bloat.73- **Favicons/app icons via Next.js file conventions**: `app/icon.svg`,74 `app/favicon.ico`, `app/apple-icon.png` — derived from the mark, never the75 full lockup.76- **Header logo inline with `currentColor`** (single-color variant) so one77 asset themes with `text-*` utilities; multi-color needs explicit `dark:` swaps78 (this repo is `darkMode: "class"` — media-query tricks won't follow the toggle).79- **OG image**: static `app/opengraph-image.png` (1200×630) composed from the80 logo with generous margin.81- **Clearspace as CSS padding**, and lockup-vs-mark responsive swapping —82 patterns shared with the **logosystem** skill's `references/implementation.md`.8384## When not to use8586- **Funded/brand-led company**: commission a designer; AI logos are template-adjacent.87- **You only need placeholder identity for a demo**: a set-in-type wordmark88 (repo fonts, see **bestfreefonts**) is free and often classier.89- **You need inspiration, not generation** — **logosystem**.90- **The "logo" is really an illustration or 3D hero** — **spline** / **haikei** territory.9192## Anti-patterns9394- Shipping the Basic package's raster into a codebase (blurry header, no theming).95- Skipping the trademark search because "the AI made it" — it can still infringe.96- Putting the full lockup in a favicon (illegible at 16–48px).97- Recoloring a multi-color mark with CSS filters for dark mode.98- Claiming files exist before the human confirms the purchase and download.