# AI Financial Tools Dashboard

This is your starter home base for financial tools you build with Codex.

## What is inside

- `index.html` is the dashboard page.
- `styles.css` controls the design.
- `netlify.toml` is a legacy deploy config. Cloudflare Pages is currently serving the site from the GitHub repository.

## How to use this with Codex

When you want a new tool, ask Codex for one focused thing at a time. Good starter prompts:

- "Build a retirement income calculator and add it to this dashboard."
- "Create a debt payoff tool and link it from the dashboard."
- "Make the dashboard cards editable from one simple data file."
- "Help me deploy this project to Netlify."

## How to deploy on Cloudflare Pages

1. Create a GitHub repository for this folder.
2. Push these files to GitHub.
3. In Cloudflare, choose "Workers and Pages", then create a Pages project from Git.
4. Leave the build command blank.
5. Set the build output directory to `.`.
6. Deploy.

Because this starter is a static website, there is no build step yet. Later, if you add more advanced tools, Codex can help convert it to React, Next.js, or another setup.
