Minimal landing page redesign#1616
Conversation
- Strip marketing copy from all 4 client landing pages (lucid-docs, TanStack UI/headless, Next.js) - Apply minimal dark terminal aesthetic: monospace, 1px borders, emerald accents, no rounded corners - Replace card layouts with tabular entrypoint rows showing game/name, price, streaming type - Preserve all functionality: health polling, invoke/stream, wallet integration, schema forms - Add landing.html HTML prototype for design reference
Greptile SummaryThis PR radically simplifies all four client landing pages — the docs marketing site, Next.js dashboard, TanStack UI dashboard, and TanStack headless adapter — replacing the previous gradient/rounded card aesthetic with a minimal dark terminal style (zinc-950 background, monospace type, 1px borders, emerald accents). A static Key changes:
Confidence Score: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["User visits /"] --> B["HomeLayout (Fumadocs)"]
B --> C["Built-in Fumadocs Header\n(logo + nav from baseOptions())"]
B --> D["Page Content div"]
D --> E["⚠️ Custom <header>\n(lucid. + docs + github)"]
E --> F["Hero Section\nAgent commerce infrastructure"]
F --> G["Games Table\n6 rows → /docs/examples"]
G --> H["Protocols Grid\nx402 · A2A · ERC-8004 · SIWX · MPP"]
H --> I["Footer\nMIT · chains"]
style E fill:#f87171,color:#fff
style C fill:#34d399,color:#000
|
- Remove duplicate custom header inside HomeLayout (lucid-docs) - Fix conflicting transition-colors/transition-transform on arrow span (next adapter) - Remove misleading cursor-pointer on non-clickable rows (headless adapter)
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lucid-agents | 1b57f2b | Commit Preview URL Branch Preview URL |
Mar 21 2026, 12:05 PM |
Summary
Radically simplified all 4 client landing pages to minimal dark terminal aesthetic. Removed marketing copy, focused on routing (games/entrypoints), pricing, and supporting protocols.
Changes
Design
Dark theme (zinc-950), monospace typography, 1px borders, emerald accents for prices, no rounded corners or gradients. Added landing.html HTML prototype for reference.
🤖 Generated with Claude Code