Small, transparent stock monitor for MSTR. One page, live price marker, explainable scoring, and clear cadences.
data/public/hot.json every minute (GitHub Actions → hotdata branch). Frontend polls raw file..github/workflows/pages.yml – builds frontend/ + data/public/ and deploys to Pages on pushes to main..github/workflows/hot-data.yml – writes data/public/hot.json every minute to the hotdata branch.Branches:
main – static site (Pages).hotdata – tiny live artifacts (only hot.json).python -m http.server 8080
# open http://localhost:8080/frontend/index.html
1) Push to main → Pages workflow publishes.
2) In repo Settings → Pages → Source: GitHub Actions.
3) Run the “hot-data” workflow once (workflow_dispatch) to seed hotdata.
hotdata