Skip to content

Commit 8ba1562

Browse files
author
Duksh K.
committed
Refresh FiceCal branding and feature copy on public pages
1 parent e933d6f commit 8ba1562

3 files changed

Lines changed: 66 additions & 59 deletions

File tree

FiceCal-Logo-L-trsprt.png

570 KB
Loading

document.html

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<meta property="og:image" content="https://duksh.github.io/github-finops-cal-image-01.jpg">
1515
<meta property="og:image:width" content="1280">
1616
<meta property="og:image:height" content="640">
17-
<meta property="og:image:alt" content="Preview card for FinOps calculator documentation and MCP technical guide.">
17+
<meta property="og:image:alt" content="Preview card for FiceCal documentation and MCP technical guide.">
1818
<meta name="twitter:card" content="summary_large_image">
1919
<meta name="twitter:title" content="FiceCal Documentation">
2020
<meta name="twitter:description" content="Guide to calculator sections, formulas, health recommendations, and MCP integration.">
2121
<meta name="twitter:image" content="https://duksh.github.io/github-finops-cal-image-01.jpg">
22-
<meta name="twitter:image:alt" content="Preview card for FinOps calculator documentation page.">
22+
<meta name="twitter:image:alt" content="Preview card for FiceCal documentation page.">
2323
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@400;600&family=JetBrains+Mono:wght@400;600&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
2424
<style>
2525
:root {
@@ -107,10 +107,13 @@
107107
justify-content: center;
108108
width: 30px;
109109
height: 30px;
110-
border-radius: 999px;
111-
color: #fff;
112-
background: linear-gradient(135deg, var(--accent-blue), var(--accent-green));
113-
box-shadow: 0 4px 12px rgba(0, 114, 178, 0.32);
110+
flex-shrink: 0;
111+
}
112+
113+
.brand-pill img {
114+
width: 100%;
115+
height: 100%;
116+
object-fit: contain;
114117
}
115118

