Minimum Price Calculator

OK, I built this thing. And the whole time I was writing it I promised myself I’d show it to the peeps at “discuss.bootstrapped.fm” to ask for feedback.

It’s an interactive calculator for working out the lowest price you can put on your product.
http://yourfirstproduct.com/tools/pricing

It’s kinda nerdy… it walks you through one off costs, recurring costs and unit costs.

Then it tells you the minimum price you can set for your product (depending on sales per month). Also shows you a matrix of the annual profit you’ll make at various price/sales combinations.

If you say “Leon, fix this…” I will listen closely. Thanks in advance for any feedback.

1 Like

I was a little confused by the whole thing, I am not quite sure what I am calculating in the end. When it got to the calculations, the prices per copy were pretty high, and all of the profit numbers in the table were negative, and getting further negative as more copies were sold.

Hope that helps

These sort of things are usually better as guides than actual calculators trying to determine a true number. There’s a lot of questions on here nobody will know the answer to. That I don’t know the answer to about my own 10 year old business! I think you’d be better off trimming this down to 3-4 broad stroke questions and coming up with some sort of range.

Cheers @ian

Yeh I think you’re right. I’m glad I’ve gone far enough down this rabbit hole that I finally have a good grasp on costs. But I don’t think other people want (or need) to understand their costs in a very detailed way.

I’ll look for a way to simplify.

Howdy @Ian and @rob_race, I’ve given the minimum price calculator a complete overhaul, to change the way it works.

It’s now an article describing factors that affect costs. And each factor can be dragged up or down to change the result. It uses Bret Victor’s Tangle (http://worrydream.com/Tangle/) to do the magic. I’d been wanting to play with that for a while, so I was happy to have an excuse.

Check it out at http://yourfirstproduct.com/tools/pricing.

It still includes a lot of detail, probably too much. I could simplify it right down, but wanted to only change one thing at a time because science.

cheers!

Oh wow! I really like this, and wanted to create something like this for myself.

The interface works, but it’s confusing. A simpler, graphical interface would be great (something like http://howmuchtomakeanapp.com would be ideal)… but this works great as an MVP. And I’d rather see you focus on nailing down the math first before the pretty graphics & forms!

I love that you’ve included support time cost! That’s the main feature I wanted to include when creating my own spreadsheet / calculation of this. I felt it glossed over the “time spent on business” though, and 5 hours a month seems crazy low (even Tim Ferriss had a Four Hour Work Week!) I’d like to see that broken out a little more, ie time spent on blogging/marketing, time spent on maintenance/upgrades, and then there’s the icky accounting / paperwork stuff. That’s probably too much detail for some, so a way to switch between hyper-detail and overall ballpark numbers would be good.

It does go pear-shaped for me after the advertising calculation though. I’ve spent enough on Adwords & FB to know that it’s mostly a waste of money, so I want to set my number of customers who arrive via ads as zero %… but then I get lots of NaN everywhere. I need to set my CPC at $0 before I get sensible numbers again. (And 20% of clicks becoming customers? That seems crazy high… I’d be more likely to set that at 1%, or even sub 1%.)

One last thing missing is the e-commerce cut and any VAT. Google / Apple would be 30%, whereas FastSpring is ~6% and Paypal/Stripe would be ~3%. VAT/GST would be anywhere from 0 - 25%, I think. (And if you really want to make hearts sink, add in personal/business tax rate, some of that “profit” goes to the taxman.)

But well done, I really really like this. I’d mostly use it to scope back the time spent on development to hit a specific price point (eg how much development time can I afford to spend to hit a $50 price).

Thanks @syneryder. Really appreciate your feedback.

It does go pear-shaped for me after the advertising calculation

Fixed now. Yeh, I was dividing when I should’ve multiplied. Math is even fussier than code. :slight_smile:

I’ve deliberately left out payment gateways, VAT/GST and a few other things for now.

The previous version (now hidden here) spent a little extra time on “time spent on business” but I cut out the details this time around.

Aha! Awesome, thank you for linking me to the old version - I see that your second version is much improved, the Tangle sliders are much better than the forms. v2 lets me think through what-if scenarios more easily. Funny how when you request features/changes & get to try out what you asked for, sometimes you find “no, actually the product designer was right all along” :slight_smile:

(FWIW, I’m coming at this from a “Your Seventh Product” perspective rather than “Your First Product”, but I’m getting a ton of value from it. I need to go revise some pricing…)

1 Like

Cool! Here’s a calculator I made to sanity-check engineering investment decisions: http://engineerworth.com - it also uses tangle :slight_smile:

Feedback:
“If you price the product at $1754 you’ll need to sell 0 per month before you make a single dollar in profit. For every copy after that, you’ll get to keep $1728 from each sale.” - can you make this one increase by $10 increments? Also the number sold per month started negative for me. Also I’d like the tool to focus on ROI as well, not just cost (b/c i don’t care about the cost if I make money overall)

My personal feel on pricing products: the amy hoy way. $19 if i can’t decide on a price. Otherwise, value pricing. And also tiers: https://expensiveproblem.com/pricing-curves

3 Likes