Skip to content

Commit e03302d

Browse files
samjulienBenTaylorDev
authored andcommitted
docs(cta): extend prebuilt-components and Built-in Agent placements
Adds a sign-up CTA to the shared `prebuilt-components` snippet so it appears on all twelve per-integration `/{framework}/prebuilt-components` pages that consume it, and adds a matching CTA to the LangGraph prebuilt-components page (which uses custom content rather than the shared snippet). Moves the Built-in Agent overview CTA from below the features grid to above the first H2 so it lands above the fold on standard viewports.
1 parent 4e98ba8 commit e03302d

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

docs/content/docs/integrations/built-in-agent/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ The **Built-in Agent** is CopilotKit's simplest agent option, i.e what you get "
99

1010
It supports most popular models from OpenAI, Anthropic, Google, and AI-SDK defined models out of the box
1111

12+
<OpsPlatformCTA
13+
variant="card"
14+
title="Ship the Built-in Agent to production"
15+
body="Add persistent threads, observability, and the inspector with the CopilotKit platform."
16+
ctaLabel="Create a free account"
17+
surface="docs:built-in-agent:top"
18+
/>
19+
1220
## When to use Built-in Agent
1321

1422
- **Quick setup** — no external agent framework to configure or deploy
@@ -33,14 +41,6 @@ If you need more control over your agent loop, consider using an [agent framewor
3341
<Card title="Custom Agent" href="/built-in-agent/custom-agent" description="Bring your own AI SDK, TanStack AI, or custom LLM backend." icon={<Blocks className="text-primary" />} />
3442
</Cards>
3543

36-
<OpsPlatformCTA
37-
variant="card"
38-
title="Ship the Built-in Agent to production"
39-
body="Add persistent threads, observability, and the inspector with the CopilotKit platform."
40-
ctaLabel="Create a free account"
41-
surface="docs:built-in-agent:after-features"
42-
/>
43-
4444
## Getting Started
4545

4646
Head to the [Quickstart](./quickstart) to set up a working Built-in Agent in minutes.

docs/content/docs/integrations/langgraph/prebuilt-components.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ CopilotKit ships three prebuilt chat components that connect directly to your La
1313
If you've completed the [quickstart](/langgraph/quickstart), you already have one of these set up.
1414
</Callout>
1515

16+
<OpsPlatformCTA
17+
variant="inline"
18+
title="Want users to resume conversations across sessions?"
19+
body="Persistent threads ship with the CopilotKit platform. Try it for free."
20+
surface="docs:langgraph/prebuilt-components:inline"
21+
/>
22+
1623
<IframeSwitcher
1724
id="agentic-chat-example"
1825
exampleUrl="https://feature-viewer.copilotkit.ai/langgraph/feature/agentic_chat?sidebar=false&chatDefaultOpen=false"

docs/snippets/shared/basics/prebuilt-components.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ CopilotKit ships three prebuilt chat components that connect directly to your ag
66
If you've completed the quickstart, you already have one of these set up.
77
</Callout>
88

9+
<OpsPlatformCTA
10+
variant="inline"
11+
title="Want users to resume conversations across sessions?"
12+
body="Persistent threads ship with the CopilotKit platform. Try it for free."
13+
surface="docs:prebuilt-components:inline"
14+
/>
15+
916
<IframeSwitcher
1017
id="agentic-chat-example"
1118
exampleUrl={`https://feature-viewer.copilotkit.ai/${props.framework || "langgraph"}/feature/agentic_chat?sidebar=false&chatDefaultOpen=false`}

0 commit comments

Comments
 (0)