fix(website): redesign — revert feature bloat, fix factual errors#66
Merged
fix(website): redesign — revert feature bloat, fix factual errors#66
Conversation
- Revert 'Why brain?' from 9 feature-dump cards to 3 focused differentiators (Git storage, FTS5 search, MCP-native) + compact 'Also:' line - Revert 'How it works' from 4 steps to 3 (Start -> Add knowledge -> Discover) - Restore 'Zero infrastructure. One command to start.' punch line - Restore ASCII architecture diagram (was replaced with HTML boxes) - Fix version: v0.4.1 -> v0.1.0-alpha (matches package.json) - Fix table characters: ASCII +--+ -> Unicode box-drawing (matches actual CLI output) - Fix white-space accessibility bug in reduced-motion static fallback - Remove ~50 lines of unused CSS (arch-diagram, arch-box, arch-arrow-down) - Add roadmap link to footer Net: -76 lines. Less is more. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Website redesign based on design spec review. The site accumulated slop — 9 feature-dump cards, wrong version number, ASCII table characters that don't match actual CLI output.
Changes
Content structure
Bug fixes
Cleanup
Design principle
Less is more. Features earn a card by being a differentiator, not just a feature.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com