India's AI-powered multi-asset analysis platform.
- Go to https://github.com and create a free account (if you don't have one)
- Click New repository → name it
alphaedge→ set to Public → click Create - Click uploading an existing file → drag and drop BOTH files (
index.htmlandvercel.json) → click Commit changes - Go to https://vercel.com → Sign up with GitHub → click Add New Project
- Select your
alphaedgerepo → click Deploy → your site is live in ~30 seconds!
Your live URL will be: https://alphaedge-[random].vercel.app
- In Vercel dashboard → your project → Settings → Domains
- Type your domain (e.g.
alphaedge.in) → click Add - Vercel shows you 2 DNS records (A record + CNAME)
- Go to your domain registrar (Namecheap / GoDaddy) → DNS settings → add those 2 records
- Wait 5–30 minutes → your domain is live!
- Full dashboard UI with dark theme
- 9 assets across Stocks, Crypto, Forex, Commodities
- Simulated candlestick charts with MA20/MA50
- Technical, Fundamental, Sentiment, Options analysis tabs
- AI analysis panel (Claude-powered narrative, currently static demo)
- Trading strategies with entry/target/stop levels
- Live ticker bar
We'll replace the static data with:
- NSE India API → real Indian stock prices
- CoinGecko API → live crypto prices
- Yahoo Finance (yfinance) → global stocks, forex
- FastAPI backend for AI analysis via Claude API
- Phase 1: Pure HTML/CSS/JS (no dependencies, instant deploy)
- Phase 2: + FastAPI Python backend
- Phase 3: + React frontend (Vite + TypeScript)
- Phase 4: + React Native mobile app