Free · no signup · no tracking

Embed CeoCult Widgets on Your Site

Put any of these on your own site with one snippet. They resize themselves, they load nothing until they are scrolled to, and each one credits ceocult.com.

Embeddable widgets

9

Each one runs in an iframe on your site. Copy the snippet, paste it where you want the widget, and it will size itself to its own content.

1099 vs W

Side-by-side 1099 vs W-2 comparison. See real take-home pay, true hourly rate, and break-even contractor rate. Handles W-2 job + 1099 side income.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/1099-vs-w2-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="1099 vs W by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/1099-vs-w2-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Freelance Rate Calculator: Find Your Hourly Rate (2026)

Enter your target take-home pay, get the exact hourly rate to charge. Accounts for taxes (25-40%), health insurance, retirement, PTO, and business expenses.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/freelance-rate-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Freelance Rate Calculator: Find Your Hourly Rate (2026) by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/freelance-rate-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Freelance Tax Calculator: See Where Every Dollar Goes (2026)

Enter all income sources, see total tax, quarterly payments, effective rate, and a visual breakdown of where every dollar goes. Free for freelancers and gig workers.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/income-tax-pipeline.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Freelance Tax Calculator: See Where Every Dollar Goes (2026) by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/income-tax-pipeline.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Quarterly Tax Deadline Dashboard

Live countdown, penalty calculator, and IRS payment links for freelancers and self-employed filers.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/quarterly-tax-deadline-dashboard.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Quarterly Tax Deadline Dashboard by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/quarterly-tax-deadline-dashboard.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Reseller Profit Calculator: Compare 7 Platforms (2026)

Compare fees on eBay, Poshmark, Mercari, Depop, Etsy, Amazon, and FB Marketplace side by side. See real profit after fees and estimated tax. Free, no login.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/reseller-profit-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Reseller Profit Calculator: Compare 7 Platforms (2026) by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/reseller-profit-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

S

Free S-Corp readiness calculator with real compliance costs most tools skip. Break-even at ~$75K net profit. See your actual savings before you elect.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/scorp-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="S by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/scorp-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Self

Enter your business profit and see, in dollars, exactly how much you are likely overpaying the IRS by skipping the S-corp election, a retirement shelter, the…

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/tax-leak-audit.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Self by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/tax-leak-audit.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Tax Set-Aside Calculator

Enter your freelance income for an instant federal, state, and self-employment tax breakdown. Updated for 2026.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/tax-set-aside-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Tax Set-Aside Calculator by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/tax-set-aside-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

True

Enter a 1099 hourly rate and see the equivalent W-2 salary after both halves of the 15.3% self-employment tax and self-funded health insurance.

Preview it
Copy the snippet
<iframe src="https://ceocult.com/embed/true-value-1099-check.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="True by ceocult.com"></iframe>
<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'resize' && e.data.height) {
    var f = document.querySelector('iframe[src="https://ceocult.com/embed/true-value-1099-check.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

How it works

3

What you are hosting, and who maintains it.

The terms, in full

Free to embed on any site, commercial or not, with no signup and no limit on traffic. Keep the attribution link that ships inside the widget. Do not modify the widget or present its output as your own data. We may update a widget in place, which is the point of hosting it rather than copying it.