GitHub-style abstract avatars from any text. Same input = same image, every time.
The input is hashed with SHA-256. The first three bytes pick a hue (or are overridden by a fixed palette). The remaining bytes are read as a bitstream into a 5×3 grid which is then mirrored horizontally — that's why identicons look symmetrical.
Your input never leaves the browser. Hashing and drawing both run locally.