"High-Signal Financial Intelligence for the Sovereign Individual."
A deployable financial dashboard tracking the correlation between the US Market (S&P 500) and the Taiwan Market (TAIEX), alongside a personal "Financial Freedom" progress bar.
- Market Heat: 30-day rolling Pearson correlation between $SPY and $EWT.
- Highly Coupled (>0.8): Warning status.
- Diversified (<0.3): Optimal status (Emerald Green).
- Freedom Tracker: Interactive progress bar for your "Walk Away" number.
- Silicon Valley Midnight Theme: Deep grays, high contrast, non-distractive UI.
- Bento Grid Layout: Responsive, clean, information-dense.
- Isomorphic Data Fetching: Server-side data gathering via
yahoo-finance2.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Icons: Lucide React
- Data: Yahoo Finance API
- Deployment: Vercel
-
Install Dependencies
npm install
-
Run Development Server
npm run dev
-
Build for Production
npm run build
Designed for one-click deployment on Vercel.
MIT