Choose what to get done
Classify whether to publish prices using the market 2x2
I give market size and homogeneity (with thresholds) and get the quadrant plus the publish-on-website recommendation, matching the book's transparency 2x2.
Clean-code smell scorecard for a method
A per-method clean-code smell scorecard: which thresholds each method exceeds (long method, too many arguments, deep nesting, and more), a 0-100 score, and a pass/warn/fail verdict.
Compare gig-platform fees and net earnings
For each platform entry: netEarnings = round(grossEarnings * (1 - feeRatePct/100), 2); feeAmount = round(grossEarnings * feeRatePct/100, 2); winner flag on the highest-net platform.
Compute a convertible-note / pre-money SAFE conversion price (cap vs discount) and simple round dilution
You get the conversion price per share for a PRE-money convertible note or pre-money SAFE (the lower of the cap-implied and discount-implied price), the shares it converts into, the round's post-money valuation, and the new lead investor's post-money ownership percentage.
Compute a liquidation-preference waterfall (multiple, participating vs non, cap)
You get each preferred investor's exit payout and the common-shareholder (founder and employee) residual for a given exit value, computed from each investor's invested amount, preference multiple, participating-or-not, participation cap, and as-converted ownership; payouts always sum exactly to the exit.
Compute a proportional token allocation from contribution scores
Each contributor's token allocation = round(contributionScore / sumAllScores * totalPool, 2), and the sum of all allocations equals totalPool within tolerance.
Compute a weighted-average anti-dilution conversion price
A function that applies the broad-based weighted-average anti-dilution formula to produce the adjusted conversion price for an earlier preferred series after a dilutive financing.
Compute economic value to the customer (EVE) and the viable price range
You get the total economic value to the customer (EVE) and the viable price range (ceiling and floor) for one product in one customer segment, built up from a next-best-alternative reference price and a set of signed monetary value-driver deltas.
Compute Equity for a Founder's Cash Contribution
The extra ownership percentage a founder earns by putting cash into the company beyond their labor, priced off the agreed pre-seed valuation, plus the resulting post-contribution ownership split, so the founders can settle IOUs before financing.
Compute Founder Share Repurchase on Departure
A precise vested-vs-repurchasable share split when a founder leaves before fully vesting, plus the cash the company pays under the repurchase agreement, so the cap table can be corrected.
Compute Founder Vesting Acceleration Payout on Change of Control
A precise breakdown of how many founder shares vest at a change-of-control event under the grant's acceleration terms, so the founder knows their stake before signing.
Compute NRR, GRR, net churn, and the Rule of 40
You get Gross Dollar Renewal Rate, Net Dollar Retention Rate, net churn rate, and the Rule-of-40 sum, each computed from your supplied revenue figures with the standard SaaS definitions.
You are not what you make. You are the one who can make it.
Opens soon. Get early access the day it goes live.