A simple, collaborative finance tracking app designed to help you stay on top of your money without the clutter.
Finance is a lightweight web app that allows users to manually track their income, expenses, and budget in one clean dashboard.
Built with simplicity in mind, it gives you just what you need—no unnecessary complexity, no overwhelming features.
- Clean, intuitive overview of your finances
- Track total income, expenses, and remaining budget
- Visual insights to understand your spending at a glance
- Add and manage income entries
- Update values as needed over time
- Log and categorize expenses
- Edit or remove entries anytime
- Set a basic budget
- Monitor how close you are to your limit
- Invite other users to your account
- Collaborate in real-time
- Shared users can:
- View all financial data
- Add/edit/delete income
- Add/edit/delete expenses
- Update the budget
Perfect for couples, roommates, or teams managing shared finances.
This app is intentionally manual and minimal.
- No bank integrations
- No automation
- No hidden complexity
Just full control over your financial data, the way you want it.
- Frontend: SvelteKit (Svelte 5)
- Styling: Tailwind CSS
- Backend / DB: PocketBase
- UI Components: Custom + shadcn-inspired patterns
# Clone the repo
git clone https://github.com/your-username/finance.git
# Install dependencies
npm install
# Start development server
npm run dev