Appearance
Quick start
You can generate your first avatar in under a minute — no account, no SDK.
1. Pick a style
Browse the 175 styles and note the slug (the lowercase name), e.g. suils, kawaii, unicorn, cat, or robot.
2. Build a URL
https://avatars.suils.es/<style>/<format>?seed=<your-seed><style>— a style slug from the catalog.<format>—svg(default),png,jpg,webp,avif, orjson.seed— any string. The same seed always returns the same avatar.
https://avatars.suils.es/kawaii/svg?seed=Anna3. Drop it into your app
html
<img
src="https://avatars.suils.es/kawaii/svg?seed=Anna"
width="96"
height="96"
alt="Anna"
/>That's it. Use a stable identifier (user ID, email, username) as the seed and every user gets a consistent avatar automatically.
Next steps
- HTTP API reference — every format and option.
- Use it in React, Vue or Next.js.
- Self‑host Suils.
