> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/configuration/deployment/replit.md).

# Replit

***

1. Sign in to [Replit](https://replit.com/~)
2. Create a new **Repl**. Select **Node.js** as Template and fill in your preferred **Title**.

<figure><img src="/files/kG5CDFqe43VpfX8DYGau" alt="" width="551"><figcaption></figcaption></figure>

3. After a new Repl is created, on the left hand side bar, click Secret:

<figure><img src="/files/lPIpuaVitSJSlf2LnJEE" alt="" width="219"><figcaption></figcaption></figure>

4. Create 3 Secrets to skip Chromium download for Puppeteer and Playwright libraries.

<table><thead><tr><th width="403">Secrets</th><th>Value</th></tr></thead><tbody><tr><td>PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD</td><td>1</td></tr><tr><td>PUPPETEER_SKIP_DOWNLOAD</td><td>true</td></tr><tr><td>PUPPETEER_SKIP_CHROMIUM_DOWNLOAD</td><td>true</td></tr></tbody></table>

<figure><img src="/files/MfpXgx6aUmCCGdyfYZxO" alt="" width="535"><figcaption></figcaption></figure>

5. You can now switch to Shell tab

<figure><img src="/files/LYKTjTShJzz6u2Q2cqAS" alt="" width="539"><figcaption></figcaption></figure>

6. Type in `npm install -g flowise` into the Shell terminal window. If you are having error about incompatible node version, use the following command `yarn global add flowise --ignore-engines`

<figure><img src="/files/gF5aVWiT3eLpoiaAKCC1" alt="" width="530"><figcaption></figcaption></figure>

7. Then followed by `npx flowise start`

<figure><img src="/files/OzKO18FkU7mIIIxfbBDP" alt="" width="533"><figcaption></figcaption></figure>

8. You should now be able to see Flowise on Replit!

<figure><img src="/files/jm6vvXMukz90OgrkxMQs" alt="" width="545"><figcaption></figcaption></figure>

9. You will now see a login page. Simply login with the username and password you've set.

<figure><img src="/files/MYWvtvP7wn48RPajQ8lV" alt=""><figcaption></figcaption></figure>
