This is the marketing website for OpenAdapt at https://openadapt.ai/
Built with Next.js and deployed via Vercel.
NEVER push directly to the main branch. Always create a feature branch and submit a PR, even for small changes.
# Create a new branch
git checkout -b feature/my-change
# Make changes and commit
git add .
git commit -m "Description of change"
# Push branch and create PR
git push -u origin feature/my-change
gh pr create --title "Title" --body "Description"This allows:
- Changes to be reviewed before deployment
- Vercel preview deployments for testing
- Proper CI checks to run
npm install
npm run devutils/pypiStats.js- PyPI download statistics fetchingapp/- Next.js app router pagescomponents/- React components
- Main meta-package: https://github.com/OpenAdaptAI/OpenAdapt
- Sub-packages: openadapt-capture, openadapt-ml, openadapt-evals, etc.