hashvatar icon indicating copy to clipboard operation
hashvatar copied to clipboard

Create hash avatar for your handler

Hashvatar

Create hash avatar of your handler. Inspired from this tweet:

Usage

Use this format to get your hashvatar:

# Format
https://hashvatar.vercel.app/{yourhandler}/{optional_variants}

# Example:
https://hashvatar.vercel.app/wzulfikar
https://hashvatar.vercel.app/wzulfikar/spider
https://hashvatar.vercel.app/wzulfikar/stagger

Demo

Credits

Codes and maths to generate the avatar comes from François Best (@fortysevenfx). I only used the code to create a dynamic endpoint that serves the avatar on demand.

See this blog post for implementation details: https://francoisbest.com/posts/2021/hashvatars?demo=Hello,%20Twitter%21

That's it!