Skip to content

docs: animated architecture & package-explorer diagrams in README - #1

Merged
harrymove-ctrl merged 1 commit into
masterfrom
docs/animated-diagrams
Jul 26, 2026
Merged

docs: animated architecture & package-explorer diagrams in README#1
harrymove-ctrl merged 1 commit into
masterfrom
docs/animated-diagrams

Conversation

@harrymove-ctrl

Copy link
Copy Markdown
Owner

Adds two self-contained animated diagrams to the README so the architecture and the package-exploration flow are visible at a glance.

What

  • How it works → animated system architecture: the web client and an MCP agent on your machine talk to a local Fastify server, which shells out to the sui CLI (holding the keystore) and reads the Sui network over gRPC / GraphQL / faucet. Request dots trace a browser call and an agent call.
  • Move development → the "Explore a package" flow: My Packages → fetch the normalized modules over gRPC → render the interface → copy for AI / inspect / build a move-call.

How it renders

GitHub can't run a live HTML file inside a README, so each diagram is embedded as a GIF via <picture> — a dark GIF is served to dark-mode readers and a light GIF to light-mode readers. Each has a link to the interactive HTML (light/dark toggle + pause) beside it.

Files

  • docs/diagrams/*.html — the source diagrams, self-contained, open in any browser
  • docs/diagrams/*-{light,dark}.gif — README-embeddable recordings (~0.5 MB each), captured headless from the HTML

No application code is touched — README + diagram assets only.

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
client Ready Ready Preview, Comment Jul 25, 2026 11:48pm
raycast-sui-cli Error Error Jul 25, 2026 11:48pm

@harrymove-ctrl
harrymove-ctrl merged commit 5a1bde3 into master Jul 26, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants