Skip to content

fix(website): redesign — revert feature bloat, fix factual errors#66

Merged
vraspar merged 1 commit intomainfrom
feat/website-redesign
Mar 27, 2026
Merged

fix(website): redesign — revert feature bloat, fix factual errors#66
vraspar merged 1 commit intomainfrom
feat/website-redesign

Conversation

@vraspar
Copy link
Copy Markdown
Owner

@vraspar vraspar commented Mar 27, 2026

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

  • Why brain?: 9 cards → 3 focused differentiators (Git storage, FTS5 search, MCP-native) + compact 'Also:' line
  • How it works: 4 steps → 3 steps (Start → Add knowledge → Discover)
  • Punch line restored: 'Zero infrastructure. One command to start.'
  • Architecture: Reverted from HTML flexbox to ASCII pre (terminal-native identity)
  • Footer: Fixed version (v0.1.0-alpha), added Roadmap link

Bug fixes

  • Table characters: ASCII +--+ → Unicode box-drawing (matches actual Brain CLI output)
  • Static demo fallback now includes white-space: pre (accessibility fix for reduced-motion users)

Cleanup

  • Removed ~50 lines of unused CSS (arch-diagram, arch-box, arch-arrow-down, arch-row)
  • Net change: -76 lines

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

- 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>
@vraspar vraspar merged commit 0201df9 into main Mar 27, 2026
4 checks passed
@vraspar vraspar deleted the feat/website-redesign branch March 27, 2026 23:31
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.

1 participant