Personal finance app for tracking assets and providing financial advice
Top 52.0% on sourcepulse
生财有迹 (Wealth Tracker) is a personal asset analysis application designed for individuals seeking to understand and manage their finances. It offers a comprehensive overview of users' assets, providing insights into their financial status and leveraging AI for personalized financial advice.
How It Works
The application focuses on tracking account balances and overall asset values, abstracting away granular transaction details. It utilizes a Svelte frontend built with Vite for a responsive user interface and a Node.js backend powered by Fastify. Data persistence is handled by SQLite3, with Sequelize as the ORM. Integration with AI services like OpenAI is included for enhanced financial recommendations.
Quick Start & Requirements
docker-compose up -d
or docker run -d -p 8888:8888 -v "$(pwd)/data:/app/data" nicejade/wealth-tracker:latest
pnpm
or yarn
as package managers.pnpm
and lerna
globally.Highlighted Details
Maintenance & Community
The project is actively developed, with a roadmap available. Community feedback is encouraged via GitHub Issues.
Licensing & Compatibility
Limitations & Caveats
The project is in active development, with a focus on balancing features and usability. Future enhancements include improved data visualization, security, and AI capabilities.
2 days ago
1 day