Digital Karma Web Federation Registry
The network of AI-ready websites participating in the Digital Karma Web Federation v7.0.
What is the Digital Karma Web Federation?
The Digital Karma Web Federation is a decentralized network of AI-ready websites that implement standardized machine-readable endpoints. Federation members benefit from:
- Discovery: AI agents can find your site through the federation network
- Trust: Transparent Digital Karma scoring builds credibility
- Interoperability: Standardized endpoints enable seamless AI-to-AI communication
- Community: Bidirectional links and mutual support
Network Topology
📊 Interactive federation network graph coming soon
Visualizing bidirectional links and federation relationships
Federation Members
All sites below have implemented Digital Karma Web Federation v7.0 standards.
🌟 Hub Sites
Central nodes providing classification, standards, and infrastructure
AI Website Systems
aiwebsitesystems.comThe comprehensive directory and knowledge base for AI-native website systems, frameworks, and infrastructure.
SeedStack Digital Karma
seedstack.digitalkarmasystem.comStarter template and reference implementation for Digital Karma compatible static websites.
🎯 Specialist Sites
Domain-specific implementations and use cases
HarvestHub AI
harvesthub.digitalkarmasystem.comData harvesting and aggregation patterns for AI-powered websites.
Krisada Marketing Strategies
krisada.marketingMarketing and strategy consulting with AI-powered insights and automated reporting.
⏳ Pending Federation Approval
Sites that may be listed in the optional registry after review. Federation participation itself does not require approval.
Digital Karma WordPress Plugin
wordpress.org/plugins/digital-karmaWordPress plugin to add Digital Karma federation endpoints and scoring.
Joomla Federation Extension
extensions.joomla.orgJoomla extension for exposing federation-compliant AI endpoints.
How to Join the Federation
Joining the Digital Karma Web Federation is open to any website that meets the minimum requirements:
Step 1: Implement All 6 Required Endpoints
- Create
/ai/manifest.json— site identity and discovery entrypoint - Create
/ai/health.json— operational status and metrics - Create
/ai/catalog.json— dataset catalog (Schema.org DataCatalog) - Create
/ai/karma.json— Digital Karma Score and trust signals - Create
/ai/federation.json— network links to other members - Create
/llm.txtat site root — plain-text index for LLMs - Declare
"federation_version": "7.0"in manifest.json
Step 2: Add Schema.org Markup
- Implement Organization, WebSite, and WebPage entities
- Use JSON-LD format in your HTML
Step 3: Calculate Your Karma Score
- Populate
/ai/karma.jsonusing the published scoring methodology - Aim for at least 0.70 (Karma Certified ✅)
Step 4: Optional Registry Submission
- Complete the submission form if you want directory listing help
- Registry review is optional and separate from protocol participation
- Your site can still operate as a federation member without being listed here
Federation API
Programmatically access the federation registry data:
| Endpoint | Description | Format |
|---|---|---|
/ai/federation.json |
Complete federation network topology | JSON |
/federation/index.json |
Versioned federation mapping index | JSON |
/data/federation-map.json |
Portfolio federation cluster map | JSON |
/datasets/index.json |
Published dataset inventory | JSON |
Ready to Join?
Implement the standards and become part of the AI-native web.
Submit Your Site