The official website for OpenAdapt.AI - AI-first desktop automation.
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)
- Next.js 14 - React framework
- Tailwind CSS + DaisyUI - Styling
- Framer Motion - Animations
- Netlify - Hosting and forms
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 to view the site.
Set Calendly for inline booking in .env.local:
NEXT_PUBLIC_CALENDLY_URL=https://calendly.com/your-org/intro-callOptional backward-compatible fallback:
NEXT_PUBLIC_BOOKING_URL=https://calendly.com/your-org/intro-callClockwise links are supported as link-only fallback and are not iframed.
The site is automatically deployed to Netlify on push to the main branch.
- Production: openadapt.ai
| 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.
MIT - see LICENSE for details.