Skip to content

(feat) redesign install section with OS tab switcher#5

Merged
alexey-pelykh merged 1 commit intomainfrom
install-section-redesign
Mar 7, 2026
Merged

(feat) redesign install section with OS tab switcher#5
alexey-pelykh merged 1 commit intomainfrom
install-section-redesign

Conversation

@alexey-pelykh
Copy link
Contributor

Summary

  • Move install UI into the hero section — no more separate "Get started" block at the bottom
  • Add pill tab switcher: macOS / Linux | Windows | npm
  • Use remoteclaw.sh as the primary install URL (was remoteclaw.org/install.sh)
  • Auto-detect visitor OS to pre-select the right tab (Windows detection)
  • Each tab shows the primary command with copy-to-clipboard
  • Remove misleading "Install without root" expandable (the default install doesn't need root on macOS)

Test plan

  • Verify macOS/Linux tab shows curl -fsSL remoteclaw.sh | sh with copy button
  • Verify Windows tab shows irm remoteclaw.org/install.ps1 | iex with copy button
  • Verify npm tab shows npm install -g remoteclaw with copy button
  • Verify tab switching works and preserves selected state
  • Verify copy buttons work (clipboard + "copied!" feedback)
  • Verify responsive layout on mobile
  • Verify "Read the docs" link still works

🤖 Generated with Claude Code

Move the install UI into the hero section with a macOS/Linux | Windows | npm
pill switcher. Use remoteclaw.sh as the primary install URL. Auto-detects
visitor OS to pre-select the right tab. Remove the separate InstallBlock
section from the page layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alexey-pelykh alexey-pelykh merged commit 07cb54f into main Mar 7, 2026
2 checks passed
@alexey-pelykh alexey-pelykh deleted the install-section-redesign branch March 7, 2026 18:40
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.

1 participant