langflow/docs/docs/Deployment/deployment-render.mdx
April I. Murphy 575cde3e8d
docs: Audit admonitions, related links, and prerequisites for style and consistency (#9217)
* add some related links

* admonitions audit

* initial prereq audit

* standardize install LF prereqs

* some coderabbit
2025-07-29 13:25:16 +00:00

21 lines
No EOL
963 B
Text

---
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 **Standard** or better Render instance type.
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. Click the following button to go to 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, and then select the branch for your `render.yaml` file.
4. Click **Deploy Blueprint**, and then wait for the deployment to complete.
Once complete, your Langflow instance is ready to use.