A minimal Docusaurus site that crowdsources public evidence of Scala adoption across companies and OSS projects.
We welcome all contributions! The easiest way is the submission form — it generates the file for you and takes you straight to GitHub to open a PR.
Alternatively, edit the /adopters directory directly.
Each file should contain a single YAML object with the following fields:
name– company or project namelogoUrl– absolute URL to a PNG/SVG logowebsite– homepage. Public official websites are preferred.description– short explanation of company or project and how Scala is used there.scala3AdoptionStatus– one ofnot planned,planned,partial,full(ornullif unknown)sources– list of links or short notes backing up the claims. Could be GitHub repos, blog posts, conference talks, etc.size– integer used for ordering. GitHub star count for OSS projects, headcount for companies.category–product company,OSS project, orconsulting company
Caveats:
- for OSS projects we want to show only those that are not specific to scala-ecosystem but provide value outside of it.
- when adding a new adopter make sure it's not present in
adopters/_others.yaml
npm install
npm run startIf the community finds this project useful, we could add the following features:
- Tracking codebase size
- Search
- <your great idea here>