A community-driven database of brewing yeast strains and their relationships, backed by evidence.
StrainSage aims to be the most comprehensive and accurate resource for homebrewers and professional brewers to understand brewing yeast strains and their similarities or differences. Unlike other yeast comparison charts, StrainSage:
- Documents the evidence behind each claimed relationship
- Uses a community-driven approach with version control
- Provides structured data that can be easily visualized or integrated into brewing software
- Records both confirmed relationships and disputed relationships
- Browse the web interface to explore yeast strains and their relationships
- Search for substitutes when your preferred strain isn't available
- Explore the evidence to understand how confident you can be in a substitution
- Contribute your knowledge by submitting changes via GitHub
- Clone the repository to access the structured data
- Use the JSON Schema to validate your own applications
- Contribute scripts for data visualization or conversion
- Build integrations with brewing software
The database is organized into two main components:
- Strain Data (
/strains/
): Individual YAML files containing technical specifications for each yeast strain - Relationship Data (
/relationships/
): YAML files documenting the relationships between strains, along with supporting evidence
This separation allows for independent updates to either strain information or relationship claims.
We welcome contributions from homebrewers, professional brewers, yeast labs, and brewing scientists!
- Fork the repository
- Create or modify the strain YAML file in the
/strains/
directory - Ensure it validates against our schema
- Submit a pull request with a clear description of your changes
- Fork the repository
- Modify the appropriate relationship file in the
/relationships/
directory - Include evidence to support your claim
- Submit a pull request explaining your reasoning
Strong evidence includes:
- Manufacturer statements (even indirect ones)
- Scientific papers with genetic analysis
- Controlled brewing experiments with side-by-side comparisons
- Expert opinions from brewing scientists or professional brewers
Weaker evidence includes:
- Anecdotal reports
- Forum discussions without controlled experiments
- Similar specifications without supporting testing
- Phase 1 (Current): Data structure and initial population
- Phase 2: Web interface for browsing the database
- Phase 3: Interactive visualization of strain relationships
- Phase 4: API for integrating with brewing software
- Phase 5: Mobile app for on-the-go yeast substitution reference
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to David M. Taylor for the original Yeast Master spreadsheet that inspired this project
- Thanks to all contributors who have added their knowledge to this database
- Thanks to the homebrewing community for supporting open knowledge sharing