Skip to content

babakarto/paste-trade-analytics

Repository files navigation

paste.trade — Cluster Map & Author Profiles

Community-built analytics layer for paste.trade. Visualizes trade convergence and author performance using the public paste.trade API.

Pages

  • 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.

Run locally

# 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

Built with

  • Vanilla HTML/CSS/JS (no framework)
  • Bun server for API proxy
  • paste.trade public API
  • Design system matching paste.trade (Geist fonts, paper palette)

Files

  • server.ts — Bun proxy server
  • cluster-map.html — Cluster visualization
  • author-list.html — Author leaderboard
  • author-profile.html — Individual author profiles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors