// PORTFOLIO
Portfolio
A collection of fintech products, AI tooling, and developer projects built at the intersection of financial markets and technology.
5 ProjectsEDC Web
LiveAutomated Exness Daily Commentary web report generator. Transforms PPTX market commentary slides into responsive multi-language HTML reports for global distribution.
- 13-language AI translation with disk cache (skips Gemini on cache hit)
- PPTX parsing for 9 instruments, 35+ calendar events, chart WebP extraction
- GitHub Actions CI/CD pipeline deploying to Hetzner (port 8100)
- Inline edit mode with contenteditable paragraphs and re-render without re-translate
ClaudeFinKit
Active DevMulti-agent financial analysis toolkit powered by Claude AI. Covers technical analysis, fundamental research, macro economics, sentiment analysis, on-chain data, and backtesting.
- 20+ specialized sub-agents running in parallel (TA, FA, macro, sentiment, on-chain)
- FedWatch CME-style rate expectations from ZQ futures via MCP gateway
- Report viewer with 15 chart types and MCP gateway integration
- Adversarial debate skill with sycophancy scoring
Market Data Platform
LiveMCP data gateway with token-efficient architecture serving real-time multi-asset market data. Railway-hosted with Bybit V5 fallback, VN data infrastructure, and CLI remote mode.
- Token-efficient MCP protocol minimizing LLM context consumption
- Bybit V5 fallback for crypto data resilience
- Vietnamese market data infrastructure integration
- Railway deployment with automated cron scheduling
DT Terminal
Active DevBloomberg-style financial analysis CLI built in Rust (claw-code fork) with a Python engine via MCP stdio. Implements 14 interaction patterns from Claude Code source analysis.
- Rust TUI with plugin crate and hooks pipeline (upstream sync complete)
- Python-Claude engine with MCP stdio protocol
- 14 Claude Code interaction patterns implemented natively
- Coordinator agent with parallel agent fan-out for complex analysis
Claude Howto
LiveDocumentation site for Claude Code techniques. Deployed as a Nextra 4.x site on Vercel with DATFX brand redesign. Community resource covering prompt patterns, agent orchestration, and skill creation.
- DATFX brand redesign (commit 34c1cdd)
- Covers agent orchestration, skill creation, and command workflows
- ClaudeFinKit skill reference and command documentation
- Auto-deploy via GitHub → Vercel webhook