Skip to content

Create RemoteClaw landing page#2

Merged
alexey-pelykh merged 1 commit intomainfrom
1-landing-page
Mar 7, 2026
Merged

Create RemoteClaw landing page#2
alexey-pelykh merged 1 commit intomainfrom
1-landing-page

Conversation

@alexey-pelykh
Copy link
Contributor

Summary

  • Implements the full landing page as specified in Create RemoteClaw landing page #1
  • Tailwind CSS v4 with @theme brand palette, self-hosted WOFF2 fonts (DM Sans + Fragment Mono), Lucide icons
  • All 8 sections: Nav, Hero, Runtimes strip, Channels grid, Feature cards (6), Architecture flow diagram, Install block (npm + curl), Footer
  • Dark mode only, responsive (mobile-first, sm/lg breakpoints, max 1024px), zero JS except copy-to-clipboard
  • Brand assets: favicon, logo PNGs, OG image from HQ

Acceptance criteria checklist

  • Astro project initialized
  • GitHub Actions deploys to GitHub Pages on push to main
  • CNAME file in public/ contains remoteclaw.org
  • public/install.sh and public/install.ps1 placeholder files
  • Tailwind CSS v4 with @theme brand palette
  • Self-hosted WOFF2 fonts (DM Sans, Fragment Mono)
  • Lucide icons for feature cards
  • Dark mode only, no theme toggle
  • Responsive: mobile-first, 3 breakpoints, max 1024px content width
  • All sections per spec (Nav, Hero, Runtimes, Channels, Features, Architecture, InstallBlock, Footer)
  • Component structure matches spec

Test plan

  • Verify CI build passes (typecheck + build)
  • Deploy preview and verify all sections render correctly
  • Test copy-to-clipboard on install commands
  • Verify responsive layout at mobile/tablet/desktop breakpoints
  • Confirm fonts load (DM Sans for headings, Fragment Mono for body/code)
  • Verify OG meta tags render correctly (share preview)

Closes #1

Generated with Claude Code

Implements the full landing page per issue #1:

- Tailwind CSS v4 with @theme brand palette (dark mode only)
- Self-hosted WOFF2 fonts: DM Sans (headings), Fragment Mono (body/code)
- Lucide icons for feature cards
- All sections: Nav, Hero, Runtimes, Channels, Features, Architecture,
  InstallBlock, Footer
- Copy-to-clipboard for install commands (only client-side JS)
- Brand assets: favicon, logo PNGs, OG image
- Responsive: mobile-first with sm/lg breakpoints, max 1024px content

Closes #1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alexey-pelykh alexey-pelykh merged commit d21e83e into main Mar 7, 2026
2 checks passed
@alexey-pelykh alexey-pelykh deleted the 1-landing-page branch March 7, 2026 07:16
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.

Create RemoteClaw landing page

1 participant