Awesome
Frencircle
Create your own Farcaster interaction circle. Inspired by Chirpty. Friendcaster generates an image that shows you the users you interact with most on Farcaster.
- Repo contains the v2 of Friendcaster
What counts as interaction?
- Currently only replies are considered.
- Other interactions (recasts, likes, watchings) will be considered when Farcaster hubs are implementad and recasts etc become protocol level features.
v2
-
Mint as nft
- Write nft contracts.
- Generate image from user's page.
- Store image on IPFS/Arweave.
- Mint as NFT.
-
Fix responsiveness [help needed].
-
Build a full-fledged frontend Next.js. And offload image rendering here.
-
Use an outward spiral instead of multiple levels of circles. (alignment)
-
Replace a static image gen via canvas with a dynamic animated thingy built via react
-
Serverless using /api routes.
-
Show user metadata
- Username
- Bio
- Top cast (need to add link)
- Followers
- Open profile in fc
-
Allow users to customize stuff: bg, profile outline, size, num of spiral layers etc.
-
Consider other interactions in the calculation. Possible when v2 of farcaster launches, as currently likes, recast, etc are not protocol level features.