This repository contains the public data layer for BotRank.
- Chinese README: README.zh.md
projects/: public project recordsschema/: schema and field documentationscripts/: local validation scripts.github/workflows/: automated validation for pushes and pull requests
- Keep the project directory data open and easy to review
- Let contributors add or update project entries through pull requests
- Keep private website code, ranking logic, and deployment details out of the public repository
- One JSON file per project
- The filename should match the
slug - Manual project data must be maintained here, not written directly to Supabase
- Run
npm run validate:databefore opening a pull request
git clone https://github.com/codingboy-ai/botrank.git
cd botrank
npm run validate:data