# Agentic Commerce Alliance Agentic Commerce Alliance is a static Astro website for an alliance around agentic commerce. The site is designed to be readable without JavaScript: primary navigation, headings, body copy, section content, image alt text, and calls to action are rendered directly as HTML. ## Primary Pages - `/` - Homepage with hero, briefing, foundation principles, system capabilities, roadmap, and call to action. ## Content Structure The current content source is local and typed: - `src/content/site/home.json` contains the page copy. - `src/lib/content/schema.ts` validates the content shape. - `src/lib/content/getPage.ts` loads the content through an adapter boundary that can later be replaced with a CMS. ## Agent Notes - JavaScript is not required to read the page content. - GSAP is used only for progressive animation. - If animation scripts fail or are blocked, the HTML content remains present. - Future CMS integrations should keep server-side or build-time rendering for all primary content.