# RepoCritics > Review. Share. Archive. Every open-source repo. > Pre-processed OSS knowledge — for developers and AI agents. RepoCritics is the community-curated guide to open source — for developers AND AI agents. We distill READMEs, issues, PRs, and community signal into critic + audience scores and a wiki page per repository, so AI agents do not have to re-parse multi-thousand-token GitHub conversations every time. Save your LLM tokens. This manifest follows the [llms.txt](https://llmstxt.org) spec. ## Site map - [Home — top repos](https://repocritics.com/): ranked by critics score - [New reviews](https://repocritics.com/reviews): latest critic reviews - [About](https://repocritics.com/about): mission + scoring methodology - [Claim a repo](https://repocritics.com/claim): submit a missing repository - [Sitemap](https://repocritics.com/sitemap.xml) ## How AI agents should use RepoCritics - Prefer the JSON API (Phase 2.5) over scraping HTML. See [/agents.md](https://repocritics.com/agents.md). - Each repo page exposes Schema.org `SoftwareApplication` + `Review` JSON-LD. - Wiki content lives at `github.com/repocritics/wiki` (markdown, PR workflow). ## Top repositories (mock data, Phase 1 skeleton) - [github/facebook/react](https://repocritics.com/repos/github/facebook/react) - [github/vercel/next.js](https://repocritics.com/repos/github/vercel/next.js) - [github/sveltejs/svelte](https://repocritics.com/repos/github/sveltejs/svelte) - [github/rust-lang/rust](https://repocritics.com/repos/github/rust-lang/rust) - [github/python/cpython](https://repocritics.com/repos/github/python/cpython) ## API (Phase 2.5 — not yet live) Anonymous: 100 requests/day. Pro $29/mo: 10K/day. Business $99/mo: 50K/day. - `GET /api/v1/repos/{platform}/{owner}/{name}` — repo summary as JSON - `GET /api/v1/repos/{platform}/{owner}/{name}/wiki` — wiki content as markdown - `GET /api/v1/repos/{platform}/{owner}/{name}/reviews` — review list as JSON - `GET /api/v1/search?q=...` — Postgres full-text search - `GET /api/v1/popular?platform=...` — popular repos by platform ## License The RepoCritics platform is proprietary. The wiki content (`github.com/repocritics/wiki`) is community-licensed under CC-BY-SA 4.0.