feat(store): real app icons, brandbrain-first hero, Toolfolio directory - #14
Open
sameeeeeeep wants to merge 1 commit into
Open
feat(store): real app icons, brandbrain-first hero, Toolfolio directory#14sameeeeeeep wants to merge 1 commit into
sameeeeeeep wants to merge 1 commit into
Conversation
Store-home redesign against three complaints: confusing layout, no clear first app to try, and cheap-looking icons. - Icons: replace the reused monoline glyph tiles with 27 distinct generated app icons (one per active wrapp) in examples/apps/img/icons/. glyphTile() now renders the PNG for any id in ICON_IDS, with the old glyph tile kept as a fallback for parked ids. Radius scales with size. - Hero: the right column is now a single brandbrain "Start here" spotlight (live preview + Try it), the primary CTA is "Try brandbrain", and Connect Switchboard is demoted to a ghost button — so a first visitor knows what to open first. - Directory: a compact "New Additions" strip (4-col icon grid + prev/next pager) sits directly under the hero, then the catalog retitled "All Tools". Removed the old board preamble/strip/flags; moved the "why one connection" cards below the catalog (and toggled them in showDash/hideDash). Co-Authored-By: Claude Opus 4.8 <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.
Store-home redesign against three complaints: the layout was confusing, it didn't push a clear first app to try, and the icons looked cheap.
What changed
Real app icons — replaced the ~15 reused monoline glyph tiles (which read as wireframe placeholders across 30 apps) with 27 distinct generated icons, one per active wrapp, in
examples/apps/img/icons/. One cohesive matte-on-dark system (Raycast/Linear register).glyphTile()renders the PNG for any id inICON_IDS, keeping the old glyph tile as a graceful fallback for parked ids.brandbrain-first hero — the right column is now a single brandbrain "Start here" spotlight (live preview + Try it); the primary CTA is "Try brandbrain", with Connect Switchboard demoted to a ghost button. A first-time visitor now knows what to open first.
Toolfolio-style directory — a compact "New Additions" strip (4-col icon grid + ‹ + › pager) sits directly under the hero, then the catalog retitled "All Tools". Removed the old board preamble / designation strip / "first three cords" flags; moved the "why one connection" cards below the catalog (and toggled them in
showDash/hideDash).Notes
dist/is gitignored — the deploy rebuilds from source, so this ships source + the icon assets.nano_banana_pro, trimmed to the tile with PIL.🤖 Generated with Claude Code