Digital Karma Web Federation Registry
The network of AI-ready websites participating in the Digital Karma Web Federation v6.1.
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 v6.1 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 have submitted for federation membership
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 Required Endpoints
- Create
/ai/manifest.jsonwith site identity - Create
/ai/health.jsonwith system health metrics - Optionally add
/ai/catalog.jsonand/ai/karma.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
- Use our scoring calculator:
python ai/calculate_karma.py - Aim for at least 0.70 (Karma Bronze 🏅)
Step 4: Submit for Federation
- Complete the submission form
- We'll validate your endpoints
- Upon approval, you'll be added to the registry
Federation API
Programmatically access the federation registry data:
| Endpoint | Description | Format |
|---|---|---|
/ai/federation.json |
Complete federation network topology | JSON |
/api/federation/sites.json |
List of all federation members | JSON |
/api/federation/scores.json |
Real-time Karma scores for all sites | JSON |
/api/federation/graph.json |
Network graph data (nodes + edges) | JSON |
Ready to Join?
Implement the standards and become part of the AI-native web.
Submit Your Site