feat(landing): product-named tabs + copy-prompt CTA + use-case sweep#743
Conversation
…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.
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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:
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
min-width: 768px. On mobile, scrolling into the preview no longer flips tabs out from under you.Use-case sweep fix
buildConnectorsnormalises 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
/,/for/legal,/for/sales,/for/finance,/for/leadership,/for/market— all five render clean sidebar + catalog tiles with brand logos, no?fallback rows.