Section Type

Brands

Multi-select from the full simple-icons catalog (~3100 icons). Each selected icon renders as a shield.io badge using the icon's color and slug. Has autodetection that matches project dependency names against simple-icons slugs.

Fields

NameTypeSource
technologiesmulti-selectsimple-icons slug catalog

Autodetection

BrandsSectionAutodetect fuzzy-matches dependency names and tech tags against simple-icons slugs using searchBadges()and searchForSplits(). Runs after the project scanner extractsdependencies[] and tech[].

Render Output

## TECHNOLOGIES
[![typescript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=TypeScript&logoColor=white)]()
[![react](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=white)]()

Web app renders inline. CLI uses a Mustache template (template.md).