The Qudot project exists to preserve the discoverability of Reddit Collectible Avatars after their sunset.
It provides a place for interested users to have a transparent view of the program's economics, for creators to showcase their work and for collectors to explore and look up collectibles.
Important
Qudot is not a marketplace and does not support buying, selling or using Reddit Collectible Avatars.
The logic and utilities are licensed under the MIT License. Files located in src/data/ (including images, descriptions and metadata) are property of Reddit and the original creators.
If you are a creator and want to update your display, username or bio (profile description), feel free to reach out through any of the socials on my site uxuz.zip or just submit a pull request.
LLMs have come a long way and have gotten really (really!) good with coding, this is especially true for React and using them greatly reduced the time spent on implementing the features for this project.
While the generated code work, they are by no means perfect, in fact most of the time far from ideal (iykyk, LLMs love useEffect). However, since this is not a commercial product and the goal is to minimize the development time, the trade off is worth it, as there are no plans to extend or improve it in the future.
Install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.