TL;DR: I built a free Polymarket prediction-market screener with 2,001 individual market pages — top movers, highest volume, crash signals, by category. Live at luciferforge.github.io/polyscope . No login, no account, no rate-limited API calls. Built from the same 10.8M-row dataset I use for my own bot. The problem with Polymarket's UI Polymarket has thousands of active markets. Their official UI shows a curated front page (politics + sports trending), but if you want to see: The 50 highest-volume markets right now The biggest probability-moves in the last 24h Markets in a specific category (geopolitics, crypto, weather, etc.) Markets that just crashed below their 7-day high …you have to click into each market individually, or use their JSON API and write your own dashboard. I wrote my own dashboard 6 months ago for personal use. Today I'm making it public.…