Avatar
Generative Avatar
A fallback avatar without initials: the pattern is derived from an identifier, so an email, a phone number or a wallet address gets a face too.
What you can change
- seed — an email, an id, a wallet address
- name for the screen-reader label
- size — sm, md or lg
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/avatar-037?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, no dependencies, its own palette in the local --vibeui-avatar-037-* variables. The identifier is folded into FNV-1a — the same hash as in the rest of the category's avatars, so a person's hue matches everywhere. From the hash a 5×5 grid is computed: the three left-hand columns are taken from the bits and the two right-hand ones mirror them, because a symmetric figure reads as a mark while an asymmetric one reads as noise. It is drawn as inline SVG in a 0 0 5 5 viewBox, with no images and no requests. The name lies in hidden text for a screen reader, and the pattern is marked aria-hidden. The theme comes from color-scheme through light-dark(), and the component switches the class-based dark theme on for itself.
Tags
- avatar
- identicon
- fallback
- generative
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…