Overview
Replit is a browser-based IDE that lets you code, run, and deploy applications entirely in the cloud.
OverviewCopied!
Run Steel browser automation scripts directly in Replit's cloud environment without any local setup. Write, test, and deploy your Steel scripts with support for multiple languages including Python and Node.js. This combination is perfect for quick prototyping, collaborative development, or running scheduled automation tasks without managing infrastructure.
Requirements & LimitationsCopied!
-
Steel API key (any plan, get a free key here)
-
Replit account (free tier available)
-
Works with Python & Node.js (See full list of supported languages here)
Starter TemplatesCopied!
-
Steel Puppeteer Starter - Node.js template using Puppeteer
-
Steel Playwright Starter - Node.js template using Playwright
-
Steel Playwright Python Starter - Python template using Playwright
-
Steel Selenium Starter - Python template using Selenium
Running Repls
To run any of these starter templates:
-
Hit "Remix this Template" to fork the template (requires a Replit account, which is free to create)
-
Add your
STEEL_API_KEY
to the secrets pane (located under "Tools" on the left hand pane)Note: Don't have an API key? Get a free key at app.steel.dev/settings/api-keys
-
Hit Run
Additional ResourcesCopied!
-
Replit Documentation - Learn more about Replit's features
-
Session API Overview - Learn about Steel’s Sessions API
-
Support - Get help from the Steel team