116119
.top-actions {
@@ -471,13 +474,13 @@
471474
<header class="docs-topbar" aria-label="Documentation page header">
472475
<div class="docs-topbar-inner">
473476
<a class="brand-link" href="index.html">
474-
<span class="brand-pill" aria-hidden="true">F</span>
477+
<span class="brand-pill" aria-hidden="true"><img src="FiceCal-Logo-L-trsprt.png" alt="" decoding="async"></span>
475478
<span>FiceCal Docs</span>
476479
</a>
477480
<div class="top-actions">
478-
<a class="top-link primary" href="calculator.html#calculator-section">Open Calculator</a>
481+
<a class="top-link primary" href="index.html#calculator-section">Open FiceCal</a>
479482
<a class="top-link" href="#glossary">Glossary</a>
480-
<a class="top-link" href="calculator.html#mcp-section">MCP Overview</a>
483+
<a class="top-link" href="index.html#mcp-section">MCP Overview</a>
481484
<a class="top-link" href="https://github.com/duksh/finops-calculator-mcp" target="_blank" rel="noopener noreferrer">MCP Repo</a>
482485
</div>
483486
</div>
@@ -487,7 +490,7 @@
487490
<section class="hero" aria-labelledby="doc-hero-title">
488491
<p class="kicker">User guide and technical reference</p>
489492
<h1 id="doc-hero-title">Documentation for FiceCal + MCP</h1>
490-
<p>This document explains what each part of the calculator does, how the model derives outputs, and includes a consolidated glossary and MCP reference for assistant-driven workflows and automations.</p>
493+
<p>This document explains each FiceCal section, how the model derives outputs (including AI token economics), and how to operationalize the same logic via MCP for assistant-driven workflows and automations.</p>
491494

492495
<div class="hero-grid">
493496
<article class="hero-card">
@@ -496,7 +499,7 @@ <h2>Who this is for</h2>
496499
</article>
497500
<article class="hero-card">
498501
<h2>What is covered</h2>
499-
<p>Calculator sections, formulas, health logic, recommendations, share-state links, and MCP tools.</p>
502+
<p>Calculator sections, formulas, guided workflows, AI token economics, health logic, share-state links, and MCP tools.</p>
500503
</article>
501504
<article class="hero-card">
502505
<h2>How to use this page</h2>
@@ -534,6 +537,7 @@ <h2 id="quick-start-title">Quick start</h2>
534537
<li>Then use Group B controls for model tuning and Quantify Business Value inputs: CUD, target margin, budget, forecast assumptions, savings realization, and cost avoidance.</li>
535538
<li>Optionally add multi-technology costs (SaaS, licensing, private cloud, data center, labor) and scope domains for normalization.</li>
536539
<li>Review Group C auto-calculated outputs and Group E health/recommendation cards, then use the chart section to inspect cost/revenue/profit behavior across scale.</li>
540+
<li>Use Demo Healthy/Unhealthy in quick actions to validate expected KPI behavior before entering live portfolio assumptions.</li>
537541
</ol>
538542
<div class="callout">
539543
Tip: Keep first-pass analysis simple: role -> two core inputs -> top outcomes. Expand "Guided path" and "More actions (advanced)" only after the initial readout is clear.
@@ -561,6 +565,11 @@ <h2 id="calculator-parts-title">Calculator sections explained</h2>
561565
<td>CUD discount %, target margin %, max chart clients, monthly budget, forecast growth/efficiency/drift, identified savings, realized savings, and cost avoidance.</td>
562566
<td>Applies commitment savings, pricing constraints, budgeting variance checks, forecast scenarios, and value-realization ledger signals.</td>
563567
</tr>
568+
<tr>
569+
<td>Group B - AI Token Economics</td>
570+
<td>Enable AI mode, select pricing mode, enter token rates/volumes, retry/premium mix, shared overhead, and allocation policy.</td>
571+
<td>Computes AI token cost, allocated AI monthly spend, and AI cost/client outputs for blended unit-economics decisions.</td>
572+
</tr>
564573
<tr>
565574
<td>Group B - Multi-technology Overlay</td>
566575
<td>Tech domain scope plus optional monthly SaaS/licensing/private cloud/data center/labor costs.</td>
@@ -569,7 +578,7 @@ <h2 id="calculator-parts-title">Calculator sections explained</h2>
569578
<tr>
570579
<td>Group C - Auto Outputs</td>
571580
<td>No direct input; values are derived from Groups A/B.</td>
572-
<td>Break-even clients, min price, contribution margin, CCER, CUD savings, startup targets, budget variance, forecast margin/confidence bands, value realization ratio/gap, and normalization confidence outputs.</td>
581+
<td>Break-even clients, min price, contribution margin, CCER, CUD savings, startup targets, budget variance, forecast margin/confidence bands, value realization ratio/gap, normalization confidence outputs, and AI token economics outputs.</td>
573582
</tr>
574583
<tr>
575584
<td>Group D - Provider Curves</td>
@@ -579,7 +588,7 @@ <h2 id="calculator-parts-title">Calculator sections explained</h2>
579588
<tr>
580589
<td>Group E - Health + Recommendations</td>
581590
<td>Derived from current assumptions.</td>
582-
<td>Zone score and prioritized FinOps actions based on current posture.</td>
591+
<td>Zone score and prioritized FinOps actions (with category filters and provider context) based on current posture.</td>
583592
</tr>
584593
</tbody>
585594
</table>
@@ -710,6 +719,7 @@ <h2 id="share-state-title">Share-state links</h2>
710719
<ul>
711720
<li>Includes all active numeric inputs, selected tech domains, selected providers, and curve visibility toggles.</li>
712721
<li>This now includes Quantify Business Value controls (budget, forecast assumptions, savings realization, cost avoidance).</li>
722+
<li>Also includes AI token economics settings (pricing mode, rates, volumes, retry/premium mix, overhead, allocation policy).</li>
713723
<li>Also includes UI context: selected role (<code>ui</code>) and interface mode (<code>um</code>) so shared links reopen in the same decision lens.</li>
714724
<li>The URL contains an encoded <code>?state=</code> token.</li>
715725
<li>On load, the app decodes and validates this state, then recalculates outputs, chart, health, and recommendations.</li>
@@ -718,7 +728,7 @@ <h2 id="share-state-title">Share-state links</h2>
718728

719729
<section class="doc-section" id="mcp-overview" aria-labelledby="mcp-overview-title">
720730
<h2 id="mcp-overview-title">MCP overview</h2>
721-
<p>The same FinOps model is available through a Model Context Protocol server so AI assistants can call the model directly in workflows, audits, and planning automations.</p>
731+
<p>The same FiceCal model is available through a Model Context Protocol server so AI assistants can call the model directly in workflows, audits, and planning automations.</p>
722732
<ul>
723733
<li>Transport: JSON-RPC over stdio in the current implementation.</li>
724734
<li>Core logic is shared between browser model behavior and MCP tool handlers for unit economics, health scoring, recommendation prioritization, and state encoding/decoding.</li>
@@ -927,10 +937,10 @@ <h3>MCP issues</h3>
927937
</ul>
928938
</section>
929939

930-
<p class="footer-note">This documentation page is intended as both a business user guide and technical handoff reference for teams integrating the FinOps calculator in human and assistant workflows.</p>
940+
<p class="footer-note">This documentation page is intended as both a business user guide and technical handoff reference for teams integrating FiceCal in human and assistant workflows.</p>
931941
<div class="doc-page-meta" aria-label="Page metadata">
932-
<span><strong>Last updated:</strong> <time datetime="2026-02-23T15:03:00+04:00">23 Feb 2026, 15:03 (UTC+04:00)</time></span>
933-
<span><strong>Version ID:</strong> v2026.02.23-01</span>
942+
<span><strong>Last updated:</strong> <time datetime="2026-02-23T20:41:00+04:00">23 Feb 2026, 20:41 (UTC+04:00)</time></span>
943+
<span><strong>Version ID:</strong> v2026.02.23-02</span>
934944
</div>
935945
<p class="doc-author-ref">Reference author: Duksh Koonjoobeeharry (FinOps &amp; AWS/GCP Cloud Solution Developer, DBA Researcher) · <a href="https://www.linkedin.com/in/duksh/" target="_blank" rel="noopener noreferrer">LinkedIn</a></p>
936946
</div>

0 commit comments

Comments
 (0)