Developer Resources
Build liberation tools yourself. All our components are open source and designed for embedding anywhere.
Published NPM Packages
@greenfieldoverride/runway-calculator
Complete runway calculator component with React hooks
npm install @greenfieldoverride/runway-calculator@greenfieldoverride/real-hourly-wage
Real hourly wage calculator with privacy-first design
npm install @greenfieldoverride/real-hourly-wage@greenfieldoverride/cognitive-debt-assessment
Burnout assessment tool with scientific backing
npm install @greenfieldoverride/cognitive-debt-assessment@greenfieldoverride/values-vocation-matcher
Values-based career matching system
npm install @greenfieldoverride/values-vocation-matcher@greenfieldoverride/user-context
Privacy-first user data persistence
npm install @greenfieldoverride/user-context@greenfieldoverride/ai-copilot
AI-powered liberation planning assistant
npm install @greenfieldoverride/ai-copilotQuick Start Example
import { 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>
);
}Design Principles
Privacy-First
- • All calculations happen in-browser
- • No data ever leaves your device
- • No tracking, analytics, or cookies
- • No server-side data storage
Developer-Friendly
- • Fully typed TypeScript components
- • Headless design for easy styling
- • React hooks for state management
- • Embeddable anywhere
Source Code & Contributions
All liberation tools are open source and available on GitHub. Contributions, issues, and feature requests are welcome.
Licensed under Liberation License - use freely for liberation purposes
Need Help?
Check the README files in each package for detailed API documentation and examples.
Building tools for liberation, by liberation seekers, for liberation seekers.