Skip to content

Commit 098cafc

Browse files
authored
Merge pull request #93 from afadil/dev
Merge Dev
2 parents e3c6b50 + dc6e4f5 commit 098cafc

File tree

12 files changed

+285
-306
lines changed

12 files changed

+285
-306
lines changed

README.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
1-
1+
<div align="center">
2+
<a href="https://github.com/afadil/wealthfolio">
3+
<img src="public/logo.svg" alt="Logo" width="80" height="80">
4+
</a>
5+
6+
<h3 align="center">Wealthfolio</h3>
7+
8+
<p align="center">
9+
A Beautiful and Boring Desktop Investment Tracker
10+
<br />
11+
<br />
12+
<a href="https://wealthfolio.app">Website</a>
13+
·
14+
<a href="https://discord.gg/KFWg22au">Discord</a>
15+
·
16+
<a href="https://x.com/intent/follow?screen_name=WealthfolioApp">Twitter</a>
17+
·
18+
<a href="https://github.com/afadil/wealthfolio/releases">Releases</a>
19+
</p>
20+
</div>
221
<div align="center">
322

423
[<img src="./public/button-buy-me-a-coffee.png" width="150" alt="Buy me a coffee button"/>](https://www.buymeacoffee.com/afadil)
524

625
</div>
726

8-
# Wealthfolio
9-
10-
## Overview
27+
## Introduction
1128

1229
**Wealthfolio App** is a Beautiful and Boring Investment Tracker, with Local Data Storage. No
1330
Subscriptions, No Cloud.
@@ -17,12 +34,8 @@ Visit the app website at [Wealthfolio App](https://wealthfolio.app/).
1734
![Screenshot](public/screenshot.png)
1835

1936
## Roadmap
20-
- [ ] Export Data
21-
- [ ] Support Options
22-
- [ ] Support Bonds
23-
- [ ] Monte-Carlo Portfolio Projection
24-
- [ ] CSV Import Profile by Account
25-
- [ ] Mobile App with Database File Sync
37+
38+
See [ROADMAP.md](./ROADMAP.md).
2639

2740
## Getting Started
2841

@@ -153,7 +166,7 @@ Contributions are welcome! Please follow these steps:
153166
This project is licensed under the LGPL-3.0 license. See the `LICENSE` file for details.
154167

155168
## 🌟 Star History
156-
[![Star History Chart](https://api.star-history.com/svg?repos=afadil/wealthfolio&type=Timeline)](https://star-history.com/#afadil/wealthfolio&Date)
157-
---
169+
170+
## [![Star History Chart](https://api.star-history.com/svg?repos=afadil/wealthfolio&type=Timeline)](https://star-history.com/#afadil/wealthfolio&Date)
158171

159172
Enjoy managing your wealth with **Wealthfolio**! 🚀

ROADMAP.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
Here is a draft of my vision to this project. Any ideas are welcome:
2+
3+
## Vision
4+
5+
To help individuals build their wealth by providing a safe, privacy-focused and easy-to-use tool to
6+
track their investments and goals.
7+
8+
## Strategy
9+
10+
1. Build a polished application that focuses on the essentials
11+
2. Underdo the competition by offering a simpler, more focused alternative
12+
3. Fight feature creep and resist creating a bloated app
13+
4. Avoid complexity at all costs
14+
5. Provide clear insights on how your portfolio is performing against your goals
15+
16+
## What We Believe In
17+
18+
1. Your Privacy: Your money info stays on your computer. You retain complete control over your
19+
financial information..
20+
2. Easy to Use: Anyone can track their investments with our simple design.
21+
3. No Hidden Costs: Free or Pay once to support. Use forever—no surprise fees or subscriptions.
22+
4. Lots of Features: Track many types of investments and use helpful tools.
23+
5. Beautiful, Focused, and Boring App: We believe in crafting an app that's visually appealing yet
24+
doesn't distract from its core purpose.
25+
26+
## Roadmap
27+
28+
### Step 1: The Basics (Now)
29+
30+
- [x] Track your investments
31+
- [x] Store data on your computer
32+
- [x] Simple, easy-to-use design
33+
34+
### Step 2: More Features (Next 3-6 months)
35+
36+
- [ ] Let you export your data (CSV, sqlite file, json)
37+
- [ ] Support another market data API (Bring your own API keys) (example
38+
https://www.alphavantage.co)
39+
- [ ] Support Stock Splitting
40+
- [ ] Let you track more things like houses, gold, and cars
41+
- [ ] Enhance portfolio History calculation
42+
- [ ] Build install packages for the remaining platforms
43+
44+
### Step 3: Smart Tools (6-12 months)
45+
46+
- [ ] Advanced CSV import
47+
- [ ] Some portfolio analysis and insights
48+
- [ ] Add Monte-Carlo projection
49+
- [ ] Support another market data API
50+
51+
### Step 4: Growing (12-18 months)
52+
53+
- [ ] Make a mobile app that works with your phone securely
54+
- [ ] Connect with some brokers/ plateform to fetch and update activities automatically
55+
56+
### Step 5: Building a Community (18+ months)
57+
58+
- [ ] Add support for Options trading
59+
60+
### Always Doing
61+
62+
- Keeping the app safe and up-to-date
63+
- Making the app faster and bette using user feedback
64+
65+
We're building Wealthfolio to be a great alternative to online investment trackers. Our plan might
66+
change based on what users tell us they want, but we'll always focus on keeping your data private
67+
and helping you manage your money better.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wealthfolio-app",
33
"private": true,
4-
"version": "1.0.10",
4+
"version": "1.0.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)