A comprehensive directory of company trust centers and compliance documentation.
- Main Directory: trustlists.org
- API Documentation: docs.trustlists.org
- 400+ company trust centers
- Automated discovery from YC companies
- RESTful API with no authentication required
- Platform detection using CNAME resolution
See our contributing guide for detailed instructions on:
- Adding new trust centers
- Reporting issues
- Development setup
- Code standards
Option 1: Use our submission form
Option 2: Add a file to constants/trustCenterRegistry/
export default {
"name": "Example Corp",
"website": "https://example.com",
"trustCenter": "https://trust.example.com",
"platform": "Self-hosted", // Auto-detected if omitted
"iconUrl": "https://www.google.com/s2/favicons?domain=example.com&sz=128"
};This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.
- Inspired by ChainList by DeFiLlama
- Built for the compliance and security community