Turns opinions into actionable reputation within Farcaster. You rate from 1–10, unlock the community average, and share in one tap. The app suggests categories, detects controversy, and displays leaderboards that refresh weekly.
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installnpm run dev- Ratings Persistence
- Leaderboard
- Profile
- Custom theme defined in
theme.csswith OnchainKit variables - Pixel font integration with Pixelify Sans
- Dark/light mode support through OnchainKit
The app is wrapped with MiniKitProvider in providers.tsx, configured with:
- OnchainKit integration
- Access to Frames context
- Sets up Wagmi Connectors
- Sets up Frame SDK listeners
- Applies Safe Area Insets
To get started building your own frame, follow these steps:
-
Remove the DemoComponents:
- Delete
components/DemoComponents.tsx - Remove demo-related imports from
page.tsx
- Delete
-
Start building your Frame:
- Modify
page.tsxto create your Frame UI - Update theme variables in
theme.css - Adjust MiniKit configuration in
providers.tsx
- Modify
-
Add your frame to your account:
- Cast your frame to see it in action
- Share your frame with others to start building your community
- License: MIT
- Copyright (c) 2025 Luis Fernando Ushiña (Wolfcito)
- See the
LICENSEfile for full text.