
Simple Family Budgeting
Plan, track, and achieve your family's financial goals together. All your budgets, accounts, and goals in one place.
Collaborate
Invite family, share budgets, approve transactions.
Track & Save
Monitor spending, set goals, and see your progress.
Mobile Ready
API & mobile integration. Dark mode. Secure & private.
API & Platform Features
- All features accessible via a modern REST API (Sanctum authentication).
- Manage Goals, Transactions, Accounts, Categories, Budgets, Family, and Subscriptions.
- Mobile-ready: Integrate with your favorite apps or use our mobile client.
- Secure: All endpoints require Bearer token authentication.
- Dark mode and accessibility support throughout the app.
Sample API Endpoints:
GET /api/goals — List all goals POST /api/transactions — Create a transaction GET /api/categories — List categories GET /api/family/members — List family members GET /api/dashboard — Dashboard summary
GET /api/goals — List all goals POST /api/transactions — Create a transaction GET /api/categories — List categories GET /api/family/members — List family members GET /api/dashboard — Dashboard summary
Authentication: All API requests require a Bearer token via Laravel Sanctum.
See API docs or Postman collection for full details.
See API docs or Postman collection for full details.