כל מה שלמעלה, משולב לפרומפט אחד. מדביקים אותו ל-Claude לצד קובץ האקסל שלכם ומקבלים דשבורד עצמאי ומוגמר במעבר אחד — ניתן לרענון, מחולק לטאבים ואינטראקטיבי מהרנדור הראשון.
מעתיקים · מצרפים אקסל · שולחים
"Build a complete FP&A dashboard for our SaaS company as a single, fully self-contained HTML file — no external dependencies beyond CDN-hosted libraries, must render offline once loaded. Target audience: CFO and board members reviewing monthly performance together and running what-if scenarios live in the room — favor clarity, but do not shy from interactivity.
My data is attached as an Excel file with monthly SaaS metrics from 2022 through 2025 — columns are Month, Revenue (₪), COGS (₪), Operating_Expenses (₪), Net_Profit (₪), Active_Customers, New_Customers, Churn_Rate (%), ARR (₪), CAC (₪), and Employee_Count. Use this file to build and fully populate the dashboard now, not with placeholders.
Layout: apply the Forest Canopy theme from Theme Factory — deep forest green, warm gold accents, bold headline numbers — consistently across every tab, card, chart, and control.
Structure it with a fixed sidebar containing five tabs: Overview, P&L, Customers, Simulator, and Sensitivity. Clicking a tab swaps the main panel via simple JavaScript, no page reload. Pin four headline KPI cards — Revenue, Net Profit Margin, Active Customers, Churn Rate — above the panel on every tab, and highlight the active tab with an accent bar.
On Overview: trend charts for Revenue, ARR, and Net Profit. On P&L: a full month-by-month table of Revenue, COGS, Opex, and Net Profit, plus a margin trend chart. On Customers: Active and New Customer trends, CAC trend, and Churn Rate trend.
On Simulator: add sliders for Headcount Growth, Gross Margin Improvement, and Churn Reduction, bound live to recalculate Revenue, Net Profit, and ARR from the latest actual month as the base case, with a "Reset to Base Case" button.
On Sensitivity: add a tornado chart testing Revenue Growth, COGS %, Churn Rate, and CAC — each flexed ±10–15% one at a time against base-case Net Profit — sorted widest to narrowest, with one auto-generated sentence naming the largest driver.
Finally, add an "Upload CSV" control in the sidebar footer so any analyst can refresh the entire dashboard with next month's export using these same column headers — parse client-side with PapaParse, validate the headers, and recalculate every chart, table, and card on upload. Store the parsed dataset so the file remembers the latest data the next time it's opened. Ensure the final file is fully self-contained, with all scripts, fonts, and styles inlined or CDN-loaded, ready to email or host."