Static website package for AgentDispatch.
AgentDispatch lets local lead agents spawn cloud subagents through a provider-neutral MCP control plane. This package contains the public landing page that explains the product, architecture, packages, and first AWS AgentCore runtime path.
npm run dev
npm test
npm run buildsrc/index.html— single-page marketing site.src/styles.css— responsive visual system.src/assets/repo-social-preview.png— Open Graph and Twitter preview image.src/main.js— progressive enhancements only.scripts/validate.mjs— static checks for local links, copy placeholders, and required sections.scripts/build.mjs— copiessrcintodistfor GitHub Pages or any static host.
The included GitHub Pages workflow builds dist and publishes it as a static artifact. No framework runtime or server is required.
- One checked-in social preview image, shared with the GitHub organization profile assets.
- No runtime dependencies.
- Fast, readable, and easy to fork into a richer docs site later.