Built-in templates
GridOS includes the following preset templates:Simple DCF
A discounted cash flow model with free cash flow projections and a terminal value. Good starting point for valuation work.
Monthly Budget
A month-by-month budget with revenue, headcount, and expense categories. Includes variance columns for actuals tracking.
Break-Even Analysis
Fixed costs, variable costs per unit, and selling price — calculates the unit and revenue break-even point automatically.
Loan Amortization
Principal, interest rate, and term inputs with a full amortization schedule showing payment, interest, and balance per period.
Income Statement
Revenue down to net income with COGS, gross profit, operating expenses, EBITDA, and tax rows.
Open a template
Go to the landing page
Navigate to
http://127.0.0.1:8000. The template library is displayed below the hero prompt field.Choose a template
Click any template card to preview its description. Built-in templates show a Built-in badge; templates you have saved show a Yours badge.
Open it
Click Open to load the template into a fresh workbook. GridOS applies the template state to the kernel — all cells, formulas, and structure are restored exactly as saved.
Save your own template
After building a workbook you want to reuse, save it as a template from the File menu:Name your template
Enter a name and optional description in the dialog. The name is displayed in the template library — choose something descriptive.
Template IDs are generated automatically by slugifying the name you enter. For example, a template named “My Q1 Model” gets the ID
my-q1-model. If a template with that slug already exists, GridOS appends a counter (e.g. my-q1-model-2) to avoid overwriting it.Template storage
User-saved templates are stored in thedata/templates/ directory as individual .json files. Each file contains:
- The template ID, name, description, and creation timestamp
- A full snapshot of the workbook state: every sheet, cell, formula, and chart
Origin badges
The template library distinguishes between template sources with visual badges:| Badge | Meaning |
|---|---|
| Built-in | Shipped with GridOS; read-only and always available |
| Yours | Saved by you from the File menu; can be deleted |
.json file from data/templates/. Built-in templates cannot be deleted from the UI.