Open-Source Favicon Provider
Hey HN, We couldn’t find a reliable favicon provider for our CRM [1]. There are existing solutions (FaviconKit, Google faviconV2, ...) but we have faced issues with all of them: rate-limiting, down-time, inconsistent icon size. We were looking for a solution that is: 1) reliable: no down-time ; 2) accurate: request a specific icon size to optimize for user bandwidth ; 3) high-quality: that provides the highest resolution icon available for a given requested size ; 4) open-source: this is a common need and a simple problem to solve: an open solution should exist and anybody should be able to…
In plain words
Open-Source Favicon Provider is a tool that retrieves website favicons reliably by fetching them from HTML meta tags or Google's Favicon API. Built for developers using CRMs and other applications that need icons, it addresses problems with existing solutions like rate-limiting, downtime, and inconsistent sizing. The service allows users to request specific icon sizes for bandwidth optimization and returns the highest available resolution. Being open-source and self-hostable, it enables anyone to deploy and contribute improvements independently.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hey HN, We couldn’t find a reliable favicon provider for our CRM [1]. There are existing solutions (FaviconKit, Google faviconV2, ...) but we have faced issues with all of them: rate-limiting, down-time, inconsistent icon size. We were looking for a solution that is: 1) reliable: no down-time ; 2) accurate: request a specific icon size to optimize for user bandwidth ; 3) high-quality: that provides the highest resolution icon available for a given requested size ; 4) open-source: this is a common need and a simple problem to solve: an open solution should exist and anybody should be able to contribute or to host it. Technical details: Here is the source code: https://github.com/twentyhq/favicon. The way it works is very simple. We have implemented a few strategies to fetch favicons: get favicon from html meta/link tags, call Google Favicon API. Then we retrieve the image and store it into S3. The next time someone asks for the image it is usually served from our CDN cache directly. If not, then it’s pulled from S3. Cloud Hosting: We are hosting a server on favicon.twenty.com. We will be using it to power Twenty CRM, so it will be maintained up and running for our own needs. Feel free to use it by directly by embedding images like this: https://favicon.twenty.com/google.com or https://favicon.twenty.com/google.com/64 [1] https://github.com/twentyhq/twenty
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com