Public standards home and validator for Agent View Layer.
Offered to the agentic web by Jason Brashear, built in public so the next generation of sites can be understood instead of scraped.
npm install
npm run devThe Next development server runs on port 49321. To preview the Cloudflare
Pages build with the native validator Function:
npm run build
npm run previewThis project is designed for Cloudflare Pages:
- Static Next export in
out/. - Native Cloudflare Pages Function at
functions/api/validate.ts. - AVL dogfood files in
public/.agent,public/agent.txt, andpublic/llms.txt.
Cloudflare Pages settings:
Build command: npm run build
Build output directory: out
Project name: agentviewlayer-org
Production domain: agentviewlayer.org
Manual deploy:
npm run build
npm run deploy- Explain AVL as a public, producer-owned web standard for AI agents.
- Provide a live URL validator for
.agent,/agent.txt, and/llms.txtreadiness. - Publish implementation docs, badges, examples, and an adoption directory.
- Dogfood AVL with this site's own
/.agent,/agent.txt, and/llms.txt.