# Replit
URL: /integrations/replit

---
title: Replit
sidebarTitle: Replit
description: Remix Steel browser-automation starter templates and run them in Replit's cloud.
llm: true
---

Run Steel browser automation scripts in Replit's cloud, no local setup. Templates ship for Python and Node.js with Playwright, Puppeteer, and Selenium.

A good fit for prototyping, scheduled jobs, and sharing runnable examples.

### Requirements

*   **Steel API Key**: Any plan; get a free key [here](https://app.steel.dev/settings/api-keys)
*   **Replit account**: Free tier available
*   **Languages**: Python and Node.js (full list of supported languages [here](https://replit.com/templates/languages))

### Starter Templates

*   [**Steel Puppeteer Starter**](https://replit.com/@steel-dev/steel-puppeteer-starter) – Node.js template using Puppeteer
*   [**Steel Playwright Starter**](https://replit.com/@steel-dev/steel-playwright-starter) – Node.js template using Playwright
*   [**Steel Playwright Python Starter**](https://replit.com/@steel-dev/steel-playwright-python-starter) – Python template using Playwright
*   [**Steel Selenium Starter**](https://replit.com/@steel-dev/steel-selenium-starter) – Python template using Selenium

### Running a template

1.  Hit "Remix this Template" to fork the template (requires a free Replit account)
2.  Add your `STEEL_API_KEY` to the secrets pane (located under "Tools" on the left hand pane)
3.  Hit Run

Don't have an API key? Get a free key at [app.steel.dev/settings/api-keys](http://app.steel.dev/settings/api-keys).

### FAQ

### Do I need any local setup to run Steel automation on Replit?

No — everything runs in Replit's cloud. Remix a Steel starter template, add your `STEEL_API_KEY` to the secrets pane, and hit Run.

### Where do I put my Steel API key in Replit?

Add `STEEL_API_KEY` in the secrets pane, found under "Tools" in the left-hand pane. Any plan works — you can get a free key at app.steel.dev/settings/api-keys.

### What is the Replit integration good for?

Prototyping, scheduled jobs, and sharing runnable examples — the templates give you working Steel scripts in Playwright, Puppeteer, or Selenium without configuring a local environment. A free Replit account is enough to remix and run them.


### Resources

*   [Replit documentation](https://docs.replit.com) – Learn more about Replit's features
*   [Steel Sessions API overview](/overview/sessions-api/overview) – Learn about Steel's Sessions API
*   [Steel Discord](https://discord.gg/steel-dev) – Get help from the Steel team
