Show HN: Iconify-static – Use Iconify without the external CDN

by drbsclon 1/26/2026, 3:49 PMwith 0 comments

Iconify is a great library for using icons in webapps, but the official library makes client-side retrievals from Iconify's CDN at runtime.

This was deal breaker while I worked on an offline-first side project, so I built this library which downloads icons and adds it to your app's assets when Vite performs building.

0