Show HN: Get the Favicon of Any Website

2 mnapoli 1 8/17/2025, 5:37:53 PM favicon.show ↗
This is my week-end project. I needed this for another project that shows a list of website.

Showing the favicon of websites can be surprisingly hard if you want it to be more than just blindly grabbing website.com/favicon.ico.

This is built on Cloudflare Workers.

Comments (1)

gus_massa · 1h ago
I expected something like

<img src="https://favicon.show/?letter=L">

Do you cache the favicons, or do you call the site each time?