Commit 3003fa4
authored
fix(website): replace unsourced stats with verified Gartner citations (#33)
* feat(chat): ship-readiness polish — Tailwind, auto-scroll, markdown, a11y (#27)
* docs(chat): add ship-readiness polish implementation plan
Addresses all 19 audit issues: theme consolidation, Tailwind conversion,
auto-scroll, textarea auto-expand, markdown rendering, empty state,
responsive sidebar, SVG icons, ARIA, and API cleanup.
* feat(chat): consolidate theme into shared TS module, add icons + markdown utils
* feat(chat): convert ChatComponent to Tailwind, add auto-scroll + empty state + responsive sidebar
- Replace 80+ lines of inlined CSS vars with CHAT_THEME_STYLES import
- Add CHAT_MARKDOWN_STYLES + renderMarkdown for AI message rendering
- Convert all inline style="" attributes to Tailwind utility classes
- Add auto-scroll via viewChild + effect tracking message count
- Add empty state when no messages and not loading
- Make thread sidebar responsive with hidden md:flex + mobile toggle
- Add ARIA attributes: role=log, aria-live=polite, role=navigation
- Use ViewEncapsulation.None for markdown styles
* feat(chat): convert primitives to Tailwind, add textarea auto-expand + focused signal
* feat(chat): convert ChatDebug + sub-components to theme-aware Tailwind
* feat(chat): convert remaining compositions to Tailwind with SVG icons + theme vars
* feat(chat): clean up public API, add marked peer dep, verify build
Remove legacy cp-chat/cp-chat-input/cp-chat-message components and
migrate all cockpit examples to the new ChatComponent composition.
Export shared styles, icons, and markdown utilities from public API.
Update ChatConfig with renderRegistry, avatarLabel, assistantName.
Add marked as optional peer dep and fix dynamic import for library
build. Add @source directive to cockpit styles for Tailwind scanning.
---------
* Rebrand to Angular Stream Resource (#28)
* docs: add rebrand design spec for Angular Stream Resource
* docs: add implementation plan for Angular Stream Resource rebrand
* docs: rebrand StreamResource → Angular Stream Resource in README and COMMERCIAL
Update product name in prose/marketing contexts: README alt text and
license section, COMMERCIAL.md license header.
* docs: rebrand StreamResource → Angular Stream Resource in website shared components
Update product name in layout metadata title, Nav logo link text,
Footer brand name, and Footer copyright line.
* docs: rebrand StreamResource → Angular Stream Resource in landing and llms.txt
Update product name in ProblemSection badge text, GenerativeUIFrame
aria-label, and llms.txt route title and description line.
* docs: rebrand StreamResource → Angular Stream Resource in documentation files
Update product name in headings and prose across limitations.md and
four design specs (titles, overview sentences, section headings).
* docs: rebrand stream-resource → Angular Stream Resource in LLM context files
Update product name in the H1 title of AGENTS.md and CLAUDE.md.
* docs: rebrand remaining spec and plan references to Angular Stream Resource
* docs: fix remaining brand references missed in initial pass
* feat(website): add narrative sections, pilot-to-prod page, and rebrand integration (#29)
* fix(website): add track shake animation to ProblemSection stall phase
* fix(website): ProblemSection quality fixes — timer cleanup, unique SVG ID, aria-hidden, correct import
- Store setTimeout IDs and clear them on unmount (prevents state updates on unmounted component)
- Use useId() to generate unique hatchId per instance (prevents SVG pattern id collision)
- Add role=progressbar + aria-valuenow to track container for screen readers
- Add aria-hidden=true to decorative animated elements (pins, labels, badge, counter)
- Fix import: use local lib/design-tokens instead of unresolved @cacheplane/design-tokens
- Add invariant comment for done-timeout vs counter-duration coupling
* feat: add FullStackSection with animated stack diagram and roadmap strip
* feat: add ChatFeaturesSection with 4 interactive chat scenarios
* feat: add FairComparisonSection comparison table
* feat: wire ProblemSection, FullStackSection, ChatFeaturesSection, FairComparisonSection into landing page
- Insert ProblemSection + FullStackSection + ChatFeaturesSection after StatsStrip
- Insert FairComparisonSection after DeepAgentsShowcase
- Add two ambient gradient blobs for extended page height
- Task 5 (FeatureStrip copy): no-op — the problematic 'no established pattern' copy was not present in this branch
* chore: add puppeteer devDependency and generate-whitepaper script
* feat: add whitepaper signup API route with NDJSON persistence
* feat: add whitepaper generation script
* feat: add WhitePaperSection with free download and optional lead-gen form
* feat: add WhitePaperSection to landing page; remove useStream parity copy from FeatureStrip
* fix(whitepaper): add JetBrains Mono to Google Fonts URL and regenerate preview
Fixes missing code font in whitepaper output. Regenerates whitepaper-preview.html
with correct 'EB Garamond' and 'JetBrains Mono' font references throughout.
* feat: add PilotHero component and /pilot-to-prod page skeleton
* fix: PilotHero responsive padding, eyebrow style conflict, page metadata
* feat: add WhatIsIncluded 3-column component for pilot-to-prod page
* feat: add HowItWorks 3-phase timeline for pilot-to-prod page
* feat: add PricingSignal pricing callout for pilot-to-prod page
* feat: add WhitePaperGate 5-field lead gen form for pilot-to-prod page
* fix: change role=alert to role=status to match aria-live=polite in WhitePaperGate
* feat: add PilotFooterCTA and wire complete pilot-to-prod page
* fix: use tokens.colors.accent in PilotFooterCTA, add aria-hidden to page blobs
* feat: add Pilot to Prod nav link and restructure homepage (remove FeatureStrip/CockpitCTA/CodeBlock, add PilotProgram CTA)
* fix: correct design-tokens import path in pilot-to-prod page (3 levels up)
* fix: apply full review findings — messaging, mobile, UX, and RiskRemoval section
- Remove useStream() parity messaging from HeroTwoCol, WhatIsIncluded, StatsStrip
- Fix PricingSignal: remove ambiguous '/year', clarify as fixed fee + pilot included
- Add PricingSignal mobile padding reduction via media query
- Fix ProblemSection stat grid to collapse on mobile (auto-fit minmax)
- Add RiskRemoval section to pilot-to-prod page (between PricingSignal and WhitePaperGate)
- Fix Nav Examples link: external=true, target=_blank, rel=noopener noreferrer
- Fix WhitePaperGate: role field sent in message body, not merged into company string
- Fix PilotFooterCTA: replace broken whileHover borderColor with CSS class hover
- Fix PilotHero: remove opacity from initial animations (prevents blank hero flash)
- Increase PilotHero CTA padding to meet 44px touch target
* fix: remove remaining useStream parity messaging from layout, Footer, and ValueProps
* fix: second review pass — docs messaging, title, broken link, a11y labels
- introduction.mdx: remove parity/useStream opening line, use Signal-native positioning
- AGENTS.md.template + CLAUDE.md.template: update tagline to Signal-native
- layout.tsx: update <title> from LangChain to LangGraph
- Footer.tsx: fix /api-reference → /docs/api/stream-resource (was 404)
- PilotHero.tsx: add aria-hidden to decorative gradient blobs
- WhitePaperSection.tsx: add sr-only labels + aria-label to name/email inputs
- LeadForm.tsx (pricing): add sr-only labels + aria-label to all four form inputs
* feat: add whitepaper.pdf to public directory
Generated from whitepaper-preview.html via Puppeteer. All 6 chapters
present (Streaming State Management, Thread Persistence, Tool-Call
Rendering, Human Approval Flows, Generative UI, Deterministic Testing).
Fixes dead 'Download the Guide' CTAs on pilot-to-prod and homepage.
* feat: citation badges on stats, pricing reframe to app deployment license
Citation badges:
- New CitationBadge component — click-to-open popover with source, stat, note, and link
- 66% stat → Stack Overflow Developer Survey 2025
- 31% stat → ISG AI Adoption Reports
- 75% stat → Stack Overflow Developer Survey 2025
- Keyboard (Escape) and outside-click dismissal, ARIA dialog role
Pricing reframe (app deployment license):
- Remove ALL refund/money-back/guarantee language site-wide
- PilotHero: trust line → "App deployment license · $20,000 · 3-month co-pilot engagement"
- PilotHero: subheadline removes "guaranteed outcome"
- WhatIsIncluded: card 3 renamed from "Production Guarantee" → "App Deployment License"
- HowItWorks: phase 3 removes "full refund" language, deliverable → "Production deployment"
- PricingSignal: subtitle + features list updated to license/co-pilot framing
- RiskRemoval: section reframed from guarantee → "What's included in the license"
Replaces money-back card with "We work alongside your team" card
- PilotFooterCTA: fine print updated
- pilot-to-prod/page.tsx: meta description updated
* feat: subtler citation badge + citations on all 77% claims
CitationBadge:
- Reduced to 13px, transparent background, faint border (rgba 0.2)
- Text color rgba(0,64,144,0.35) at rest — nearly invisible until hovered
- No fill on idle state, border-only approach
New citation placements:
- PilotHero subheadline: 77% → McKinsey State of AI 2024
- PilotFooterCTA body copy: 77% → McKinsey State of AI 2024
- HomePilotCTA (new component): extracts inline pilot CTA from page.tsx
so it can be a client component with CitationBadge on the 77% claim
- page.tsx: replaces inline section with <HomePilotCTA />
* docs: add FullStackSection redesign spec (EM/CTO layer narrative + Gen UI bug fix)
* feat(website): redesign FullStackSection for EM/CTO audience
* docs: apply Angular Stream Resource rebrand to narrative components
* chore: sync package-lock.json after merge
* fix(website): update e2e test for new landing page structure
---------
* fix(website): replace unsourced stats with verified Gartner and Stack Overflow citations
- Replace fabricated 77% McKinsey stat with Gartner "50% of GenAI projects
abandoned after POC" (Jan 2026) across ProblemSection, PilotHero,
HomePilotCTA, and PilotFooterCTA
- Replace stale ISG 31% stat with same Gartner citation in ProblemSection
- Update progress bar animation to stall at 50% instead of 77%
- Update FairComparisonSection to reference @langchain/langgraph-sdk
explicitly in column header and subtitle
- All three stat cards now cite verified sources: Stack Overflow 2025
Developer Survey (66%, 75%) and Gartner GenAI Project Failure 2026 (50%)
---------1 parent 31ecda2 commit 3003fa4
5 files changed
Lines changed: 38 additions & 38 deletions
File tree
- apps/website/src/components/landing
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
| 269 | + | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments