Skip to content

steel-dev/steel-cookbook

Repository files navigation

Steel Cookbook & Starter Projects

Official starter projects and recipes for building web automations with Steel. This repository is also home to create-steel-app, a CLI tool for quickly scaffolding new Steel projects.

Quick Start

npx create-steel-app@latest

Follow the prompts to select your preferred framework. Works with Python projects too—just need a Node package manager installed.

Starter Projects

Browser Automation

JavaScript/TypeScript

Python

AI Computer Use Agents

JavaScript/TypeScript

Python

AI Agent Frameworks

JavaScript/TypeScript

Python

Steel Features

Create Steel App

Bootstrap projects with your preferred framework using create-steel-app.

Requirements: Node.js 18+

Package Managers

npm create steel-app@latest
yarn create steel-app
pnpm create steel-app
bun create steel-app

Direct Template Usage

Skip the prompts by specifying a template directly:

# npm 7+ (extra double-dash needed)
npm create steel-app@latest my-project -- --template steel-playwright-starter

# yarn
yarn create steel-app my-project --template steel-playwright-starter

# pnpm
pnpm create steel-app my-project --template steel-playwright-starter

# bun
bun create steel-app my-project --template steel-playwright-starter

Contributing

See the Contributing Guide for information on adding new recipes.

Support

About

Examples and guides for using the Steel API

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 10