Skip to content

Proactive IR Tools

Embeddable Lit web components for IR charts, news releases, and live quotes.

Three sibling packages power Proactive investor-relations embeds. This site summarizes each repo, expands the upstream READMEs into guided docs, and ships copy-paste examples for common IR page patterns.

Charts

<proactive-charts> — historical price + volume with ECharts, TradingView Lightweight Charts, Highcharts Stock, or amCharts 5. Open charts docs →

News

<proactive-news> — QuoteMedia newsfeed headlines with modal detail, theming via CSS variables and ::part(). Open news docs →

Quotes

<proactive-quotes> — scoped stock and commodity quote binders compatible with Adnet-style data-kind placeholders. Open quotes docs →

At build time, scripts/sync-readmes.mjs copies each tool’s README.md from the sibling repos (proactive-charts, proactive-news, proactive-quotes) into Upstream README pages under each section. Curated guides and examples live in this repo and stay stable even when upstream wording changes.

Terminal window
npm run sync # pull latest READMEs from sibling checkouts
npm run build # sync + Astro Starlight → dist/

Deploy dist/ to Cloudflare Pages (wrangler.toml / npm run pages:deploy).