whealthy ▸ README.md
updated 2026-02-28

whealthy · Wealth Longevity Planner

Client-side planner for modelling lifetime wealth under configurable spending rules, taxes, inflation/real modes, philanthropy, and private commitments. Everything runs locally in the browser—no analytics, no external network calls.

Tech Stack

Features

Local Development

npm install
npm run dev

The app is served at http://localhost:3000.

Run the test suite (unit, property, and snapshot tests):

npm run test

Docker

Build and serve the app through Docker:

docker compose up --build

This starts the development server on port 3000. The Dockerfile also supports a production build (npm run build + npm run start).

Project Structure Highlights

Notes