Scan the entire US stock market visually without opening a trading account.
Compare stocks by estimated AI relevance against how their market cap has changed over time.
Step through weekly market snapshots going back to January 2025 with a time slider.
| bwjoke/fomo5000.com | openclaw/libopus-wasm | joeseesun/qiaomu-userscripts | |
|---|---|---|---|
| Stars | 79 | 78 | 77 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
FOMO5000 is a static market visualization that plots more than 5,000 US-listed stocks on a single interactive chart. The project is a JavaScript web app deployed at fomo5000.com, where you can scan the entire US stock market at a glance without an account or any trading platform. Each stock is positioned along two axes. The horizontal axis represents an estimated AI relevance score, derived from each company's official sector and industry classification plus a small adjustment based on the semantic content of company descriptions. The vertical axis shows how market capitalization has changed over selectable periods: one week, one month, three months, six months, and twelve months. Colors indicate the Nasdaq sector, small triangle angles reflect the week's price movement, and a time slider lets you step through weekly snapshots going back to January 2025. The dataset currently includes 5,292 stocks with data through late May 2026. The market cap figures are approximations calculated from historical closing price returns, with the assumption that share count stayed constant over time. The AI relevance score is described in the README as an experimental sorting signal and is not investment advice. The project is built as a static site. A build script splits a large JSON market data file into smaller shards, and running the build writes deployable files into a dist folder. In production, a GitHub Actions pipeline deploys to Cloudflare Pages automatically from the main branch, with credentials stored in GitHub environment secrets rather than in the repository. Source code is under the MIT license. The market data included in the repository is not covered by that license and remains subject to the terms of the original data providers. The README is written in Chinese.
An interactive chart that plots over 5,000 US stocks by AI relevance score and market cap change over time.
Mainly JavaScript. The stack also includes JavaScript, Cloudflare Pages, GitHub Actions.
The code is free to use for any purpose, including commercial use, as long as you keep the copyright notice. The included market data has separate terms.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.