Overview

Replit is a browser-based IDE that lets you code, run, and deploy applications entirely in the cloud.

Overview

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 & Limitations

  • 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 Templates

Running Repls

To run any of these starter templates:

  1. Hit "Remix this Template" to fork the template (requires a Replit account, which is free to create)

  2. 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

  3. Hit Run

Additional Resources