Skip to content

punitnandi9/AlphaEdge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AlphaEdge — Financial Intelligence Platform

India's AI-powered multi-asset analysis platform.

Live Deploy (Vercel) — 5 steps

  1. Go to https://github.com and create a free account (if you don't have one)
  2. Click New repository → name it alphaedge → set to Public → click Create
  3. Click uploading an existing file → drag and drop BOTH files (index.html and vercel.json) → click Commit changes
  4. Go to https://vercel.comSign up with GitHub → click Add New Project
  5. Select your alphaedge repo → click Deploy → your site is live in ~30 seconds!

Your live URL will be: https://alphaedge-[random].vercel.app

Connect Custom Domain (after buying it)

  1. In Vercel dashboard → your project → SettingsDomains
  2. Type your domain (e.g. alphaedge.in) → click Add
  3. Vercel shows you 2 DNS records (A record + CNAME)
  4. Go to your domain registrar (Namecheap / GoDaddy) → DNS settings → add those 2 records
  5. Wait 5–30 minutes → your domain is live!

What's inside index.html

  • 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

Next steps (Phase 2)

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

Stack

  • 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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages