hero-org / herocast

herocast is Farcaster’s leading open-source client. Our goal is to decentralize power on the internet, faster.
https://app.herocast.xyz
GNU Affero General Public License v3.0
64 stars 30 forks source link

Add profile pages #349

Closed hellno closed 2 months ago

hellno commented 3 months ago

Is your feature request related to a problem? Please describe. Users want to see the their own and other profiles

Additional context We have an existing implementation, but it's nextjs server-side based and doesn't work. it's in pages/profile/[slug].tsx either make server side work or bring the API requests to the client side.