mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
---
|
|
search:
|
|
boost: 2
|
|
---
|
|
|
|
# Deployment
|
|
|
|
Get started deploying your LangGraph applications locally or on the cloud with
|
|
[LangGraph Platform](../concepts/langgraph_platform.md).
|
|
|
|
## Get Started 🚀 {#quick-start}
|
|
|
|
- [LangGraph Server Quickstart](../tutorials/langgraph-platform/local-server.md): Launch a LangGraph server locally and interact with it using REST API and LangGraph Studio Web UI.
|
|
- [LangGraph Template Quickstart](../concepts/template_applications.md): Start building with LangGraph Platform using a template application.
|
|
- [Deploy with LangGraph Cloud Quickstart](../cloud/quick_start.md): Deploy a LangGraph app using LangGraph Cloud.
|
|
|
|
|
|
## Deployment Options
|
|
|
|
- [Self-Hosted Lite](../concepts/self_hosted.md): A free (up to 1 million nodes executed per year), limited version of LangGraph Platform that you can run locally or in a self-hosted manner
|
|
- [Cloud SaaS](../concepts/langgraph_cloud.md): Hosted as part of LangSmith.
|
|
- [Bring Your Own Cloud](../concepts/bring_your_own_cloud.md): We manage the infrastructure, so you don't have to, but the infrastructure all runs within your cloud.
|
|
- [Self-Hosted Enterprise](../concepts/self_hosted.md): Completely managed by you.
|