πΈ Finance
A simple, collaborative finance tracking app designed to help you stay on top of your money without the clutter.
β¨ Overview
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.
π Features
π Dashboard
- Clean, intuitive overview of your finances
- Track total income, expenses, and remaining budget
- Visual insights to understand your spending at a glance
π° Income Tracking
- Add and manage income entries
- Update values as needed over time
πΈ Expense Tracking
- Log and categorize expenses
- Edit or remove entries anytime
π§Ύ Budget Management
- Set a basic budget
- Monitor how close you are to your limit
π€ Shared Accounts (Core Feature)
- 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.
π§ Philosophy
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.
π οΈ Tech Stack
- Frontend: SvelteKit (Svelte 5)
- Styling: Tailwind CSS
- Backend / DB: PocketBase
- UI Components: Custom + shadcn-inspired patterns
π¦ Getting Started
# Clone the repo
git clone https://github.com/your-username/finance.git
# Install dependencies
npm install
# Start development server
npm run dev