Loading Liberation Tools
Preparing your privacy-first experience...
Preparing your privacy-first experience...
Build liberation tools yourself. All our components are open source and designed for embedding anywhere.
Complete runway calculator component with React hooks
npm install @greenfieldoverride/runway-calculatorReal hourly wage calculator with privacy-first design
npm install @greenfieldoverride/real-hourly-wageBurnout assessment tool with scientific backing
npm install @greenfieldoverride/cognitive-debt-assessmentValues-based career matching system
npm install @greenfieldoverride/values-vocation-matcherPrivacy-first user data persistence
npm install @greenfieldoverride/user-contextAI-powered liberation planning assistant
npm install @greenfieldoverride/ai-copilotimport { RunwayCalculator } from '@greenfieldoverride/runway-calculator';
import { RealHourlyWageCalculator } from '@greenfieldoverride/real-hourly-wage';
function MyLiberationApp() {
return (
<div>
<h1>Your Path to Freedom</h1>
<RunwayCalculator />
<RealHourlyWageCalculator />
</div>
);
}All liberation tools are open source and available on GitHub. Contributions, issues, and feature requests are welcome.
Check the README files in each package for detailed API documentation and examples.