Skip to content

Commit 14340b4

Browse files
authored
feat: remove playground (#13)
1 parent f4eb510 commit 14340b4

File tree

18 files changed

+12880
-75
lines changed

18 files changed

+12880
-75
lines changed

app/(home)/overview/_pages/page.en.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@ export default function HomePage() {
195195
title="API Reference"
196196
description="View the Steel API reference."
197197
/>
198-
<SmallCard
199-
icon={<Database />}
200-
href="/playground"
201-
title="Playground"
202-
description="Explore the examples and quick-start guides in Steel playground."
203-
/>
204198
</Cards>
205199
</div>
206200
</div>

app/layout.config.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ export const baseOptions: BaseLayoutProps = {
3131
url: '/changelog',
3232
active: 'nested-url',
3333
},
34-
{
35-
text: 'Playground',
36-
url: '/playground',
37-
},
3834
{
3935
text: 'API Reference',
4036
url: '/api-reference',

components/playground-button.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

content/docs/integrations/agentkit/quickstart.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart
44
description: This guide shows how to use AgentKit with Steel to build a small network that browses Hacker News in a live cloud browser via CDP, filters stories by topic, and returns concise picks.
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-agent-kit-starter" />
107

118
#### Prerequisites
129
:::prerequisites

content/docs/integrations/agno/quickstart.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart
44
description: This guide walks you through connecting Agno with Steel by adding a Playwright-powered Steel toolkit and running an agent that browses and extracts content from live websites.
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-agno-starter" />
107

118
#### Prerequisites
129

content/docs/integrations/browser-use/quickstart.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart
44
description: A step-by-step guide to connecting Steel with Browser-use.
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-browser-use-starter" />
107

118
This guide walks you through connecting a Steel cloud browser session with the browser-use framework, enabling an AI agent to interact with websites.
129

content/docs/integrations/claude-computer-use/quickstart-py.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Python)
44
description: How to use Claude Computer Use with Steel
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-claude-computer-use-python-starter" />
107

118
This guide shows you how to use Claude models with computer use capabilities and Steel browsers to create AI agents that navigate the web.
129

content/docs/integrations/claude-computer-use/quickstart-ts.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart (Typescript)
44
description: How to use Claude Computer Use with Steel
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-claude-computer-use-node-starter" />
107

118
This guide shows you how to create AI agents with Claude's computer use capabilities and Steel browsers for autonomous web task execution.
129

content/docs/integrations/crewai/quickstart.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart
44
description: This guide walks you through wiring a CrewAI multi-agent workflow to Steel so your agents can research the web and produce a structured report.
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-crewai-starter" />
107

118
#### Prerequisites
129

content/docs/integrations/magnitude/quickstart.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebarTitle: Quickstart
44
description: This guide shows how to use Magnitude with Steel to create an AI browser agent that visits the Steel leaderboard Github repo, extracts the details behind the latest commit, and if associated with a pull request, it will summarize the details.
55
llm: true
66
---
7-
import PlaygroundButton from "components/playground-button.tsx";
8-
9-
<PlaygroundButton href="https://playground.steel.dev/?template=steel-magnitude-starter" />
107

118
Scroll to the bottom to see a full example!
129

0 commit comments

Comments
 (0)