
Confidently Price Your Online Course or Offer with Our Free Calculator
Discover your ideal pricing strategy and revenue potential in minutes... tailored for creators, coaches, and educators.
START CHATTING FREE WITH 'MUSE' NOW!
& DOWNLOAD instantly your Pricing summary

PREFER A QUICK CALCULATION?
Try the calculator and download instantly a summary that outlines what you should charge from low to highest level, along with getting an idea on how far and fast you can acheive your desired yearly income!

Just insert your email and grab your FREE summary!
There is no hidden charge to use the calculator. Repeat and use as many times as you like!
Dive in!
Pricing Muse Calculator
<style> /* Base styles */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Poppins', sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; } .container { max-width: 1000px; margin: 0 auto; padding: 20px; } /* Calculator styles with Pricing Muse color scheme */ .calculator-container { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); overflow: hidden; margin-bottom: 30px; } .calculator-header { background-color: #2AACB8; /* Teal from Pricing Muse */ color: white; padding: 30px; text-align: center; } .calculator-header h1 { font-size: 28px; margin-bottom: 10px; } .calculator-header p { font-size: 16px; opacity: 0.9; } .calculator-progress { padding: 20px 30px; background-color: #f5f7ff; } .progress-bar { height: 8px; background-color: #e0e0ff; border-radius: 4px; overflow: hidden; margin-bottom: 15px; } .progress-fill { height: 100%; background-color: #2AACB8; /* Teal from Pricing Muse */ width: 25%; /* Will be updated via JS */ transition: width 0.3s ease; } .progress-steps { display: flex; justify-content: space-between; } .step { font-size: 14px; color: #666; position: relative; cursor: default; } .step.active { color: #2AACB8; /* Teal from Pricing Muse */ font-weight: 600; } .calculator-form { padding: 30px; } .form-step { animation: fadeIn 0.5s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } h2 { font-size: 22px; margin-bottom: 25px; color: #333; } .section-intro { font-size: 16px; color: #666; margin-bottom: 30px; max-width: 800px; } .form-group { margin-bottom: 30px; } label { display: block; font-weight: 500; margin-bottom: 12px; color: #444; } /* Dropdown styles */ .select-wrapper { position: relative; max-width: 400px; } select { width: 100%; padding: 12px 15px; border: 1px solid #e0e0ff; border-radius: 6px; background-color: #fff; font-family: 'Poppins', sans-serif; font-size: 16px; color: #333; appearance: none; cursor: pointer; } .select-wrapper::after { content: '▼'; font-size: 12px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #2AACB8; /* Teal from Pricing Muse */ pointer-events: none; } select:focus { outline: none; border-color: #2AACB8; /* Teal from Pricing Muse */ box-shadow: 0 0 0 2px rgba(42, 172, 184, 0.2); } /* Range sliders */ .range-with-value { display: flex; align-items: center; gap: 15px; max-width: 400px; } .slider { flex: 1; height: 8px; background: #e0e0ff; border-radius: 4px; outline: none; -webkit-appearance: none; } .slider::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #2AACB8; /* Teal from Pricing Muse */ cursor: pointer; border: none; } .slider::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #2AACB8; /* Teal from Pricing Muse */ cursor: pointer; border: none; } .range-value { min-width: 80px; font-weight: 500; color: #2AACB8; /* Teal from Pricing Muse */ } /* Input fields */ .input-with-prefix { display: flex; align-items: center; max-width: 400px; } .input-prefix { background-color: #f5f7ff; border: 1px solid #e0e0ff; border-right: none; border-radius: 6px 0 0 6px; padding: 10px 15px; font-weight: 500; color: #2AACB8; /* Teal from Pricing Muse */ } .input-field { flex: 1; border: 1px solid #e0e0ff; border-radius: 0 6px 6px 0; padding: 10px 15px; font-size: 16px; font-family: 'Poppins', sans-serif; outline: none; } .input-field:focus { border-color: #2AACB8; /* Teal from Pricing Muse */ } .input-hint { margin-top: 8px; font-size: 12px; color: #666; } /* Navigation buttons */ .form-navigation { display: flex; justify-content: space-between; margin-top: 40px; } .btn { padding: 12px 24px; border-radius: 6px; font-weight: 600; font-size: 16px; cursor: pointer; transition: all 0.2s ease; font-family: 'Poppins', sans-serif; border: none; } .btn-prev { background-color: #f5f7ff; color: #2AACB8; /* Teal from Pricing Muse */ border: 1px solid #e0e0ff; } .btn-prev:hover { background-color: #e0e0ff; } .btn-next, .btn-calculate { background-color: #2AACB8; /* Teal from Pricing Muse */ color: white; } .btn-next:hover, .btn-calculate:hover { background-color: #239AA5; /* Darker teal */ transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .btn-download { background-color: #3DCCD8; /* Lighter teal from Pricing Muse */ color: white; } .btn-download:hover { background-color: #2AACB8; /* Teal from Pricing Muse */ transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .btn-reset { background-color: #f5f7ff; color: #666; border: 1px solid #e0e0ff; } .btn-reset:hover { background-color: #e0e0ff; color: #333; } /* Results styles */ .results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; } .results-container { animation: fadeIn 0.5s ease; } .primary-recommendation { background-color: #f5f7ff; border-radius: 10px; padding: 25px; margin-bottom: 30px; } .price-display { font-size: 48px; font-weight: 700; color: #2AACB8; /* Teal from Pricing Muse */ margin: 15px 0; text-align: center; } .currency { font-size: 30px; vertical-align: top; position: relative; top: 5px; } .recommendation-basis { font-size: 16px; color: #666; max-width: 800px; margin: 20px 0; } .results-section { margin-bottom: 40px; } .results-section h3 { font-size: 20px; margin-bottom: 15px; color: #444; border-bottom: 1px solid #e0e0ff; padding-bottom: 10px; } .insight-grid { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; } .insight-item { flex: 1; min-width: 200px; background-color: #fff; border: 1px solid #e0e0ff; border-radius: 8px; padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .insight-label { font-size: 14px; color: #666; margin-bottom: 5px; } .insight-value { font-size: 24px; font-weight: 600; color: #2AACB8; /* Teal from Pricing Muse */ margin-bottom: 5px; } .insight-description { font-size: 13px; color: #666; line-height: 1.4; } .chart-container { height: 300px; margin: 20px 0; background-color: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .chart-description { font-size: 14px; color: #666; margin-top: 10px; font-style: italic; } .pricing-tiers { display: flex; gap: 20px; margin: 20px 0; } .tier { flex: 1; background-color: #fff; border: 1px solid #e0e0ff; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .tier.recommended { border-color: #2AACB8; /* Teal from Pricing Muse */ background-color: #f5f7ff; box-shadow: 0 4px 15px rgba(42, 172, 184, 0.15); } .tier-label { font-size: 16px; font-weight: 600; margin-bottom: 5px; color: #444; } .tier-price { font-size: 28px; font-weight: 700; color: #2AACB8; /* Teal from Pricing Muse */ margin: 10px 0; } .tier-description { font-size: 14px; color: #666; margin-bottom: 15px; } .tier-features { text-align: left; margin-top: 15px; } .tier-feature { font-size: 14px; color: #444; margin-bottom: 8px; position: relative; padding-left: 20px; } .tier-feature::before { content: "✓"; color: #3DCCD8; /* Lighter teal from Pricing Muse */ position: absolute; left: 0; } .scale-meter { margin: 20px 0; } .scale-label { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 5px; } .scale-label-left { color: #ff6b6b; } .scale-label-right { color: #4caf50; } .scale-bar { height: 10px; background-color: #e0e0ff; border-radius: 5px; overflow: hidden; margin-bottom: 5px; } .scale-fill { height: 100%; background: linear-gradient(to right, #ff6b6b, #3DCCD8, #4caf50); width: 70%; /* Will be updated via JS */ } .scale-description { font-size: 14px; color: #666; margin-top: 5px; } .summary-box { background-color: #f5f7ff; border-radius: 8px; padding: 20px; margin: 20px 0; border-left: 4px solid #2AACB8; /* Teal from Pricing Muse */ } .summary-title { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 10px; } .summary-content { font-size: 15px; color: #444; line-height: 1.6; } .summary-content p, .summary-content ul { margin-bottom: 10px; } .summary-content ul { margin-left: 20px; } /* Usage limit notification */ .usage-limit-container { background-color: #E3F7F8; /* Light teal background */ border: 1px solid #2AACB8; border-radius: 8px; padding: 15px 20px; margin: 20px 0; display: flex; align-items: center; justify-content: space-between; } .usage-limit-info { display: flex; align-items: center; } .usage-limit-icon { font-size: 24px; color: #2AACB8; margin-right: 15px; } .usage-limit-text { color: #2AACB8; } .usage-limit-count { font-weight: 600; } .usage-limit-message { background-color: #f8d7da; border: 1px solid #f5c6cb; border-radius: 8px; padding: 20px; margin: 20px 0; color: #721c24; text-align: center; } .usage-limit-message h3 { font-size: 20px; margin-bottom: 10px; border-bottom: none; } .usage-limit-message p { font-size: 16px; margin-bottom: 15px; } /* Copyright notice */ .copyright-notice { text-align: center; font-size: 12px; color: #666; margin-top: 20px; padding: 10px; border-top: 1px solid #e0e0ff; } /* Domain restriction message */ .domain-restriction-message { background-color: #f8d7da; border: 1px solid #f5c6cb; border-radius: 8px; padding: 20px; margin: 20px 0; color: #721c24; text-align: center; } .domain-restriction-message h3 { font-size: 20px; margin-bottom: 10px; border-bottom: none; } .domain-restriction-message p { font-size: 16px; margin-bottom: 15px; } /* Responsive adjustments */ @media (max-width: 768px) { .calculator-header { padding: 20px; } .calculator-header h1 { font-size: 24px; } .calculator-form { padding: 20px; } .form-navigation { flex-direction: column; gap: 15px; } .btn { width: 100%; } .results-header { flex-direction: column; gap: 15px; align-items: flex-start; } .pricing-tiers { flex-direction: column; } .insight-grid { flex-direction: column; } } </style>
Pricing Muse Calculator
Discover your optimal pricing strategy based on your offer, time investment, and income goals
Unauthorized Domain
This calculator is only authorized for use on pricingmuse.com, wisdome.site, and partner.wisdome.site.
Please visit one of these authorized domains to use the Pricing Muse Calculator.
Your Offer Setup
Tell us about the offer you're building or refining. This helps us understand the structure and delivery method to recommend the most appropriate pricing strategy.
Your Time Investment
Understanding the time you'll invest helps us calculate your effective hourly rate and ensure your pricing reflects the value of your time.
Your Income Vision
Let's understand your income goals and growth expectations to ensure your pricing strategy aligns with your business vision.
Your Pricing Strategy
Recommended Price
This recommendation is based on your offer structure, time investment, and income goals.
Financial Insights
Revenue Projection
Strategic Pricing Options
Scale Potential
Strategic Recommendations
Usage Limit Reached
You've reached your limit of 5 calculations with the Pricing Muse Calculator.
To continue using the calculator and access more features, please contact us for premium access.
PREFER TO CHAT WITH MUSE?
Use our free calculator to start your pricing journey today.
Feel like having a chat with Muse?.. Simply answer a few questions and get your free summary delivered. And if oyu really want a detailed summary you can opt for the easy $7AUD upgrade
The Pricing Struggle Is Real
Whether you're launching a new offer or refining an existing one, pricing can feel like a guessing game. Pricing Muse removes the uncertainty. Get a data-backed price range, product evolution insights, and the confidence to charge what you deserve.
As a course creator, coach, or membership owner, you know the pressure of pricing.
You might be:
- Leaving money on the table by undercharging
- Losing potential clients with prices that are too high
- Struggling to justify your value
- Unsure how to grow your offer beyond its current stage
Pricing Muse understands these challenges.
It's designed to help you overcome them.
How It Works
1. Answer a few smart questions
About your offer, audience, support level, and confidence.
2. Get a pricing snapshot (Free)
We’ll give you a suggested range and quick insights — delivered instantly.
3. Upgrade for the full Pricing Confidence Report
Just $7AUD for a full strategic breakdown, growth roadmap, and tips to evolve your offer.
Who It’s For
✅ Course creators
✅ Coaches
✅ Membership builders
✅ Anyone stuck on what to charge
✅ People evolving from 1:1 to group or scalable offers
Pricing Muse is your AI-powered pricing clarity tool, designed by a digital product strategist and founder of Wisdome, to help course creators, coaches, and membership owners confidently price and grow their offers.

Pricing Muse is a product operated by ALESMARC Pty Ltd,.
All prices listed are in Australian Dollars (AUD) and include GST where applicable.
© 2025 Pricing Muse. All rights reserved.
Pricing Muse is a digital tool designed to offer strategic and educational support.
It is not financial or legal advice.
All pricing recommendations are suggestions only and should be considered alongside your unique business needs.
Refund Policy:
Due to the instant-access nature of this digital product, all sales refundable within 24 hours or receipt.
If you experience a technical issue or did not receive your report, please contact support@pricingmuse.com ... we’re happy to help.
