Skip to content

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Jan 29, 2026

Summary

  • Add prominent curl one-liner at top of install section, inspired by clawd.bot/moltbot
  • Update quick start commands to be more representative of upcoming CLI

Changes

One-Liner Installation (NEW)

Adds a hero section with the universal installer command:

macOS / Linux / WSL:

curl -fsSL https://openadapt.ai/install.sh | bash

Windows (PowerShell):

irm https://openadapt.ai/install.ps1 | iex

Features:

  • Green highlighted border for visual prominence
  • Copy button for easy clipboard access
  • Auto-switches to PowerShell variant when Windows is detected
  • Tagline: "Works everywhere. Installs everything. You're welcome."

Updated Quick Start Commands

Changed from:

openadapt capture start --name my-task
openadapt capture stop
openadapt capture view my-task
openadapt doctor

To:

openadapt record --name invoice-task    # Record a demonstration
openadapt view invoice-task             # Review and annotate
openadapt replay invoice-task           # Replay with AI assistance
openadapt doctor                        # Check system setup

Benefits:

  • More intuitive command names
  • Better describes the user workflow
  • Adds icons for visual clarity
  • Slightly aspirational (commands coming in next 1-2 months)

Visual Improvements

  • Added "or install manually" divider to separate one-liner from step-by-step
  • Changed header icon from terminal to rocket
  • Added command icons (play, eye, graduation cap, bolt)
  • Hover effects on quick start command cards

Screenshots

Preview will be available on Vercel deploy preview.

Notes

The one-liner URLs (openadapt.ai/install.sh) are aspirational - the actual install scripts need to be created and deployed. See /openadapt-ml/docs/INSTALLER_PROPOSAL.md for the complete implementation proposal.

Test Plan

  • Verify Vercel preview deploys successfully
  • Test one-liner copy button works
  • Verify Windows detection shows PowerShell variant
  • Check mobile responsiveness
  • Verify no console errors

Generated with Claude Code

- Add prominent curl one-liner at top of install section
  - `curl -fsSL https://openadapt.ai/install.sh | bash`
  - Inspired by clawd.bot/moltbot approach
  - Shows Windows PowerShell variant when on Windows
  - Green highlight border for visual prominence

- Update quick start commands to be more representative:
  - `openadapt record` instead of `openadapt capture start`
  - `openadapt view` to review recordings
  - `openadapt replay` for AI-assisted replay
  - `openadapt doctor` for system checks
  - Add icons for visual clarity

- Add "or install manually" divider to separate one-liner from
  step-by-step instructions

Note: The one-liner URLs (openadapt.ai/install.sh) are aspirational -
the actual install scripts need to be created and deployed.
See /openadapt-ml/docs/INSTALLER_PROPOSAL.md for implementation details.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for cosmic-klepon-3c693c ready!

Name Link
🔨 Latest commit 35b64e8
🔍 Latest deploy log https://app.netlify.com/projects/cosmic-klepon-3c693c/deploys/697af4d66689670008906ff6
😎 Deploy Preview https://deploy-preview-125--cosmic-klepon-3c693c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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