What problem does it solve?
It removes the manual, error-prone work of creating complete favicon and app icon sets across browsers and devices by generating a ready-to-use PWA artifact bundle from a single SVG or a single master raster image.
Core Features & Use Cases
- Vector-first SVG pipeline: write an SVG inline for geometric marks and monograms, tuned to remain readable at small favicon sizes (e.g., 16×16).
- Raster workflow via ComfyUI: generate a high-quality 1024×1024 icon with richer gradients/materials and then convert it into the full favicon/PWA set.
- One convergence toolchain: both input paths feed into a single build step that produces
favicon.ico, multiple PNG sizes, apple-touch-icon.png, icon-maskable.png, site.webmanifest, and a correct HTML <head> snippet for immediate integration.
Quick Start
Tell the agent to generate a favicon set from your brand by providing either an SVG you wrote inline or a path to your master PNG, plus the PWA name/short name and theme colors, and then paste the returned HTML snippet into your page’s <head>.