mattwelter / farcaster-user-stats

Farcaster app for checking your profile statistics.

Home Page:https://farcasteruserstats.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner-1

FarcasterUserStats.com

FarcasterUserStats is a website that allows anybody to see basic statistics for a given Farcaster user.

.env.local file

PostgreSQL DB access to a Farcaster hub. Retrieve a Neynar API key and hub DB access here

DB_HOST=''
DB_PORT=''
DB_DATABASE=''
DB_USER=''
DB_PASS=''
NEYNAR_API_KEY=''
REDIS_HOST=''
REDIS_PORT=''
REDIS_PASSWORD=''

To-do

  • Search for users by username
  • User pages
    • Tabs switching between components
    • 7 day follower summary
    • Cast activity graph
      • Cast Activity tooltip (showing date and # of casts)
    • Feed of top liked casts
      • Filter by 30 days, year, or all time
      • Link to view cast on Warpcast
    • FID neighbor navigation
  • Suspense pre-loaded skeleton
  • Mobile friendly CSS styling
    • Cast Activity responsiveness, based of viewport
  • Global heat map of user locations
  • Add "Hatecast.xyz" components to the profile pages

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Farcaster app for checking your profile statistics.

https://farcasteruserstats.com


Languages

Language:TypeScript 73.6%Language:CSS 16.7%Language:JavaScript 9.7%