You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy(website): tagline is "The open-source thread-plane for agents." on three lines
Drops "enterprise" (gtm.md already lists it as reading sales-first) and
hyphenates thread-plane. HERO_H1_LINES breaks the H1 where it is meant to
break; a spec asserts the lines rejoin to HERO_H1, and both the hero and the
OG card render from the lines. The description drops "enterprise" to match.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
expect(HERO_H1).toBe('The open-source threadplane for enterprise agents.');
51
+
expect(HERO_H1).toBe('The open-source thread-plane for agents.');
51
52
expect(HERO_SUBHEAD).toBe('Chat, threads, approvals, and generative UI on Signals and DI. Your backend stays where it is.');
52
-
expect(HOME_TITLE).toBe('Threadplane — The open-source threadplane for enterprise agents');
53
+
expect(HOME_TITLE).toBe('Threadplane — The open-source thread-plane for agents');
53
54
expect(HOME_DESCRIPTION).toBe(
54
-
'The open-source threadplane for enterprise agents: chat, durable threads, persistence, human approvals, and generative UI for Angular, on LangGraph and AG-UI.',
55
+
'The open-source thread-plane for agents: chat, durable threads, persistence, human approvals, and generative UI for Angular, on LangGraph and AG-UI.',
/** Kept for layout.tsx default title and the OG image alt. */
31
-
exportconstPRIMARY_TAGLINE='Threadplane — The open-source threadplane for enterprise agents';
38
+
exportconstPRIMARY_TAGLINE='Threadplane — The open-source thread-plane for agents';
32
39
exportconstHOME_TITLE=PRIMARY_TAGLINE;
33
40
exportconstHOME_DESCRIPTION=
34
-
'The open-source threadplane for enterprise agents: chat, durable threads, persistence, human approvals, and generative UI for Angular, on LangGraph and AG-UI.';
41
+
'The open-source thread-plane for agents: chat, durable threads, persistence, human approvals, and generative UI for Angular, on LangGraph and AG-UI.';
35
42
/** Longer form used by layout.tsx OG/Twitter defaults and the About page. */
36
43
exportconstLONG_SUBHEAD=
37
-
'Threadplane is the open-source threadplane for enterprise agents: signal-native chat, durable threads, persistence, human approvals, tool progress, subagents, and generative UI for Angular, on LangGraph and AG-UI — without replacing your backend or design system.';
44
+
'Threadplane is the open-source thread-plane for agents: signal-native chat, durable threads, persistence, human approvals, tool progress, subagents, and generative UI for Angular, on LangGraph and AG-UI — without replacing your backend or design system.';
38
45
39
46
// ── Trust line (values verified by positioning.spec.ts + angular-support-copy.spec.ts) ──
alt: 'Threadplane — the open-source threadplane for enterprise agents. Chat, durable threads, persistence, human approvals, and generative UI for Angular, on LangGraph and AG-UI.',
23
+
alt: 'Threadplane — the open-source thread-plane for agents. Chat, durable threads, persistence, human approvals, and generative UI for Angular, on LangGraph and AG-UI.',
Copy file name to clipboardExpand all lines: docs/gtm/messaging.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Positioning statement (durable)
6
6
7
-
> For Angular teams building AI agents on LangGraph, AG-UI, or custom backends, Threadplane is the open-source threadplane for enterprise agents: it turns streaming agent events into production-ready Angular experiences: chat, durable threads, interrupts, subagents, planning, memory, generative UI, fallbacks, observability, and tests. Unlike React-first agent UI stacks or raw streaming SDKs, Threadplane is Angular-native, DI-friendly, design-system-first, self-hostable, and built for enterprise Angular apps.
7
+
> For Angular teams building AI agents on LangGraph, AG-UI, or custom backends, Threadplane is the open-source thread-plane for agents: it turns streaming agent events into production-ready Angular experiences: chat, durable threads, interrupts, subagents, planning, memory, generative UI, fallbacks, observability, and tests. Unlike React-first agent UI stacks or raw streaming SDKs, Threadplane is Angular-native, DI-friendly, design-system-first, self-hostable, and built for enterprise Angular apps.
> Angular teams are building agents, but the last mile is still messy: streaming state, tool progress, interrupts, durable threads, subagents, planning, memory, generated UI, fallbacks, and tests. React has mature examples. Backend agent frameworks have protocols. Angular teams need something that speaks Signals, DI, templates, standalone components, and enterprise design systems. Threadplane is the MIT-licensed threadplane for enterprise agents: it connects LangGraph, AG-UI, A2UI, and custom backends to production-ready Angular surfaces.
66
+
> Angular teams are building agents, but the last mile is still messy: streaming state, tool progress, interrupts, durable threads, subagents, planning, memory, generated UI, fallbacks, and tests. React has mature examples. Backend agent frameworks have protocols. Angular teams need something that speaks Signals, DI, templates, standalone components, and enterprise design systems. Threadplane is the MIT-licensed thread-plane for agents: it connects LangGraph, AG-UI, A2UI, and custom backends to production-ready Angular surfaces.
0 commit comments