Skip to content

wgtechlabs/osv-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Open Sponsor Value (OSV) Framework

Transparent value translation for open source sponsorships

A methodology for calculating fair and transparent pricing for open source sponsorships based on Fibonacci-based effort estimation.

Overview

The OSV Framework provides a structured approach to valuing contributions and sponsorships in open source projects. By combining effort estimation with standardized pricing, it creates transparency and fairness in the sponsorship ecosystem.

Core Formula

effort_points × $base_rate = value

Default base rate: $50 per effort point

Key Concepts

  • Effort Points: Fibonacci-based values (1, 2, 3, 5, 8, 13, 21...) representing complexity and time
  • Base Rate: Monetary value per effort point (configurable, default $50)
  • Value: The calculated sponsorship amount

Quick Start

  1. Estimate effort using Fibonacci numbers (1, 2, 3, 5, 8, 13, 21, 34...)
  2. Apply the formula: effort_points × $50 = value
  3. Use the calculated value for sponsorship pricing

Examples:

  • A medium complexity feature = 5 effort points → 5 × $50 = $250
  • A large feature = 13 effort points → 13 × $50 = $650
  • An epic milestone = 201 effort points → 201 × $50 = $10,050

Documentation

Examples

See the examples/ directory for practical use cases and templates.

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines, including our commit message conventions.

Code of Conduct

This project adheres to a Code of Conduct. Please read CODE_OF_CONDUCT.md before participating.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Future Development

  • GitHub Action for automated OSV calculations on PRs and Issues
  • Integration templates for popular project management tools
  • Community-driven pricing guidelines

Created by Waren Gonzaga under WG Tech Labs

About

Open Sponsor Value Framework

Resources

License

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors