From fe63440d98a1fe63062c8fe273e3bdebfd441c69 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 14 Jan 2025 14:40:45 -0500 Subject: [PATCH] add deployment landing page --- docs/docs/tutorials/deployment.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/docs/tutorials/deployment.md diff --git a/docs/docs/tutorials/deployment.md b/docs/docs/tutorials/deployment.md new file mode 100644 index 000000000..9c100f418 --- /dev/null +++ b/docs/docs/tutorials/deployment.md @@ -0,0 +1,18 @@ +# Deployment + +Get started deploying your LangGraph applications locally or on the cloud with +[LangGraph Platform](../concepts/langgraph_platform). + +## 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), 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.