Skip to content

Commit 46e0421

Browse files
authored
Say "7000+" integrations instead of "100+" (#880)
* Bigger numbers * More
1 parent d0cd686 commit 46e0421

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ install: ## Install the dependencies
1212
build: ## Build the docs site
1313
@pnpm build
1414

15+
lint: ## Lint the codebase
16+
@pnpm run lint
17+
1518
test: ## Run the tests
1619
@pnpm test -- --run
1720

app/en/get-started/agent-frameworks/google-adk/overview/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with Google ADK agents"
55

66
# Arcade with Google ADK
77

8-
[Google ADK](https://github.com/google/adk-python/) is a modular framework for building and deploying AI agents. It's optimized for Gemini and the Google ecosystem. Arcade integrates with both the Python and TypeScript versions, giving your agents access to Gmail, GitHub, Slack, and 100+ other tools.
8+
[Google ADK](https://github.com/google/adk-python/) is a modular framework for building and deploying AI agents. It's optimized for Gemini and the Google ecosystem. Arcade integrates with both the Python and TypeScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools.
99

1010
## Get started
1111

@@ -22,6 +22,6 @@ With Arcade and Google ADK, your agents can:
2222
- Post messages to Slack channels
2323
- Create GitHub issues and pull requests
2424
- Search the web and extract content
25-
- Access 100+ other integrations
25+
- Access 7,000+ other integrations
2626

2727
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.

app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Steps, Tabs, Callout } from "nextra/components";
77

88
# Setup Arcade with Google ADK (TypeScript)
99

10-
[Google ADK for TypeScript](https://github.com/google/adk-js) provides a framework for building AI agents in TypeScript. Arcade's `@arcadeai/arcadejs` library provides the tools integration, allowing your agents to access Gmail, GitHub, Slack, and 100+ other services.
10+
[Google ADK for TypeScript](https://github.com/google/adk-js) provides a framework for building AI agents in TypeScript. Arcade's `@arcadeai/arcadejs` library provides the tools integration, allowing your agents to access Gmail, GitHub, Slack, and 7,000+ other services.
1111

1212
<GuideOverview>
1313
<GuideOverview.Outcomes>

app/en/get-started/agent-frameworks/langchain/overview/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with LangChain agents"
55

66
# Arcade with LangChain
77

8-
[LangChain](https://www.langchain.com/) is a popular framework for building AI agents that abstracts much of the complexity of agent development. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 100+ other tools.
8+
[LangChain](https://www.langchain.com/) is a popular framework for building AI agents that abstracts much of the complexity of agent development. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools.
99

1010
## Get started
1111

@@ -22,7 +22,7 @@ With Arcade and LangChain, your agents can:
2222
- Post messages to Slack channels
2323
- Create GitHub issues and pull requests
2424
- Search the web and extract content
25-
- Access 100+ other integrations
25+
- Access 7,000+ other integrations
2626

2727
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
2828

app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with the OpenAI Agents SDK"
55

66
# Arcade with OpenAI Agents
77

8-
The [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) provides a framework for building AI agents. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 100+ other tools.
8+
The [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) provides a framework for building AI agents. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools.
99

1010
## Get started
1111

@@ -22,6 +22,6 @@ With Arcade and OpenAI Agents, your agents can:
2222
- Post messages to Slack channels
2323
- Create GitHub issues and pull requests
2424
- Search the web and extract content
25-
- Access 100+ other integrations
25+
- Access 7,000+ other integrations
2626

2727
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.

app/en/home/landing-page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ export function LandingPage() {
239239
delay: ANIMATION_DELAYS.initial,
240240
}}
241241
>
242-
Arcade handles OAuth, manages user tokens, and gives you
243-
100+pre-built integrations so your agents can take real action in
242+
Arcade handles OAuth, manages user tokens, and gives you 7,000+
243+
pre-built integrations so your agents can take real action in
244244
production.
245245
</motion.p>
246246
<motion.div
@@ -318,7 +318,7 @@ export function LandingPage() {
318318
{/* Pre-built Integrations — desktop: col 1 row 2 */}
319319
<div className="min-[1062px]:col-start-1 min-[1062px]:row-start-2">
320320
<QuickStartCard
321-
description="Browse 100+ ready-to-use integrations for Gmail, Slack, GitHub, and more."
321+
description="Browse 7,000+ ready-to-use integrations for Gmail, Slack, GitHub, and more."
322322
href={INTEGRATIONS_PAGE_HREF}
323323
icon={Puzzle}
324324
logos={[
@@ -452,7 +452,7 @@ export function LandingPage() {
452452
INTEGRATIONS_PAGE_HREF
453453
)}
454454
>
455-
See all 100+
455+
See all 7,000+
456456
<ArrowRight className="ml-2 h-4 w-4" />
457457
</Link>
458458
</Button>
@@ -579,7 +579,7 @@ export function LandingPage() {
579579
title="Runtime"
580580
/>
581581
<QuickStartCard
582-
description="Catalog of pre-built tools and integrations. Browse 100+ ready-to-use MCP servers."
582+
description="Catalog of pre-built tools and integrations. Browse 7,000+ ready-to-use MCP servers."
583583
href={INTEGRATIONS_PAGE_HREF}
584584
icon={ToolCase}
585585
title="Tool Catalog"

0 commit comments

Comments
 (0)