fix(honesty+design): the marketing site stops lying and starts converging - #70
Merged
github-actions[bot] merged 1 commit intoAug 12, 2026
Merged
Conversation
…ging Full-page audit of all 12 pages found the site was two codebases in one skin: the new honest pages (/ecosystem, /integration, governance/*) and legacy marketing pages full of fabricated claims. This pass closes the gap: Honesty - about: fake team (Alex Chen / Sarah Martinez / David Kim) deleted, dead demo buttons replaced with real destinations; page now tells the true story and reuses the ecosystem SSOT - security: full rewrite to the real model — no key custody, signed-message voting, append-only audit, self-verifying decisions. The fabricated multi-sig / zero-knowledge / anonymous-voting claims are gone - features: truth pass — marketplace card deleted, every remaining item maps to running code; page gains real CTAs instead of dead-ending - home: 'ON-CHAIN VERIFIED' badge removed, fake 'Sign In' replaced with 'Open Dashboard', four governance areas now match the repo canon (Treasury / Voting / Decisions / Audit) with real links — the invented 'Service Marketplace' pillar is gone from all four locales - 'Pillars' is now reserved for the three-product stack; the home section is titled 'What Solon Governs', resolving the Three-vs-Four collision Design - four-pillars: server component, token colors (navy + bitcoin orange) replacing the off-system rainbow gradients, broken dynamic Tailwind class removed - navigation: descriptions moved into the site-config SSOT (deleting ~20 dead conditional branches), token classes throughout - dashboard: overview is now a real server-rendered summary (latest vote + tally, treasury standing, recent audit events), tabs show active state, dark-on-white contrast bug (text-gray-300) fixed - voting: closed sessions show the tally and decision document instead of a vote form the server would reject - global token pass: [var(--navy)]-style arbitrary classes replaced with the mapped navy/solon-* utilities everywhere verify green (lint, typecheck, 29 tests), build green, all pages smoke- tested locally including visual review of home/about/security/dashboard. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01179dZmbrVCoaZzrmyqzDgD
github-actions
Bot
deleted the
claude/governance-pillar-integration-edz9yr
branch
August 12, 2026 12:56
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
A full-page design/honesty audit of all 12 pages (production screenshots + source cross-reference) found the site was two codebases in one skin: the honest pages (
/ecosystem,/integration,governance/*) next to legacy marketing pages full of fabricated claims. This closes the gap.Honesty
/ecosystem.Design
four-pillars→ server component on token colors (navy + bitcoin orange) instead of off-system rainbow gradients; broken dynamic Tailwind class removed; dead "Learn more" span → real links.site-configSSOT, deleting ~20 dead conditional branches.text-gray-300-on-white contrast bug fixed.[var(--navy)]-style arbitrary classes → mappednavy/solon-*utilities.Verification
npm run verifygreen (lint, typecheck, 29 tests passed / 2 skipped)npm run buildgreen (17 routes)next start, including full-page visual review of home, about, security, dashboardGenerated by Claude Code