Files
langflow/docs/versioned_docs/version-1.9.0/Deployment/deployment-render.mdx
Mendon Kissling 71fbf5ff00 docs: cut version 1.9.0 (#12681)
* version-1.9.0-docs

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-14 02:07:01 +00:00

20 lines
946 B
Plaintext

---
title: Deploy Langflow on Render
slug: /deployment-render
---
This guide explains how to deploy Langflow on [Render](https://render.com/), a cloud platform for deploying web applications and APIs.
1. Prepare a Render instance that can support Langflow.
Langflow requires at least 2 GB of RAM to run, so you must use a Render instance type of **Standard** or better.
This requires a paid Render account.
For more information, see [Render Web Services](https://render.com/docs/web-services) and [Render pricing](https://render.com/pricing).
2. Follow this link to start a Langflow deployment on Render:
[![Deploy to Render](/logos/render-deploy.svg)](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Flangflow-ai%2Flangflow%2Ftree%2Fdev)
3. Enter a blueprint name, select the branch for your `render.yaml` file, and then click **Deploy Blueprint**.
When deployment is complete, your Langflow instance is ready to use.