A simple PWA that shows kids their money without exposing your full Lunch Money account.
Shows 3 accounts from your Lunch Money as "buckets":
- Long-term Savings - money they can't touch
- Goal Savings - saving for something specific, with progress bar
- Free Spending - their spending money + recent transactions
That's it. Read-only, no write access to your data.
- Create 3 accounts in Lunch Money for your kid (can be manually-managed, no bank link needed)
- Open the app, tap the money bag 5 times to get to parent settings
- Paste your API token, pick the 3 accounts
- Done
Hosted version: lunch-money-kids.netlify.app
Self-host:
git clone https://github.com/H1D/lunch-money-kids-companion.git
cd lunch-money-kids-companion/vibecoding_output
pnpm install && pnpm build
# deploy dist/ wherever- Works offline (PWA)
- Themes
- i18n: EN, ES, NL, FR, IT, DE, PT
- API token stored in browser only, never hits a server
MIT
