Skip to content

Playground

Try out all avatar styles with the interactive playground below.

Avatar Styles Preview

Enter a seed value to see how each style generates unique avatars

64px

Run Locally

You can also run the playground locally with the full package:

  1. Clone the project

    Terminal window
    git clone https://github.com/hugoogb/avatar-generator.git
  2. Install dependencies

    Terminal window
    cd avatar-generator && pnpm install
  3. Run the playground

    Terminal window
    pnpm playground:core
  4. Open your browser to the URL shown in the terminal

Available Styles

StylePackageDescription
Initials@avatar-generator/style-initialsLetter initials on colored backgrounds
Identicon@avatar-generator/style-geometricGitHub-style symmetrical 5x5 grid patterns
Pixel Faces@avatar-generator/style-pixels8-bit retro faces with eyes, mouth, and hair
Rings@avatar-generator/style-ringsConcentric rings with segmented/dashed variants
Faces@avatar-generator/style-facesMinimal flat geometric faces
Illustrated@avatar-generator/style-illustratedDetailed cartoon faces with accessories
Anime@avatar-generator/style-animeAnime/manga-inspired faces with expressive eyes

Each style produces unique, deterministic avatars based on the seed you provide.