whatisgithub

What is fomo5000.com?

bwjoke/fomo5000.com — explained in plain English

Analysis updated 2026-05-18

79JavaScriptAudience · generalComplexity · 2/5LicenseSetup · easy

In one sentence

An interactive chart that plots over 5,000 US stocks by AI relevance score and market cap change over time.

Mindmap

mindmap
  root((FOMO5000))
    What it does
      Plots 5000+ stocks
      Shows AI relevance
      Shows market cap change
    Tech stack
      JavaScript
      Cloudflare Pages
      GitHub Actions
    Features
      Weekly time slider
      Sector colors
      Price movement angles
    Setup needs
      Static site build
      JSON market data
    Audience
      General public
      Market watchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Scan the entire US stock market visually without opening a trading account.

USE CASE 2

Compare stocks by estimated AI relevance against how their market cap has changed over time.

USE CASE 3

Step through weekly market snapshots going back to January 2025 with a time slider.

What is it built with?

JavaScriptCloudflare PagesGitHub Actions

How does it compare?

bwjoke/fomo5000.comopenclaw/libopus-wasmjoeseesun/qiaomu-userscripts
Stars797877
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
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.

So what is it?

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.

Copy-paste prompts

Prompt 1
Explain how this project calculates the AI relevance score for each stock.
Prompt 2
Help me understand how the market cap change chart is built from historical prices.
Prompt 3
Show me how the build script splits the market data JSON into shards.
Prompt 4
Walk me through deploying this static site to Cloudflare Pages with GitHub Actions.

Frequently asked questions

What is fomo5000.com?

An interactive chart that plots over 5,000 US stocks by AI relevance score and market cap change over time.

What language is fomo5000.com written in?

Mainly JavaScript. The stack also includes JavaScript, Cloudflare Pages, GitHub Actions.

What license does fomo5000.com use?

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.

How hard is fomo5000.com to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fomo5000.com for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.