Money buckets

One-liner: A shared/personal savings-goal tracker — money is organized into named buckets (e.g. “Vacation,” “Rent”), contributors put money in, and each contribution is logged as a transaction. Envelope-budgeting style, not a general finance tracker.

Origin: Two repos, frontend/backend pair (~2019):

Evidence from code (bucket-ts):

Status: Raw — real domain modeling (3 classes, a transaction-to-many-buckets relationship) but never became a working product. No auth/roles, no persistence beyond in-memory session, frontend never connected to backend.

Open question: The multi-contributor angle (a Transaction has an owner separate from the Bucket’s owner) hints this may have been meant as a shared fund (splitting savings goals across people), not just personal budgeting — worth deciding which direction it was going before treating it as a real concept.