Skip to content

docs: redesign landing page around the Boundary Sigil#31

Merged
BunsDev merged 1 commit into
mainfrom
home-boundary-sigil-redesign
Jul 21, 2026
Merged

docs: redesign landing page around the Boundary Sigil#31
BunsDev merged 1 commit into
mainfrom
home-boundary-sigil-redesign

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 21, 2026

Copy link
Copy Markdown
Member

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).

  • Boundary Sigil (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 under prefers-reduced-motion.
  • Typography: headings and the editorial line set in Eczar, loaded scoped to the home routes; body stays Inter for cohesion with the docs shell.
  • The record: the animated session terminal moves from the hero to sit beside the install bar; its live tick becomes an ember ● rec mark.
  • De-templating: feature cards become ruled entries with mono subsystem eyebrows; packages become a hairline-ruled register with [rust]-style mono tags.
  • Subpages: covenant and archives get solo hero/intro variants and inherit the new type treatment.
  • Page container widened to 96rem (max-w-screen-2xl equivalent; Tailwind v4 dropped the utility).
  • Visible keyboard focus styles; copy buttons always visible on touch devices.

Verification

  • tsc --noEmit clean; full pnpm build (docs checks + next build) passes
  • Screenshot-verified dark + light themes, hero close-up, and 390px mobile via puppeteer
  • Reduced-motion and keyboard-focus paths covered in CSS

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings July 21, 2026 23:06
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
coven-docs Ready Ready Preview Jul 21, 2026 11:07pm

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 BoundarySigil SVG 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).

Comment thread app/(home)/page.tsx
Get Started
<Icon icon="ph:arrow-right-bold" width={14} />
</Link>
<Link href="https://github.com/OpenCoven/coven" target="_blank" className={s.heroButtonSecondary}>
Comment thread app/(home)/page.tsx
<Icon icon="ph:github-logo-duotone" width={16} />
GitHub
</Link>
<Link href="https://discord.gg/opencoven" target="_blank" className={s.heroButtonSecondary}>
@BunsDev
BunsDev merged commit d366da5 into main Jul 21, 2026
2 checks passed
@BunsDev
BunsDev deleted the home-boundary-sigil-redesign branch July 21, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants