The source of agentdiff.app — marketing site, docs,
and blog for AgentDiff
(agent-trajectory-diff on PyPI).
Next.js (static export) + Tailwind, deployed to Cloudflare Pages.
pnpm install
pnpm dev # local dev server
pnpm run lint # eslint — must pass with 0 errors
pnpm run build # static export to out/ — must be cleanAutomatic: every push to main builds and deploys to the agentdiff
Cloudflare Pages project (.github/workflows/deploy.yml). PRs get a
build-only check. Requires repo secrets CLOUDFLARE_API_TOKEN (Pages:Edit)
and CLOUDFLARE_ACCOUNT_ID.
Product code lives in kerrshift/agentdiff;
the hosted identity service (token.agentdiff.app) is deployed from that
repo's worker/.