URL: https://blackgirlbytes.github.io/did-alias-generator/
I'm trying to get a better understanding of DID's in Web5. I would like for my DIDs to be connected to a user-friendly alias rather than a long string of alphanumeric characters. TBD might have plans to enable this or this might not even be the most optimal solution, but this is something that will work for me going forward as I build other projects. I want to be able to keep track of my DIDs and have a fun aliases. Once I find a better solution, I will update this.
## Things I need to add - This only creates a username on a user's DWN. I guess there need to be some sort centralization with a decentralized ecosystem to have all the usernames aggregated into one spot - Maybe it can link to social media platforms - Maybe I can add verifiable credentials- Web5
- Next.js
- Ant Design
- GitHub Pages
- Need to add tests
- AI to help you generate a username if you can't think of one
- ability to search for usernames maybe using fuse.js - a fuzzy search library