shawnkim1997 and Claude Opus 4.6
7596c758b5
docs: comprehensive README rewrite for Atlas Terminal v4
...
Full documentation covering all 10 pages, 5 valuation models,
architecture diagram, API endpoints, tech stack, Terminal Noir
design system, and project evolution from Streamlit to Next.js.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-21 02:14:52 +00:00
shawnkim1997 and Claude Opus 4.6
b2acda81ee
feat: add Atlas Terminal — Next.js 14 + FastAPI full-stack migration
...
Complete migration from Streamlit to Next.js 14 App Router + FastAPI backend.
Frontend (Next.js 14):
- 10 pages: Overview, Research, Valuation, Technical, Markets, Earnings, News, Portfolio, Filings, Settings
- Terminal Noir dark theme with custom Tailwind config
- TradingView Lightweight Charts for candlestick/volume
- Valuation: DCF, Sensitivity Matrix, Monte Carlo, Tornado, Reverse DCF
- Financial Statements table with YoY growth badges and margin rows
- SEC EDGAR inline filing viewer with section tabs
- News split-view with iframe article embedding
- Technical Analysis with RSI, MACD, Bollinger, Fibonacci, Moving Averages
- Earnings beat/miss visualization
- AI Copilot chat panel with Gemini integration
Backend (FastAPI):
- 13 routers: market_data, financials, valuation, technical, earnings, insider, edgar, news, portfolio, analysis, chat, estimates, fx
- Services: DCF engine, Monte Carlo simulation, sensitivity analysis, risk metrics, SEC parser, technical indicators
- yfinance + yahooquery data sources with fallback pattern
- SQLite caching layer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-21 02:10:10 +00:00