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
The live site is deployed via Vercel. Push to main and Vercel builds and publishes automatically.
Your usual flow:
- Add or edit trust centers on
main(e.g. underconstants/trustCenterRegistry/). - Push or merge to
main. - Vercel runs
npm run build(validate registry, generate data,next build) and deploys.
Preview deploys: Every pull request gets its own preview URL on Vercel automatically.
Optional: Run npm run deploy locally to verify the build before pushing.
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