Project 01 / Market Narrative
Market Narrative Storyboard Engine
A financial media engine that turns overnight market signals, news stories, and technical setups into deterministic daily briefing packages.
- Problem
- Daily market content usually arrives as scattered quotes, headlines, and chart notes. The useful narrative has to be assembled quickly, repeatably, and with fewer manual judgment leaks.
- How I built it
- Java 17 and Spring Boot run the modular backend; Next.js publishes the public archive; React powers the admin studio; PostgreSQL monthly partitions and Redis keep time-series reads practical.
- Design choice
- Kept it as a modular monolith instead of premature microservices, and used deterministic clustering plus risk-reward rules where auditability mattered more than theatrical AI magic.
- Result
- A live market archive with SEO-aware digests, repeatable reel-script generation, prompt packages, and a cleaner operating path from raw signal to publishable narrative.
- Open it
- marketnarrative.in is live, with the monorepo source available on GitHub for review.