Skip to content

Simplify homepage: tabbed systems, shorter hero, remove FAQ + demo#13

Merged
acoyfellow merged 1 commit intomainfrom
claude/local-vector-memory-oyZal
Mar 23, 2026
Merged

Simplify homepage: tabbed systems, shorter hero, remove FAQ + demo#13
acoyfellow merged 1 commit intomainfrom
claude/local-vector-memory-oyZal

Conversation

@acoyfellow
Copy link
Copy Markdown
Owner

  • Remove "Honest answers" FAQ section
  • Remove "Try it" hosted demo section and all its JS
  • Merge "What is deja?" wall of text into the hero as 3 short lines
  • Convert 3-column memory systems grid into a tabbed UI (one visible at a time)
  • Comparison table sits directly below tabs for easy scanning

https://claude.ai/code/session_01Fb57JFi8VM36x8pCM1BFTw

- Remove "Honest answers" FAQ section
- Remove "Try it" hosted demo section and all its JS
- Merge "What is deja?" wall of text into the hero as 3 short lines
- Convert 3-column memory systems grid into a tabbed UI (one visible at a time)
- Comparison table sits directly below tabs for easy scanning

https://claude.ai/code/session_01Fb57JFi8VM36x8pCM1BFTw
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2eaea16c11

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<div class="flex items-start gap-2">
<span class="font-mono text-[10px] text-brass mt-0.5 shrink-0">DEPS</span>
<span class="font-serif text-sm text-chrome-dark">None — zero external dependencies</span>
<div data-panel="edge" class="tab-panel hidden p-8">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep edge and hosted panels reachable without JavaScript

deja-edge and deja (hosted) now render with hidden on the server and are only revealed by the click handler at the bottom of this page. On this otherwise static Astro homepage, any visitor with JavaScript disabled or blocked only ever sees the deja-local panel, which is a regression from the previous three-card layout where all runtimes were discoverable. Consider leaving every panel visible by default and only collapsing them after the script initializes.

Useful? React with 👍 / 👎.

@acoyfellow acoyfellow merged commit 98213ab into main Mar 23, 2026
3 checks passed
@acoyfellow acoyfellow deleted the claude/local-vector-memory-oyZal branch March 23, 2026 13:40
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