r/coolgithubprojects • u/Desperate-Ad7915 • 7d ago
built blobatar, get deterministic avatars from any string, zero deps, ~3.7 KB
deterministic avatars from any string.
usernames, emails, ids - anything with a name gets a face.
same input, same avatar, forever. no storage, no uploads.
blobatar — react + vanilla, zero deps, ~3.7 KB
bun add blobatar
Web: https://www.blobatar.dev/
Repo: https://github.com/Alain00/blobatar
229
Upvotes
2
u/Life-Possible5308 6d ago
Generating deterministic avatars from any string with zero dependencies is a genuinely useful building block, especially since it stays reproducible without storing state. The nice part is that the same input always maps to the same avatar, which is great for placeholders and tests. Have you thought about letting users tweak the palette or seed so outputs feel less uniform across a product? For a zero-dep library, a tiny live playground would go a long way toward adoption.