Signal feed
Color-coded news rows, customizable signal types, AI-suggested high-importance items, multi-source filtering, infinite scroll.
How the dashboard, sync engine, Slack delivery, and Claude-powered classification work.
Same source of truth as the in-app docs drawer (HelpIcon) โ the (i) buttons sprinkled across the app open the same content you see here. Public site for shareable links, on-call lookups, and search. In-app drawer for instant context next to each control.
The Markdown source lives at frontend/src/docs/sections.ts. A build-time extract.ts script emits one .md per section into docs-site/sections/ before VitePress builds. Edit the TypeScript file, run npm run dev in docs-site/, and the site updates.