PLATFORMS Signal 465
Set your own project avatars
Vercel now lets users manually set a project avatar via the dashboard or REST API, overriding the previous automatic favicon-based assignment.
Engineers can give each microfrontend a distinct visual identity even when the projects share the same favicon. Backend projects that lack a favicon can now display an avatar, making them recognizable in the Vercel dashboard and in GitHub comments from the Vercel bot.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Before this change, Vercel set each project’s avatar automatically from the favicon of its production deployment.
Users can now select or upload a custom avatar in the project settings or via the REST API.
If no custom avatar is provided, the system continues to use the favicon-derived default as a fallback.
THE READ
What elseif makes of it.
The update replaces Vercel’s automatic avatar selection with a manual option that can be configured in the project settings or through the REST API. Previously, the service derived the avatar directly from the favicon found in the project’s production deployment. This automatic behavior remains the default when no custom avatar is chosen. The change gives users explicit control over the image that represents a project.
Adopting the new capability requires either navigating to the dashboard settings for a project or preparing an image file and posting it via the REST API. No modifications to application code or build pipelines are needed, but the user must allocate time to choose or create the avatar. Teams that manage many projects may need to establish a process for maintaining consistent avatar assets.
If a project does not have a custom avatar and also lacks a favicon in its production deployment, the fallback mechanism has no image to use, resulting in no avatar being displayed. Similarly, microfrontend projects that continue to rely on the shared favicon will appear identical unless an avatar is set manually. Thus the feature only improves visibility when an avatar is explicitly provided.
When a custom avatar is set, it appears in the Vercel dashboard alongside each project’s name and in comments made by the Vercel bot on linked GitHub repositories. This uniform rendering helps engineers quickly identify projects across both platforms without inspecting URLs or metadata. The visual cue persists as long as the avatar remains configured in the project’s settings.
Written by elseif from the cluster below · checked for specifics the sources never containedTHE CLUSTER
↗