Simplify homepage: tabbed systems, shorter hero, remove FAQ + demo#13
Simplify homepage: tabbed systems, shorter hero, remove FAQ + demo#13acoyfellow merged 1 commit intomainfrom
Conversation
- 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
There was a problem hiding this comment.
💡 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"> |
There was a problem hiding this comment.
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 👍 / 👎.
https://claude.ai/code/session_01Fb57JFi8VM36x8pCM1BFTw