docs: redesign landing page around the Boundary Sigil#31
Merged
Conversation
Rebuild the homepage identity around Coven's own thesis — the boundary, the record, and the continuity — instead of the generic dark-SaaS look: - Add BoundarySigil: a summoning circle that doubles as the architecture diagram (runtime layers as concentric rings, familiar at center as the page's single ember-gold mark); draws in on load, static under prefers-reduced-motion - Set headings and the editorial line in Eczar, scoped to home routes - Move the session terminal from the hero to the record section beside the install bar; its live tick becomes an ember "rec" mark - Replace feature icon chips and pill tags with ruled entries and mono subsystem eyebrows; restyle packages as a hairline-ruled register - Add solo hero/intro variants so covenant and archives keep their single-column layout - Widen the page container to 96rem (max-w-screen-2xl equivalent) - Add visible keyboard focus styles and reduced-motion coverage Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Redesigns the home-route landing experience to align the visual identity with Coven’s “boundary / record / continuity” thesis, introducing the new Boundary Sigil hero graphic, updated typography, and reworked section layouts/styles.
Changes:
- Adds the new
BoundarySigilSVG hero and re-centers the homepage layout around it. - Scopes Eczar as a display font to home routes (headings/editorial), while keeping the rest of the site typography intact.
- Refactors homepage sections (record/install + terminal placement, feature entries, package “register”, CTA) and updates responsive/reduced-motion/focus styles.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| app/(home)/page.tsx | Rebuilds homepage structure (hero thesis + sigil, record/install + terminal, feature/register/CTA sections). |
| app/(home)/layout.tsx | Loads and scopes Eczar font variable to home routes for display typography. |
| app/(home)/HomeInteractive.tsx | Updates interactive components styling hooks (e.g., terminal “rec” mark; feature entry layout). |
| app/(home)/home.module.css | Adds sigil + register + new layout styling, responsive rules, reduced-motion handling, and focus-visible treatments. |
| app/(home)/covenant/page.tsx | Switches to “solo” hero/intro variants to inherit new home styling without the sigil. |
| app/(home)/archives/page.tsx | Switches to “solo” hero/intro variants to inherit new home styling without the sigil. |
| app/(home)/BoundarySigil.tsx | Introduces the new Boundary Sigil SVG component (aria-hidden decorative diagram). |
| Get Started | ||
| <Icon icon="ph:arrow-right-bold" width={14} /> | ||
| </Link> | ||
| <Link href="https://github.com/OpenCoven/coven" target="_blank" className={s.heroButtonSecondary}> |
| <Icon icon="ph:github-logo-duotone" width={16} /> | ||
| GitHub | ||
| </Link> | ||
| <Link href="https://discord.gg/opencoven" target="_blank" className={s.heroButtonSecondary}> |
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
Rebuilds the homepage's visual identity around Coven's own thesis — the boundary, the record, and the continuity — replacing the generic dark-SaaS look (glow hero, icon chips, pill badges).
app/(home)/BoundarySigil.tsx): a summoning circle that is literally the architecture diagram — runtime layers as concentric labeled rings (surfaces → cast codes → local API → daemon → ledger · harnesses), session nodes on their orbits, and the familiar at center as the page's single ember-gold mark. Draws in on load, slow boundary rotation, fully static underprefers-reduced-motion.● recmark.[rust]-style mono tags.max-w-screen-2xlequivalent; Tailwind v4 dropped the utility).Verification
tsc --noEmitclean; fullpnpm build(docs checks +next build) passes🤖 Generated with Claude Code