Choose what to get done
Compute New-Hire Equity Grant by Hire Number
A pure function that returns the equity-grant percentage for the Nth early hire by interpolating between configurable anchor grants (default 1.5% for hire #1, 0.25% for hire #20), per the YC early-hire equity rule of thumb.
Compute Raise Amount and Implied Valuation from Inflection Point
A single headline raise number, the implied post-money valuation range, the investor ownership range it implies, and a flag for whether the ask sits inside the track-record-appropriate band, so the founder can answer 'how much are you raising?' with one defensible figure.
Compute the bill under a linear, 2-part, or 3-part tariff
I give a usage volume and a tariff schedule and get the exact amount owed, with the right block selected and overage applied only above included units.
Compute the Van Westendorp acceptable price range
I enter each respondent's four price answers and get back the deterministic Van Westendorp points (PMC, PME, OPP, IPP) on the observed price grid, so I have a defensible acceptable-price band.
Compute Viral Coefficient and Loop-Driven User Growth
A founder learns their viral K-factor and the cumulative users a seed cohort generates across viral cycles, so they can judge whether the product can grow on the viral engine alone.
Content distribution checklist
A deduplicated checklist of destinations (communities, forums, groups, syndication spots) to post your content to, each row with a destination name, a well-formed link, an accepted content format, and a posting cadence, spread across at least your minimum of distinct format types.
Cyclomatic complexity with refactor flags
McCabe cyclomatic complexity per function from its control-flow graph, with a refactor flag for any that exceed your threshold.
Defect density per module with ranked hotspots
Defect density per module against your chosen size unit, the overall density, and a ranking of the most defect-dense modules.
Defect removal efficiency
Defect Removal Efficiency from pre-delivery vs escaped defect counts, with an optional per-phase breakdown.
Demand-gen lead-stage definition register
The buyer gets a register where each required lead stage (e.g. MCL, MEL, MQL, SQL) has a definition, a funnel phase, an owning team, an entry criterion, and a lead-score threshold, with thresholds increasing down the funnel.
Deploy pipeline and hosting
The app is deployed and the health endpoint returns 200.
Deploy runbook with rollback
An ordered, role-assigned deploy runbook with preflight checks, deploy steps, verification, and a rollback path that every failure step routes to.