docs(readme): swap to Fusion logo, inline reels as GIFs
Replace the Hermes logo with the Fusion brand mark, convert the three runfusion.ai reels (product, mesh, agent company) to self-hosted GIFs under demo/assets/ so they play inline on GitHub without relying on external <video> support, and drop the redundant npm install snippet below the dashboard quick start. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
21
README.md
21
README.md
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<img src="https://runfusion.ai/hermes-logo.svg?v=2" alt="Fusion" width="120" />
|
<img src="./demo/assets/fusion-logo.png" alt="Fusion" width="120" />
|
||||||
|
|
||||||
# Fusion
|
# Fusion
|
||||||
|
|
||||||
@@ -17,10 +17,9 @@
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<video src="https://runfusion.ai/fusion-reel.mp4" poster="https://runfusion.ai/fusion-dashboard.png" autoplay muted loop playsinline width="900"></video>
|
<img src="./demo/assets/fusion-reel.gif" alt="Fusion reel: from rough idea to production code" width="900" />
|
||||||
|
|
||||||
<sub>▶ [Watch the reel on runfusion.ai](https://runfusion.ai/fusion-reel.mp4)</sub>
|
|
||||||
|
|
||||||
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<a href="https://runfusion.ai">
|
<a href="https://runfusion.ai">
|
||||||
@@ -124,9 +123,7 @@ Tasks with dependencies are processed sequentially. Independent tasks run in par
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<video src="https://runfusion.ai/fusion-mesh.mp4" poster="https://runfusion.ai/fusion-dashboard.png" autoplay muted loop playsinline width="820"></video>
|
<img src="./demo/assets/fusion-mesh.gif" alt="Fusion mesh: laptop, Mac mini, Linux server, cloud VM, phone — all synced" width="820" />
|
||||||
|
|
||||||
<sub>▶ [Watch the mesh reel](https://runfusion.ai/fusion-mesh.mp4)</sub>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,9 +135,7 @@ Laptop, Mac mini, Linux server, cloud VM, phone — every node is a peer. Your t
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<video src="https://runfusion.ai/fusion-company-reel.mp4" poster="https://runfusion.ai/screenshot-task-detail.png" autoplay muted loop playsinline width="820"></video>
|
<img src="./demo/assets/fusion-company-reel.gif" alt="Fusion agent company: import a team, run it autonomously for weeks" width="820" />
|
||||||
|
|
||||||
<sub>▶ [Watch the company reel](https://runfusion.ai/fusion-company-reel.mp4)</sub>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -165,12 +160,6 @@ Then click the `Open:` URL printed in the terminal. It embeds a bearer token
|
|||||||
for how to pin a stable token via `FUSION_DASHBOARD_TOKEN` or opt out with
|
for how to pin a stable token via `FUSION_DASHBOARD_TOKEN` or opt out with
|
||||||
`--no-auth`.
|
`--no-auth`.
|
||||||
|
|
||||||
Or install globally from npm:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install -g @gsxdsm/fusion
|
|
||||||
```
|
|
||||||
|
|
||||||
### First-run setup
|
### First-run setup
|
||||||
|
|
||||||
On first launch, Fusion opens the **onboarding wizard** with three guided steps:
|
On first launch, Fusion opens the **onboarding wizard** with three guided steps:
|
||||||
|
|||||||
BIN
demo/assets/fusion-company-reel.gif
Normal file
BIN
demo/assets/fusion-company-reel.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 MiB |
BIN
demo/assets/fusion-logo.png
Normal file
BIN
demo/assets/fusion-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
demo/assets/fusion-mesh.gif
Normal file
BIN
demo/assets/fusion-mesh.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
demo/assets/fusion-reel.gif
Normal file
BIN
demo/assets/fusion-reel.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 MiB |
Reference in New Issue
Block a user