docs: refresh README hero and announce 1.0 - #73
Merged
Conversation
The hero screenshots were captured in July, before the landing page was redesigned — they showed a headline and a decorative collage that no longer exist. Regenerated both light and dark from the current page, framed to the hero's actual content bounds instead of leaving a band of empty grid. Adds a short 1.0 callout (API locked for the 1.x line, links to the changelog, migration guide and versioning policy), notes the Theme Builder's new one-click palette generation and Palette Crafter import, and works in the fact that the component count happens to be 42. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What
The README's hero screenshots were captured on 24 July, before the landing page was redesigned — they still showed the old headline and a decorative collage that no longer exists.
docs/hero-light.png/docs/hero-dark.pngfrom the current landing page, framed to the hero's actual content bounds rather than the full viewport (the old crop left a wide band of empty grid at the top). Both files also got smaller: ~220 KB → ~168 KB.1.xline, with links to the changelog, migration guide and versioning policy.Why this is a PR rather than a push to main
GitHub Actions was in a critical outage from 15:22 UTC today, which is why #72 merged with zero checks — neither CI nor Release fired for it, and that is also why
1.0.0never got published (npm is still on0.9.0).Merging this PR produces a fresh
pushevent onmain, which triggers both workflows: CI validates, andrelease.ymlpublishes the packages whose local version is new on npm — i.e.@voltui/components@1.0.0and@voltui/cli@1.0.0.volt-ui-mcpstays at0.2.0, its own versioning line.Verification
Run locally, all green:
pnpm test:runpnpm exec playwright test(docs)pnpm lint·pnpm typecheckpnpm check:ai-docspnpm build:lib🤖 Generated with Claude Code