dtg404 bios v2.4.1
[OK] Initializing DTG404 kernel... done
[OK] Memory check: 0MB / 7.8GB passed
[OK] Loading processor modules...
[ ] 0%
★ FLAGSHIP active

Equity Lens

AI-native, local-first stock research terminal

0 stars
108 commits
2026-05-19 last push

A futuristic financial research terminal with Liquid Glass UI, AI-powered analysis, and local-first architecture. Combines real-time market data, SEC EDGAR fundamentals, TA-Lib technical indicators, FRED macroeconomic data, news intelligence, and DeepSeek-generated thesis analysis into a single application.

FastAPI backend serves data from multiple providers (SEC EDGAR, FRED, Alpaca, TA-Lib) through a unified API. The Next.js frontend renders a glass-morphism terminal UI with TradingView charts. AI thesis generation runs through DeepSeek via OpenRouter, with streaming responses for real-time analysis. All data is cached locally via SQLAlchemy for offline access.

Built because tracking personal investments across half a dozen platforms was unsustainable. Started as a simple portfolio tracker with Alpaca sync, then snowballed — added SEC filings after realizing how much signal is buried in 10-Ks, then FRED for macro context, then TA-Lib because technical analysis without indicators felt incomplete. The Liquid Glass UI was a happy accident — it started as a CyberPunk 2077-inspired experiment and became the identity of the whole project.

Python FastAPI Next.js React TypeScript SQLAlchemy Docker DeepSeek TA-Lib Tailwind