The public product, use-case, comparison, guide, integration, release, and security site for AgentSight. It is a Next.js static export served at agentsight.us; the interactive application remains at app.agentsight.us.
Use Node.js 20.9 or newer (the repository's .nvmrc selects Node.js 22).
npm ci
npm run devnpm run verifyThe verification pipeline checks the 23-page content catalog, TypeScript, the production build, exported routes, unique titles, H1s, canonical URLs, sitemap, and deployment metadata. next build produces the fully static out/ directory; no Next.js server runtime is required.
Product commands and compatibility facts come from the AgentSight product repository. The local agentsight-seo-research skill describes the evidence and semantic-overlap review required for new content.
See MIGRATION.md for the repository split and production cutover checklist.