app-store page: list all published apps (add Sixtyfour + Smol Machines)#46
Merged
Conversation
The Featured apps grid only listed cosift + wallet. Add the two other published catalogue apps with accurate details pulled from the production catalogue + metadata: - io.pilot.sixtyfour — v0.1.0, Proprietary, 12 methods, 4.9MB, people/company intelligence (links to docs.sixtyfour.ai). - io.pilot.smolmachines — v1.2.0, Apache-2.0, sub-second microVMs, 5MB adapter (links to github.com/smol-machines/smolvm). Order: cosift, sixtyfour, smolmachines, wallet. Site builds clean (190 pages).
|
🚀 Preview deployed to Cloudflare Pages
|
added 4 commits
June 23, 2026 14:54
The global .zoo grid (auto-fit minmax) fit 4 across on wide screens. Scope a 3-column override to this page (responsive: 2 cols ≤980px, 1 col ≤640px). .zoo is shared with for/compatibility.astro, so the override stays page-scoped.
…mpany links Redesign each app panel: - top-right: the publisher's logo (Pilot mark for the in-house cosift + wallet; Sixtyfour, Smol Machines, and Telepat brand marks for the partner apps, from each company's official channel). - under the description: a 'by <Company>' link to the publisher. - version+license badge moved from top-right to a bottom row, next to the source/site link. - new panel for Ideon (io.telepat.ideon-free) by Telepat (telepat.io). Cards are now <div> (not a single <a>) so the company + source links can coexist. Telepat's white logo recolored dark for the light card background. Built clean (190 pages); all five logos load; layout verified by screenshot.
The card is a grid item with default min-width:auto, so the non-wrapping
install command (white-space:nowrap) stretched each card to ~425px — wider than
a 375px phone. Fix:
- .zoo-card { min-width: 0 } so the card shrinks to its grid column.
- install <code> wraps (white-space: pre-wrap; overflow-wrap: anywhere) instead
of forcing width; ids + inline code wrap too.
Verified at 375px: cards are 333px, no element exceeds the viewport, no
horizontal page scroll; the command wraps cleanly onto two lines.
- bump .zoo-logo from 24px to 40px height (max 48px) so the marks are legible, esp. Telepat's thin strokes. - Telepat's logo is a dark monochrome mark: visible on the light theme but invisible on the default dark theme. Tag it .zoo-logo-mono and invert it on dark (filter: invert(1)), disabled under [data-theme=light]. Verified both themes by screenshot: all five logos legible; Telepat reads on dark (light) and light (dark).
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.
The Featured apps grid on
/app-storeonly showed cosift + wallet. Add the two other published catalogue apps, with details pulled from the production catalogue + metadata.json (not guessed):Order: cosift → sixtyfour → smolmachines → wallet. Built locally (190 pages, no errors); all four cards render with correct install commands and source/docs links. Screenshot verified.
🤖 Generated with Claude Code