feat(website): spec-and-graph one-page redesign + GitHub Pages deploy (redeploy.thesolidchain.com) - #163
Merged
Conversation
…chain.com Replace the marketing site's Hero/Benefits/Features content with the approved "spec ⇄ graph" design: sticky topbar, hero, a spec-JSON/dependency-graph split pane, a 4-stage pipeline, a Studio band (using the real studio-canvas.png screenshot), a packages grid, and a footer with the family strip. Copy stays data-driven in content.ts; a small SpecCode tokenizer syntax-highlights the example spec instead of hand-authored markup. Also preps the module for GitHub Pages: public/CNAME pins the custom domain and vite.config.ts sets base: './' so the static build works from a custom-domain Pages root.
…flare Pages Co-Authored-By: Claude Fable 5 <[email protected]>
robercano
approved these changes
Jul 23, 2026
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
Replaces the
apps/websitemarketing site with the approved "Spec & graph" one-page terminal-themed design (variant C of the design exploration), on-brand with The Solid Chain brand book v1.8. The site is deployed to redeploy.thesolidchain.com via Cloudflare Pages (Git integration against this repo — no CI workflow needed here; repo stays private).Design
^^), nav anchors.studio-canvas.pngscreenshot; CTAs to the repo.#D6FF7A; Space Grotesk display + system mono; amber scanline background.Implementation
src/content.ts, components render from it.Topbar,SpecCode(tokenizer/highlighter),DependencyGraph,SpecGraphSection,Pipeline,Studio,Packages,RichText;Hero/Footerrewritten;Benefits/Featuresand unused screenshots removed.vite.config.ts:base: './'— fully relative asset paths, host-agnostic static build.pnpm install --frozen-lockfile && pnpm --filter @redeploy/website build, outputapps/website/dist,NODE_VERSION=20.Gates (module: website)
build ✓ · lint ✓ · typecheck ✓ · test ✓ (25/25) · coverage ✓ (100% stmts/funcs/lines, 97.6% branches)
🤖 Generated with Claude Code