Production readyBusinessv1.0.0 · updated Jul 26, 2026
FR

Open Source Freelance Rate Calculator Template

Work backwards from the life you want to the number you quote.

A freelance hourly and day rate calculator that starts from your target take-home, then subtracts tax, business costs, unpaid weeks, and the hours nobody pays you for.

Runnable Agent-ready Install-ready Deploy-ready
foundationbase.app/demo/freelance-rate-calculatorOpen full demo →

This is the real app, not a mockup. Whatever you enter in the demo stays in your browser and belongs to nobody.

What you get

One zip. Everything to own it.

Every rate calculator that gets this wrong gets it wrong in the same two places: it treats all fifty-two weeks as working weeks, and it treats every working hour as billable. Neither is true for anyone. This one starts from the take-home you actually want, grosses it up for tax, adds your business costs, then divides by the hours left after holiday, illness, quiet spells, and the half of the week that goes on sales, admin, and invoicing. It shows the break-even rate that pays for costs and tax and nothing else, a sensitivity grid of what the same target costs at 40% through 80% billable, and a reverse check that runs your current rate back through the same arithmetic to show what it really leaves you. It also does the arithmetic nobody wants to see: your rate times 2,080 hours is not a salary, and the gap is usually enormous.

  • Hourly, day, and average-week rates from a target take-home
  • Tax set-aside, business costs, unpaid weeks, and billable share all modelled
  • Break-even rate that covers costs and tax and pays you nothing
  • Sensitivity grid across billable share and weeks off
  • Reverse check: what your current rate really leaves after everything
  • The 2,080-hour salary comparison, done honestly
freelance-rate-calculator.zipMIT
freelance-rate-calculator/├── app/the running Next.js app├── agent/START_HERE, PROJECT_MAP, RULES, RECIPES, TESTS, DEPLOY├── CLAUDE.mdread automatically by Claude Code├── AGENTS.mdread automatically by Codex├── .cursor/rules/loaded automatically by Cursor└── README.mdrun it, then make it yours

Inside the app

What the running app actually looks like
Freelance Rate Calculator: Your rate
Your rateTake-home in, hourly and day rate out.

Customize with AI

Your agent already knows this codebase.

Ships with CLAUDE.md, AGENTS.md, Cursor rules, and a full agent handbook — project map, safety rules, recipes, tests, and deploy notes.

Claude CodeCursorCodex

Prompts written against this app

Change the branding, copy, and layout for my Freelance Rate Calculator app.
Add or remove fields so it matches my workflow.
Add export and import for my business data.
Add optional sync later without changing the local-first default.

Run it

5 min to your own copy.

  1. 01Create your editable app copy and unzip it.
  2. 02Run npm install.
  3. 03Run npm run dev and open http://localhost:3000.
  4. 04Read /agent/START_HERE.md before customizing.
  5. 05Swap the local-first storage boundary for your own backend when ready.
Full walkthrough, including deploy and install →
Where your data lives

Freelance Rate Calculator data stays in this browser by default.

No account, backend, or cloud sync is included in the current package.

An agent can add optional sync later while preserving the local-first default.

Honest limitation

This package is standard-ready for Create My App and AI customization.

A full app-only PWA install route is not enabled yet for this app.

Verification receiptchecked Aug 2, 2026 at c11c184 · v1.0.0
Demo renderscaptured 2026-08-02, 50 KBpassed
Package installs and buildsinstalled, typechecked and built in 75s on node v24.13.0passed
Source package complete31 files, 71 KBpassed
Agent instructions included5 handoff files presentpassed
No network calls in app sourcestatic scan clean: no network calls, eval, or secrets in app sourcepassed
License matches the packageMIT, matching the file in the packagepassed

Questions people ask

How do I calculate my freelance hourly rate?

Start from the take-home you want, gross it up for tax, add your annual business costs, then divide by the hours you can genuinely bill — not 2,080. After holiday, illness, and the non-billable half of the week, most freelancers bill somewhere between 900 and 1,300 hours a year.

Why is my rate so much higher than an equivalent salary?

Because it has to cover everything an employer used to. Unpaid time off, non-billable hours, your own equipment and software, and the employer's share of tax all come out of the same number. The calculator shows both figures side by side so the comparison is honest.

What billable share should I use?

Between 50% and 70% is typical for solo freelancers. Below 50% usually means sales and admin are eating the week; above 80% is rarely sustainable for more than a few months.

Do my income numbers get uploaded anywhere?

No. There is no account and no server. Everything you type stays in your browser, which is where your income should stay.

If this isn’t quite right

All Business foundations →

Take Freelance Rate Calculator and make it yours.

Free, MIT, 5 min to running. The demo above is exactly what lands in your folder.