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

WordPress.com MCP Integration Adds Write Capabilities for Claude
WordPress.com's MCP integration now supports write operations, allowing Claude to draft posts, build pages, manage comments, fix image alt text, and restructure content categories directly on WordPress.com sites. Before generating content, Claude reads the site's theme to understand design elements like colors, fonts, and block patterns.

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.

CAP: Claude Code Statusline Plugin That Installs with /plugin install
CAP (Claude Allowance Pulse) is a statusline plugin for Claude Code that installs via /plugin install without npm, curl, or jq. It displays model usage, session and weekly limits, context window usage, and session cost in the terminal.

Building an Autonomous Research Agent with C# and Local LLMs
A C# research agent automates URL processing with local LLMs using Ollama and llama3.1:8b, generating structured markdown reports from web searches.