Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

website

by x402eco · Updated 2 months ago

In the AI payments ecosystem

website is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on agents, ai, micropayments, x402. It currently has 2 GitHub stars and 13 forks, and sits alongside related tools like agent-kit, mcp-client, ClawRouter, daydreams, x402-deploy, nano-currency-mcp-server.

README.md View on GitHub →

x402.eco

The x402 ecosystem directory. Built with Next.js.

Development

pnpm install
pnpm dev

Open http://localhost:3000.

Adding an ecosystem entry

Entries are JSON files in data/ecosystem/. The site picks them up automatically — no code changes needed.

1. Choose a category

Slug Description
client-integrations SDKs, libraries, and client-side tools
services-endpoints APIs and services monetized with x402
infrastructure-tooling Developer tools, validators, dashboards
facilitators Payment facilitators
learning-community Guides, tutorials, community resources

2. Create a JSON file

Add a file to data/ecosystem/{category-slug}/{your-project}.json:

{
  "name": "Your Project",
  "description": "One or two sentences describing what it does.",
  "url": "https://yourproject.com",
  "category": "infrastructure-tooling",
  "logo": "/logos/your-project.png"
}

All fields are required.

3. Add a logo

Drop your logo in public/logos/. PNG or SVG, any reasonable size.

4. Submit a PR

git checkout -b add-your-project
git add data/ecosystem/ public/logos/
git commit -m "feat(ecosystem): add Your Project"

Open a PR against main.

All Micropayments projects →