A web-first MVP for a personal-first asset management workspace.
This app is designed to help a user track holdings, maintain thesis notes, review watchlist ideas, capture research, and build a calmer investing workflow without needing full brokerage integration.
/— overview/dashboard— portfolio snapshot/holdings— holdings list/holdings/[ticker]— single holding thesis workspace/watchlist— tracked opportunities/research— research inbox/reviews— review log
- Next.js
- TypeScript
- Tailwind CSS
- Prisma (placeholder schema)
npm install
npm run devThen open http://localhost:3000.
- Current data is static placeholder content for structure validation.
- Next steps: persistence, CRUD flows, import workflow, and richer note capture.