The official website for agentmessaging.org.
This is a static website for the Agent Messaging Protocol. It provides:
- Landing page explaining the protocol
- Links to the specification
- Quick start guides (coming soon)
The website is built with plain HTML and Tailwind CSS (via CDN). No build step required.
# Serve locally
npx serve .
# Or use Python
python3 -m http.server 8000The site can be deployed to any static hosting:
- GitHub Pages: Push to
mainbranch - Vercel: Connect the repo
- Cloudflare Pages: Connect the repo
- Netlify: Connect the repo
Configure agentmessaging.org to point to your hosting provider.
website/
├── index.html # Landing page
├── README.md # This file
└── (future)
├── docs/ # Documentation pages
├── quickstart/ # Getting started guides
└── assets/ # Images, logos
- Fork the repository
- Make your changes
- Submit a pull request
Apache 2.0 - See LICENSE
Maintained by 23blocks