my hackathon submission: https://framer.link/N4GR3ss
Frmr Finance is a market-intelligence tool for the Mag7 stocks and soon to be many more as the coverage is expanded over time!
each stock gets a single page that pulls together a list of things: live market data (price, change, market cap, volume, trading ranges), a fundamentals explorer built from SEC filings, and an always-updating stream of news briefs
--->> all this data is pooled together so that we can analyze it and produce unique valuable insights <<---
(the potential of this setup is not nearly reflected in this early version of the interface)
the home page ranks them by live daily % move, and the news literally writes itself with an automated pipeline ingesting market coverage every hour that determines which company each story is genuinely about (not always easy) then evaluates the sentiment and generates a two-paragraph brief and takeaway snippets, all w/o a human in the loop
UNDER THE HOOD:
-- serverless edge-deployed backend w/ 3 Cloudflare Workers for heavy lifting
-- earnings data from a proxy that pulls raw company filings from SEC EDGAR and turns them into easy-to-understand high-level metrics
-- LLM-crafted briefs are the focus of each article page to help the reader understand what they actually need to know from the source material
-- a relevance gate with confidence scoring rejects off-topic articles
-- the article section is self-updating as an hourly cron keeps the news archive fresh with no human involvement
-- market data & news sources are built into provider-isolated architecture behind a normalizing proxy, so a vendor swap is a one-function edit rather than a rewrite
-- this site acts as a lightweight NRT data supply chain inside the Framer environment as 3 custom React/TypeScript components render real-time quotes and fundamentals directly for the site and CMS-driven pages provide various tickers' info in automated fashion
i hope to continue building this, please like if you like!!
my hackathon submission: https://framer.link/N4GR3ss
Frmr Finance is a market-intelligence tool for the Mag7 stocks and soon to be many more as the coverage is expanded over time!
each stock gets a single page that pulls together a list of things: live market data (price, change, market cap, volume, trading ranges), a fundamentals explorer built from SEC filings, and an always-updating stream of news briefs
--->> all this data is pooled together so that we can analyze it and produce unique valuable insights <<---
(the potential of this setup is not nearly reflected in this early version of the interface)
the home page ranks them by live daily % move, and the news literally writes itself with an automated pipeline ingesting market coverage every hour that determines which company each story is genuinely about (not always easy) then evaluates the sentiment and generates a two-paragraph brief and takeaway snippets, all w/o a human in the loop
UNDER THE HOOD:
-- serverless edge-deployed backend w/ 3 Cloudflare Workers for heavy lifting
-- earnings data from a proxy that pulls raw company filings from SEC EDGAR and turns them into easy-to-understand high-level metrics
-- LLM-crafted briefs are the focus of each article page to help the reader understand what they actually need to know from the source material
-- a relevance gate with confidence scoring rejects off-topic articles
-- the article section is self-updating as an hourly cron keeps the news archive fresh with no human involvement
-- market data & news sources are built into provider-isolated architecture behind a normalizing proxy, so a vendor swap is a one-function edit rather than a rewrite
-- this site acts as a lightweight NRT data supply chain inside the Framer environment as 3 custom React/TypeScript components render real-time quotes and fundamentals directly for the site and CMS-driven pages provide various tickers' info in automated fashion
i hope to continue building this, please like if you like!!