Your Fair Share Tool: Calculate Your Equal Share of Company Profits

A developer has built a web application called Your Fair Share that calculates what your equal share of your employer's annual profits would be. The tool was created using Claude Code and deployed on Vercel.
How It Works
The application takes user input for company name and salary, then pulls profit data directly from SEC 10-K filings. It calculates what an equal distribution of that year's profit would be per employee and shows what your salary would look like if you received that share.
Example Data Points
- Apple: $112 billion in profit, $747,000 per employee
- Meta: $60 billion in profit, $700,000 per employee
- NVIDIA: $120 billion in profit, $2.8 million per employee
Technical Implementation
The developer describes this as "a pretty simple app" built with Claude Code + Vercel. The project took "a few sessions" to complete, and the developer notes they are "not a professional developer" but had an idea that Claude helped them build.
Additional Features
The tool includes an industry breakdown by sector available at a separate URL. The application is free with no signup required.
Developer's Perspective
The developer suggests that if you work at one of these companies and find your number interesting, you might consider what you could build yourself or with friends, potentially to start your own company or co-op.
📖 Read the full source: r/ClaudeAI
👀 See Also

Forge: A Claude-based IDE with automated verification and project DNA
Forge is a Claude-based IDE built on VS Code that automatically runs type checking, tests, coverage checks, and import validation before showing code. It includes self-healing loops for failed verification and builds a Project DNA of your codebase patterns.

Building a Self-Updating Writing Style Guide for AI-Assisted Content
A team building a voice extraction platform called Noren has developed a 117-line Markdown style guide that rewrites itself after every published piece, using Claude to enforce rules and banning AI-sounding words like 'cadence' and 'optimize'.

Workaround for ChatGPT Project Migration Gap: Export Scripts and Prompts
A developer created Python scripts and Claude prompts to migrate conversations from ChatGPT to Claude when ChatGPT's data export lacks project membership information. The solution extracts conversations using titles captured from the interface.

Ephemeral OpenClaw setups with network sandboxing and auto-teardown
A setup that boots OpenClaw inside an ephemeral VM with a network egress allowlist, injects API keys into RAM-backed storage, and includes a 2-hour auto-teardown. All LLM calls are recorded to SQLite for replay.