Dogfood: Phase 8 release page composed via canvas-mcp itself#37
Merged
Conversation
Adds scripts/build-phase8-release.ts — a single-canvas hero that
exercises every Phase 8 primitive in honest design context:
- Custom typography → Inter loaded from Bunny Fonts CDN
- Backdrop filter → glass card with blur:28 + saturate:180
over amber/blue blobs
- SVG path primitives → logo mark composed from a raw `d`
- Animations → slideUp on the headline, staggered fadeIn
(80/160/240/320/400ms) on feature rows
- Auto position:relative → NEW badge absolute-positioned on the
version pill (pill has no explicit
position; renderer auto-injects relative)
Publishes to ~/.canvas-mcp/canvases/phase8-release.json with a stable
ID so the design is reviewable live at
http://localhost:3001/canvas/phase8-release (animations play, font
swaps in, glass effect renders) instead of just as a flat PNG.
Doubles as the v0.8.0 release-notes hero image — committed to
docs/phase8-release.png at 2880×1800.
Visual constraints per the project's established design direction:
no gradients, no purple/indigo, flat amber on warm-dark surfaces.
2 tasks
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.
Summary
Single-canvas hero that exercises every Phase 8 primitive in honest design context. Doubles as the v0.8.0 release-notes hero image.
@font-face{ blur: 28, saturate: 180 }over amber/blue blobsdattributeslideUpon headline, staggeredfadeIn(80/160/240/320/400ms) on feature rowsposition: relativePublishes to
~/.canvas-mcp/canvases/phase8-release.jsonwith a stable canvas ID so the design is reviewable live athttp://localhost:3001/canvas/phase8-release(animations play, font swaps in, glass effect renders) instead of only as a flat PNG.Visual direction
Flat amber on warm-dark surfaces. No gradients, no purple/indigo. Big confident typography, restraint over flourish.
Test plan
docs/phase8-release.png./canvas/phase8-release.Reproduce