Skip to content

fix: drop Node.js SDK from the homepage hero kicker#20

Merged
Krishan27 merged 1 commit into
mainfrom
homepage-kicker-language-agnostic
Jul 6, 2026
Merged

fix: drop Node.js SDK from the homepage hero kicker#20
Krishan27 merged 1 commit into
mainfrom
homepage-kicker-language-agnostic

Conversation

@flaglint

@flaglint flaglint commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Summary

One-line tweak: LaunchDarkly Node.js SDK → OpenFeatureLaunchDarkly → OpenFeature.

The rest of the hero (terminal demo, "Node.js 20+" badge) stays Node-specific on purpose — accurate demo of the flagship product. But the kicker is the first thing anyone reads, and calling out "Node.js SDK" specifically read as excluding the Go audience before they even reach the "Using Go? Try flaglint-go" CTA two lines down.

Test plan

  • npm run build — clean

Summary by CodeRabbit

  • Style
    • Updated the hero section text to a shorter, cleaner label: “LaunchDarkly → OpenFeature” instead of “LaunchDarkly Node.js SDK → OpenFeature.”

The rest of the hero (terminal demo, Node.js 20+ badge) stays Node-specific
on purpose — it's an accurate demo of the flagship product. But the kicker
is the very first thing anyone reads, and "LaunchDarkly Node.js SDK →
OpenFeature" read as excluding the Go audience before they even reach the
"Using Go? Try flaglint-go" CTA two lines down. Dropping "Node.js SDK"
keeps the kicker accurate without that first impression.

Signed-off-by: Krishan Kant Sharma <krishansharma0327@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 42ad4030-37b8-42b7-ac13-d8965a8ab1db

📥 Commits

Reviewing files that changed from the base of the PR and between fc2cbfc and daca57e.

📒 Files selected for processing (1)
  • src/pages/index.astro

📝 Walkthrough

Walkthrough

Modified the hero section kicker text on the homepage to remove the "Node.js SDK" qualifier, simplifying the label from "LaunchDarkly Node.js SDK → OpenFeature" to "LaunchDarkly → OpenFeature".

Changes

Hero Section Text Update

Layer / File(s) Summary
Kicker label simplification
src/pages/index.astro
The hero section kicker text was shortened to remove the "Node.js SDK" qualifier.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: removing "Node.js SDK" from the homepage hero kicker.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch homepage-kicker-language-agnostic

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying flaglint with  Cloudflare Pages  Cloudflare Pages

Latest commit: daca57e
Status: ✅  Deploy successful!
Preview URL: https://5f8b9cfb.flaglint.pages.dev
Branch Preview URL: https://homepage-kicker-language-agn.flaglint.pages.dev

View logs

@Krishan27 Krishan27 merged commit f832782 into main Jul 6, 2026
4 checks passed
@Krishan27 Krishan27 deleted the homepage-kicker-language-agnostic branch July 6, 2026 22:59
flaglint pushed a commit that referenced this pull request Jul 8, 2026
…trict-types and baseline counts

Every identity-resolution gap listed as "not resolved yet" on the
flaglint-go Limitations and Supported Scope pages has actually been
closed (verified directly against the flaglint-go issue tracker):
chained factory-call-then-method (#20), method values (#6), interface
satisfaction (#15), block-scoped shadowing (#5), factory returning a
wrapper type (#16), and nested go.mod files (#17). These pages were last
updated right before that work landed.

- limitations.md / supported-scope.md: mark all six as resolved (noting
  which layer resolves each — Phase 1 default vs. opt-in --strict-types),
  add two newer Phase-1 mechanisms these pages never mentioned at all
  (a struct field declared *ld.LDClient with no observed construction,
  and a composite literal directly initializing a package-level var),
  and state plainly that zero identity-resolution gaps are currently
  tracked.
- identity-model.md: add worked examples for both newer Phase-1
  mechanisms above, plus a new "Phase 2 — --strict-types" section
  (interface satisfaction, transitive factory wrapping, cross-function
  method-value forwarding) that didn't exist on this page at all before.
- index.md: same corrections to the "what flaglint-go does/doesn't do"
  summary — it previously named method values and interface satisfaction
  as open gaps.
- cli/{scan,audit,validate}.md: --strict-types wasn't documented as a
  flag anywhere on the site despite being available on all three
  commands since it shipped; added to each page's options table.
  audit.md's baseline JSON example was also missing the "schemaVersion"
  and "counts" fields flaglint-go now emits; validate.md's Baseline Mode
  section gains a note on what "counts" actually catches (a brand-new
  duplicate of an already-baselined call, not just a brand-new
  fingerprint).

Verified: `npm run build` completes cleanly (90 pages), spot-checked the
rendered Limitations page's output directly.

Signed-off-by: Krishan Kant Sharma <krishansharma0327@gmail.com>
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