Skip to content

feat(landing): product-named tabs + copy-prompt CTA + use-case sweep#743

Merged
buremba merged 1 commit into
mainfrom
feat/landing-followup-mobile-cycle
May 15, 2026
Merged

feat(landing): product-named tabs + copy-prompt CTA + use-case sweep#743
buremba merged 1 commit into
mainfrom
feat/landing-followup-mobile-cycle

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 15, 2026

Summary

Follow-up to #737, addressing items from the post-merge audit + two new product asks.

Hero

  • Stage tabs renamed to the three Lobu pillars: Connectors / Memory / Agents (no more numbered "1. Connect systems / 2. Build context / 3. Deploy agents"). Same names as the sidebar pill nav inside the preview, so the hero reads as "these are the products" rather than "these are four steps".

  • "View on GitHub" replaced with "Copy setup prompt". Clicking copies a multi-phase prompt that primes the user's coding agent (Claude Code / Cursor / OpenClaw / ChatGPT) to:

    1. Stand up the environment (Node + Postgres + clone + .env + make dev).
    2. Install the Lobu starter skill into the agent's own runtime.
    3. Interview the user about their use case (job, audience, entities, sources, channels, watcher cadence).
    4. Scaffold + run a working agent locally with memory + connector + watcher + channel binding.

    Button flips to "Copied — paste into your agent" for 2s. Acts as a low-friction onboarding path even before the user clones the repo.

Mobile UX

  • Stage tab auto-advance is gated on min-width: 768px. On mobile, scrolling into the preview no longer flips tabs out from under you.

Use-case sweep fix

  • buildConnectors normalises domain wildcards (*.x.com, .x.com, api.x.com) before slugging, and dedupes by brand key. Previously some use cases (legal/finance) rendered a ? letter-fallback tile or a "Githubusercontent" tile next to GitHub because of .githubusercontent.com / leading-dot wildcards in the allowlist data.

Test plan

  • Typecheck clean for touched files.
  • Manual sweep of /, /for/legal, /for/sales, /for/finance, /for/leadership, /for/market — all five render clean sidebar + catalog tiles with brand logos, no ? fallback rows.
  • Mobile viewport (390×844): tabs no longer auto-advance, hamburger drawer works.
  • Copy-prompt button copies the prompt to clipboard and flips state.
  • Reviewer: smoke-test the setup prompt by pasting into Claude Code / Cursor and checking it produces a sane interview flow.

…low-ups

- Stage tabs are now named after the three Lobu pillars (Connectors /
  Memory / Agents), no numeric prefixes. Matches the sidebar pill
  labels in the preview so the hero reads as 'these are the products'
  instead of 'these are the four steps'.
- 'View on GitHub' CTA replaced with a 'Copy setup prompt' button. The
  button copies a multi-phase prompt that primes the user's coding
  agent (Claude Code / Cursor / OpenClaw / ChatGPT) to: stand up the
  environment, install the Lobu starter skill, interview the user
  about their use case, then scaffold + run a full agent locally with
  memory, a connector, a watcher, and a chat channel. Button text
  flips to 'Copied — paste into your agent' for 2s on click.
- Auto-advance on the stage tabs is now gated on a min-width:768px
  media query — on mobile the tabs stop cycling under the reader.
- buildConnectors normalises domain wildcards (`*.x.com` / `.x.com` /
  `api.x.com`) before slugging and dedupes by brand key, so use-case
  data with subdomains like `.githubusercontent.com` no longer surfaces
  as a bogus 'Githubusercontent' tile alongside GitHub or as a '?'
  letter fallback.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Warning

Rate limit exceeded

@buremba has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 2 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7706a7f2-5b89-422a-8223-70f9eef14d84

📥 Commits

Reviewing files that changed from the base of the PR and between a37af1f and ceffdd5.

📒 Files selected for processing (3)
  • packages/landing/src/components/FeatureGraphics.tsx
  • packages/landing/src/components/HeroProductCard.tsx
  • packages/landing/src/components/HeroSection.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/landing-followup-mobile-cycle

Comment @coderabbitai help to get the list of available commands and usage tips.

@buremba buremba merged commit fe896ea into main May 15, 2026
17 of 18 checks passed
@buremba buremba deleted the feat/landing-followup-mobile-cycle branch May 15, 2026 02:25
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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