A personal investment research platform with AI-powered, drillable reasoning. Covers AU/UK/US tech stocks, ASX mining, and crypto.
- Dashboard — Macro regime summary, live ticker tape, top daily picks
- Stock Explorer — Search any stock/crypto for full AI analysis with layered reasoning chain
- My Portfolio — Holdings tracker with rotation recommendations and P&L
- News Feed — Filtered news with AI impact commentary
Every recommendation shows a full Macro → Fundamental → Technical → Sentiment → Insider → Portfolio Fit reasoning chain — expandable layer by layer. No black boxes.
- Docker + Docker Compose installed
- Anthropic API key (get one here)
git clone https://github.com/YOUR_USERNAME/inteliq.git
cd inteliq
cp .env.example .envEdit .env and add your Anthropic API key:
ANTHROPIC_API_KEY=sk-ant-...
docker-compose up --buildhttp://localhost:3000
That's it. The app + API proxy server spin up together.
┌─────────────────────┐ ┌──────────────────────┐
│ React Frontend │────▶│ Express API Server │
│ (nginx :3000) │ │ (:3001) │
└─────────────────────┘ └──────────┬───────────┘
│
▼
┌──────────────────┐
│ Anthropic API │
│ (Claude Sonnet) │
└──────────────────┘
The Express server acts as a secure proxy — your API key never touches the browser.
# Terminal 1 — API server
cp server-package.json package.json # temporarily
npm install
cp .env.example .env # add your key
node server.js
# Terminal 2 — React app
npm install
npm start- Live price data (Yahoo Finance / Alpha Vantage API)
- Dynamic portfolio — add/remove holdings
- Watchlist with price alerts
- Historical recommendation tracking
- EPL predictions & betting value app
IntelIQ is for informational purposes only. Nothing here constitutes financial advice. Always do your own research.