Community-built analytics layer for paste.trade. Visualizes trade convergence and author performance using the public paste.trade API.
- Cluster Map (
/) — Top traded tickers, who called them, how many people /trade'd each thesis. Filter by source type (X, YouTube, PDF). - Authors (
/authors) — Leaderboard of all authors sorted by trade count or best single trade. - Author Profile (
/author/:handle) — Individual author page with PnL calendar, best trade highlight, trade history with expandable thesis.
# Install bun if needed
curl -fsSL https://bun.sh/install | bash
# Clone and run
git clone [repo-url]
cd [folder]
cp .env.example .env
# Add your paste.trade API key to .env
bun run server.ts
# Open http://localhost:3456- Vanilla HTML/CSS/JS (no framework)
- Bun server for API proxy
- paste.trade public API
- Design system matching paste.trade (Geist fonts, paper palette)
server.ts— Bun proxy servercluster-map.html— Cluster visualizationauthor-list.html— Author leaderboardauthor-profile.html— Individual author profiles