DEV Community

Bryan
Bryan

Posted on

Stop shipping ugly AI apps: I built a CLI to fix brand & SEO issues

I kept noticing the same pattern with AI-generated apps.

They work.
But they look... off.

  • Colors drift
  • Components are inconsistent
  • SEO is half-broken
  • Branding feels random

So I built something to fix that.

Introducing Brand Pilot

Brand Pilot is a CLI tool that scans your project and detects brand and SEO issues directly from your terminal.

No dashboards. No setup. Just run a command.

👉 Check it out: https://brand-pilot.sakaax.com

👉 GitHub repo: https://github.com/Sakaax/brand-pilot

What it does

  • Audits brand consistency (colors, fonts, components)
  • Detects SEO issues (meta tags, OG, structure)
  • Generates README, OG images, and brand kits
  • Works locally (no API, no telemetry)

Example


bash
/brand-pilot audit
Enter fullscreen mode Exit fullscreen mode

Top comments (0)