ito-markets/polymarket-universe — explained in plain English
Analysis updated 2026-05-18
Explore prediction markets on a 3D globe grouped by country.
See which market categories like crypto or politics surged over time.
Search market titles and export matching results to CSV.
Study monthly trends across 66 snapshots of market activity.
| ito-markets/polymarket-universe | aliyun/openclaw-exporter-to-langfuse | anousss007/ng-blatui | |
|---|---|---|---|
| Stars | 11 | 11 | 11 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | researcher | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Runs fully locally with npm install and npm run dev, no account or server needed.
Polymarket Universe is a research dashboard that turns the full archive of Polymarket prediction markets into a browsable, searchable database. Polymarket is a platform where people bet real money on the outcomes of events like elections, sports, and financial markets. This tool takes the entire history of 546,234 such contracts (spanning October 2020 through March 2026) and presents them as an interactive visual application rather than a flat list. The app has four main views. The globe view places markets on a 3D world map based on the country they relate to, showing 64 countries and cross-border relationships. The graph view compresses the full archive into clusters by category, such as crypto, sports, politics, and weather. The timeline view shows how many markets were created per month across 66 monthly snapshots, so you can see when certain topics surged in activity. The search and detail panel lets you type a query, browse matching markets, view their metadata, and export results to a CSV file. The app runs locally with a standard npm install and npm run dev. No external server or account is needed. The data is pre-exported as JSON files checked into the repository, so everything loads from disk. A built-in search endpoint runs inside the Next.js framework and queries a sharded full-text index of market titles. The project is a read-only visualization layer. The pipeline that originally fetched and processed the data from Polymarket and loaded it into a graph database is not included. Search works on market titles only, not on meaning or context. Full 3D rendering requires a browser with WebGL support, without it, the app falls back to static summary panels. It is built with Next.js, React, and several open-source visualization libraries for 3D graphs and globe rendering.
An interactive dashboard that turns 546,000+ historical Polymarket prediction markets into a browsable, searchable 3D visualization.
Mainly TypeScript. The stack also includes Next.js, React, TypeScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.