docs(readme): add the open-source launch banner - #1103
Merged
Conversation
Add four 2x exports from the "Minimal - Marketing" Figma (Social Media page) as WebP: the open-source launch banner at the top of the README, the harness-examples art under Getting Started, and the public-packages art at the end of Tech Stack. The banner replaces the standalone 120px logo mark, which it already contains alongside the wordmark and repo URL. Examples ships as a dark/light pair through <picture>; the banner and packages art have no light variant in Figma and stay dark on both themes. Closes #951 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ro13QovB1ffFqFwazxgokh
📝 WalkthroughWalkthroughThe README now displays a centered ChangesREADME visual refresh
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
twitchyliquid64
approved these changes
Jul 30, 2026
agent-137
marked this pull request as draft
July 30, 2026 07:32
norrietaylor
approved these changes
Jul 31, 2026
Per review: readme-banner.webp is the only image the README should add. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ro13QovB1ffFqFwazxgokh
mitodrummer
marked this pull request as ready for review
July 31, 2026 18:26
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ro13QovB1ffFqFwazxgokh
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.
Adds one image from the "Minimal - Marketing" Figma file (Social Media page) to the README — the launch banner at the top of the page — and points the external docs links at https://minimal.dev/docs.
Closes #951
What landed
Github(node6194:74)docs/public/readme-banner.webpExported at 2x (2560x1280), encoded as WebP at quality 90. The asset lives in
docs/public/, the directory the README already sourcesloadout-demo.giffrom, referenced by relative path — nothing is externally hosted. Figma has no light variant, so the banner is a self-contained dark panel on both themes.The banner replaces the 120px logo mark
The banner already contains the mark, the wordmark, and the repo URL, so keeping the standalone mark directly above
<h1>Minimal</h1>would have shown the same logo twice.docs/public/minimal-mark-{dark,light}.svgare left in place — no longer referenced from the README, but they may be consumed by the docs site build, so this PR does not remove them.Frame selection
The Figma "Github" group is six 1280x640 variants of the same launch banner. This PR ships
6194:74("MINIMAL: NOW OPEN SOURCE", full cube field, repo URL in the footer) because its text stays legible at README width. The alternates are6194:34,6202:34,6205:58(centered composition),6205:87("WE ARE OPEN SOURCE"), and6205:105(wordmark plus GitHub glyphs) — swapping is a one-line change if a different one is preferred.Note
Add marketing banner image to README
Replaces the previous dark/light theme logo
<picture>element in README.md with a single 880px-wide banner image sourced from the new readme-banner.webp asset.Changes since #1103 opened
docs.minimal.devtominimal.dev/docsacross all references in the README, including the top navigation link, documentation badge, and inline documentation reference [3cebc6f]Macroscope summarized 4a6ef3f.
Summary by CodeRabbit