Skip to content

Commit 3fae0ed

Browse files
gitcommit90claude
andcommitted
docs: theme-aware hero and animated story tour in the README
- the hero banner now follows GitHub's color scheme: the paper-and- crayon crew by day, the "It works while you sleep" night watch in dark mode, both composed from the storybook art in the site's Virgil hand-drawn style - embed a recorded scroll of the live 1helm.com storybook as an animated tour that links to the site - move the workspace screenshot below the durable-unit table so the visuals alternate with the prose Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 953708c commit 3fae0ed

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<p align="center">
2-
<img src="docs/assets/readme-hero.png" alt="1Helm — AI that keeps the job. One resident, one private computer, and a memory that compounds." width="100%">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/readme-hero-dark.png">
4+
<img src="docs/assets/readme-hero-light.png" alt="1Helm — Intelligence should not be temporary. A permanent AI crew on your computer, with real memory." width="100%">
5+
</picture>
36
</p>
47

58
<p align="center">
@@ -45,7 +48,11 @@ private Linux computer, curated memory, and scheduled obligations that survive
4548
restarts, model swaps, and closed laptops.
4649

4750
<p align="center">
48-
<img src="docs/assets/readme-workspace.png" alt="The real 1Helm workspace with a permanent product-launch resident and direct Skipper handoff" width="100%">
51+
<a href="https://1helm.com">
52+
<img src="docs/assets/readme-story.gif" alt="The 1Helm story — a hand-drawn scrollytelling tour of the captain, Skipper, and a crew of resident agents" width="720">
53+
</a>
54+
<br>
55+
<sub>The whole story, as told at <a href="https://1helm.com">1helm.com</a> — click to scroll it yourself.</sub>
4956
</p>
5057

5158
## The job is the durable unit
@@ -71,6 +78,10 @@ resident automatically.
7178
**The Captain is the leader—not the package manager, retry loop, permission
7279
dialogue, or message bus between agents.**
7380

81+
<p align="center">
82+
<img src="docs/assets/readme-workspace.png" alt="The real 1Helm workspace with a permanent product-launch resident and direct Skipper handoff" width="100%">
83+
</p>
84+
7485
## A company, not a collection of chat sessions
7586

7687
```text

docs/assets/readme-hero-dark.png

253 KB
Loading

docs/assets/readme-hero-light.png

467 KB
Loading

docs/assets/readme-story.gif

6.05 MB
Loading

0 commit comments

Comments
 (0)