Polymarket trader leaderboard and social layer. Track the sharpest wallets, see their open positions, and find what markets smart money is concentrated in.
- Next.js 14 (App Router, server components)
- TypeScript
- No database — reads directly from Polymarket's public APIs
- Vercel — deploy in one click
npm install
npm run dev| Route | Description |
|---|---|
/ |
Homepage |
/leaderboard |
Top traders by profit or volume, filterable by time window |
/trader/[wallet] |
Individual profile: stats, open positions, trade history |
/hot |
Markets the top 20 wallets are currently holding |
All public, no auth required:
gamma-api.polymarket.com— profiles, market metadatadata-api.polymarket.com— leaderboard, positions, activity
Register as a Polymarket Builder to earn referral fees on trades from users you send to Polymarket: https://docs.polymarket.com/builders/builder-program
npx vercelThat's it — no environment variables needed for the public read endpoints.
- Email/wallet follow alerts (Resend + cron)
- Search by wallet address
- Historical PnL chart per trader
- Category filtering (Politics, Sports, Crypto)
- Share card generation (og:image per trader)
- Mobile app (React Native)