Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 3.14 KB

File metadata and controls

81 lines (57 loc) · 3.14 KB

OpenAdapt.web

The official website for OpenAdapt.AI - AI-first desktop automation.

Overview

This is the Next.js-based landing page for OpenAdapt, featuring:

  • Hero section with demo video showcasing workflow automation
  • Industries grid showing use cases across different sectors
  • Developer resources and contribution information
  • Email signup for updates and early access
  • Single-page contact + booking flow on landing (#book)
  • Booking page for intro calls (/book)
  • Contact intake form for sales workflows (/contact)

Tech Stack

Development

# Install dependencies
npm install

# Run development server
npm run dev

Open http://localhost:3000 to view the site.

Booking configuration

Set Calendly for inline booking in .env.local:

NEXT_PUBLIC_CALENDLY_URL=https://calendly.com/your-org/intro-call

Optional backward-compatible fallback:

NEXT_PUBLIC_BOOKING_URL=https://calendly.com/your-org/intro-call

Clockwise links are supported as link-only fallback and are not iframed.

Deployment

The site is automatically deployed to Netlify on push to the main branch.

Related Repositories

Repository Description
OpenAdapt Main application and meta-package
openadapt-capture GUI interaction capture library
openadapt-ml Machine learning models and training
openadapt-evals Benchmark evaluation framework
openadapt-consilium Multi-model consensus library
openadapt-herald Git history to social media automation
openadapt-crier Event-driven Telegram approval bot
openadapt-wright Dev automation worker (Ralph Loop)
openadapt-grounding UI grounding models
openadapt-viewer Recording visualization
openadapt-privacy PII scrubbing
openadapt-retrieval Demo retrieval
openadapt-tray System tray app
openadapt-telemetry Usage telemetry

The website automatically discovers new openadapt-* repos from the OpenAdaptAI GitHub org.

License

MIT - see LICENSE for details.