Airgead is a zero-dependency static site built with plain HTML, CSS, and JavaScript ES modules. There are no packages to install, no environment variables to configure, and no build command to run. The only requirement for local use is a local web server, because browsers block ES module imports when a page is loaded over aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/airgead-investment-calculator/llms.txt
Use this file to discover all available pages before exploring further.
file:// URL due to CORS restrictions. Any static file server — including Python’s built-in server or the VS Code Live Server extension — satisfies this requirement.
Run from the live demo
The fastest way to try Airgead is directly from GitHub Pages. No setup is required.Run locally
Start a local server
Launch a static file server from the project root. Choose whichever option matches your environment.
Run your first calculation
Open the Calculator page
Click Calculator in the top navigation bar, or select Try the Calculator → on the home page. This opens
pages/calculator.html.Enter your inputs
Fill in the four fields:
- Starting balance — the amount you are beginning with
- Monthly deposit — the amount you will add each month
- Annual interest rate — the estimated yearly rate as a percentage
- Years — the investment period, up to 80 years
Observe the live balance update
As you change any input, the projected balances update immediately — no submit button required. You can see the estimated final balance with monthly deposits and the estimated final balance without deposits side by side.
What you’ll see
The Results page presents the full projection for the inputs you entered on the Calculator page. The page displays:- Final balance with deposits — the projected ending value when the monthly deposit is included every month
- Total principal — the sum of the starting balance plus all monthly deposits made over the investment period
- Interest earned — the difference between the final balance with deposits and the total principal contributed
- Final balance without deposits — the projected ending value if only the starting balance compounds with no additional contributions
- Growth chart — a custom Canvas chart showing principal and interest segments across every year of the projection
- Year-by-year table — a detailed row for each year from year 0 through the final year, showing both balances, total deposits, and interest earned