* docs: correct spelling and formatting in Docker deployment guide * HuggingFace Spaces deployment documentation * docs: simplify introduction for HuggingFace Spaces deployment guide * docs: Update Kubernetes deployment documentation with comprehensive improvements - Enhance Langflow Kubernetes deployment guide with clearer instructions - Improve formatting, add more precise configuration examples - Update service names, port forwarding, and scaling configuration details - Add more explicit links to Helm chart repositories and values files - Clarify runtime and IDE deployment sections with better explanations * docs: Add Docker flow packaging guide and enhance deployment documentation - Introduce new section on packaging Langflow flows as Docker images - Provide step-by-step instructions for creating custom Docker images with flows - Include example commands for building, running, and pushing Docker images - Minor formatting and clarity improvements to existing Docker deployment guide * docs: Refine Kubernetes and Docker deployment documentation - Streamline Docker and Kubernetes deployment guides - Improve clarity and conciseness of instructions - Add more precise examples for deploying Langflow with custom images - Enhance secret configuration and flow deployment explanations - Simplify formatting and remove redundant text * docs: Minor text refinements in Kubernetes and Docker deployment documentation - Update link text for Langflow runtime deployment - Correct capitalization and minor typos in deployment guides - Improve clarity of deployment section descriptions * revert-lockfiles * Revert "HuggingFace Spaces deployment documentation" This reverts commit 2943deb1e0964a05c6909d6e1afdf8bddf7173fb. * Remove lockfiles from PR * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * docs: Standardize deployment documentation titles * code-review * docs: Refactor deployment documentation for clarity and conciseness * shorten-nav-titles * code-review-and-cleanup * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * service * gcp * hf-spaces * railway-and-render * kubernetes * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * remove-extra-heading * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
23 lines
805 B
Markdown
23 lines
805 B
Markdown
---
|
|
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.
|
|
|
|
:::note
|
|
Langflow requires at least 2 GB of RAM to run, so it uses a **standard** Render instance. This may require a credit card. Review [Render's pricing](https://render.com/pricing) before proceeding.
|
|
:::
|
|
|
|
1. Click the following button to go to Render:
|
|
|
|
[](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Flangflow-ai%2Flangflow%2Ftree%2Fdev)
|
|
|
|
2. Enter a blueprint name, and then select the branch for your `render.yaml` file.
|
|
|
|
3. Click **Deploy Blueprint**.
|
|
|
|
Wait for the deployment to complete.
|
|
|
|
Your Langflow instance is now ready to use.
|
|
|