Best Damn Financial App Ever
BDFA is a mobile-first financial operating system designed to make money simple: know what you own, what you owe, what is already reserved, and what is available to allocate.
Most finance apps show balances. BDFA shows purpose.
Know where every dollar belongs.
- Apple-inspired responsive web app
- iPhone and iPad layouts from day one
- Mock financial data only for now
- Dashboard for net worth, cash, investments, debt, and available-to-allocate
- Accounts, bills, allocations, investments, and AI assistant placeholder
- Plain HTML
- Plain CSS
- Plain JavaScript
- Static site deployment
- No backend yet
Open index.html in a browser.
Import this repository into Vercel with these settings:
- Framework Preset: Other
- Build Command: None
- Output Directory:
. - Install Command: None
No build step is required.
- Planning: vision, features, UX, acceptance criteria
- Task Runner: Codex-ready implementation tasks
- Testing: QA, responsive checks, regression notes
BDFA CIvalidates the static app and milestone backlog on pull requests and pushes tomain.BDFA Foremancan run the next incomplete milestone through Codex and open one reviewable milestone pull request.- Foreman setup, safety boundaries, and operating instructions are documented in
docs/AUTOMATION.md.