M5 (Opus half): hosted demo deploy/CI + demo-clip recorder#11
Merged
Conversation
- GitHub Pages deploy via CI: .github/workflows/deploy.yml builds app/dist
and publishes on push to main; ci.yml gates PRs with the same build.
- Vite base:'./' so the bundle is subpath-safe (Pages /Fathom/) and works
at local root; ?source=real runs the labeled client-side replay (no server).
- app/record.mjs: records the new app/dist on the real GPU (channel:chrome,
--force_high_performance_gpu, [fathom]-ready, recordVideo + ffmpeg) ->
fathom-demo.{gif,mp4,webm,png}; gif tracked as README hero, webm/mp4 ignored.
- README hero swapped to the animated gif (real capture, replayed) + live-demo
link; docs synced (CLAUDE/SPEC/ARCHITECTURE/PROOF §8 from a real 4070 run).
Deferred (Fable half): README hero copy + public-demo polish + launch.
Deferred: hosting the Node OTLP+SSE server for public ?source=live.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ships the Opus half of M5 — deploy/CI config + GIF capture. The public demo runs the labeled
client-side replay (
?source=real), so a static host is enough; no server needed.What's in
.github/workflows/deploy.ymlbuildsapp/distand publishes on push tomain;ci.ymlruns the same build on PRs as a gate.vite.config.tsnow setsbase: './'so assets + theBASE_URL-relativetraces.jsonfetch resolve under the Pages subpath (/Fathom/) and at local root (for the recorder).app/record.mjs— records the newapp/diston the real GPU (channel:'chrome',--force_high_performance_gpu,[fathom]-ready,recordVideo+ ffmpeg) →fathom-demo.{gif,mp4,webm,png}. The gif is the README hero (git-tracked);webm/mp4aregitignored (regenerable; mp4 uploaded at launch).
Verification (real 4070 run — PROOF §8)
npm run build→ green,✓ 51 modules,dist/index.htmlreferences relative./assets/....npm run app:record→[fathom] replay mode · 24,982 particles · nvidia · lovelace→fathom-demo.gif(760×428, 128 frames, 6.69 MB) + mp4/webm. Real capture, replayed (HUD says so).After merge (manual, one-time)
Repo Settings → Pages → Source = "GitHub Actions" so the first
deploy.ymlrun can publish.Demo URL: https://manvendra-github.github.io/Fathom/
Deferred
Fable half (README hero copy + public-demo polish + launch); hosting the Node OTLP+SSE server for
public
?source=live.