Pocket Portfolio is a free, open-source portfolio tracker.
No brokerage link. Add trades manually or via CSV. Live prices, P/L, and a clean UI.
- Try the app: https://pocketportfolio.app/app/
- Repo (MIT): https://github.com/PocketPortfolio/Financialprofilenetwork
- Feedback: (link to form or GitHub Discussion)
What’s in MVP
- Trades → positions, unrealised P/L
- Live prices (equities/crypto/FX)
- Charts (allocation pie & cash-over-time)
- CSV import
- Ticker-aware news
- Themes (system/light/dark/high-contrast) + PWA
Run locally (2 min)
bash
git clone https://github.com/PocketPortfolio/Financialprofilenetwork
cd Financialprofilenetwork && npm i
vercel dev # API & headers on :3000
# (optional UI dev) npm run dev
# or prod emulation: vercel build && vercel start
Top comments (0)