From 77c51e1b8425a58133890daa1f410d45f84ee60c Mon Sep 17 00:00:00 2001 From: adeboyedn Date: Wed, 29 Oct 2025 15:23:31 +0100 Subject: [PATCH 1/2] docs: add Northflank deployment guide --- .../docs/Deployment/deployment-northflank.mdx | 31 +++++++++++++++++++ docs/sidebars.js | 5 +++ 2 files changed, 36 insertions(+) create mode 100644 docs/docs/Deployment/deployment-northflank.mdx diff --git a/docs/docs/Deployment/deployment-northflank.mdx b/docs/docs/Deployment/deployment-northflank.mdx new file mode 100644 index 000000000000..baa2fae7b1fd --- /dev/null +++ b/docs/docs/Deployment/deployment-northflank.mdx @@ -0,0 +1,31 @@ +--- +title: Deploy Langflow on Northflank +description: Deploy Langflow to Northflank using a one-click template +slug: /deployment-northflank +--- + +This guide explains how to deploy Langflow on [Northflank](https://northflank.com/), a modern cloud platform that simplifies app deployment with automatic scaling, managed databases, and built-in CI/CD. + +1. Create a Northflank account: + + The free plan on Northflank provides enough resources to run Langflow comfortably. For more information, see [Northflank pricing](https://northflank.com/pricing). + +2. Deploy Langflow using the one-click Northflank template: + + Click the button below to automatically create a project, provision resources, and deploy Langflow on Northflank. + + [![Deploy on Northflank](https://assets.northflank.com/deploy_to_northflank_smm_36700fb050.svg)](https://northflank.com/stacks/deploy-langflow) + +3. (Optional) Customize your configuration: + + You can modify environment variables or link additional addons directly from your Northflank dashboard to fit your project’s requirements. + +4. Wait for the deployment to complete: + + Northflank will automatically build, deploy, and start Langflow. Once the service status shows as “Running,” your instance is live. + +5. Access your Langflow dashboard: + + Visit your deployment’s public URL, for example: `https://p01--langflow-service--xyz123.code.run` + +That’s it! You now have a fully functional Langflow instance running on Northflank — scalable, secure, and ready for production. diff --git a/docs/sidebars.js b/docs/sidebars.js index 395c5d50c123..ab9aea88b2df 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -238,6 +238,11 @@ module.exports = { id: "Deployment/deployment-hugging-face-spaces", label: "Hugging Face Spaces" }, + { + type: "doc", + id: "Deployment/deployment-northflank", + label: "Northflank" + }, { type: "doc", id: "Deployment/deployment-railway", From 8f27d10d4ed5ca3a8b3076b7c9aae37b1c6a33bd Mon Sep 17 00:00:00 2001 From: Daniel Adeboye Date: Thu, 30 Oct 2025 11:46:40 +0100 Subject: [PATCH 2/2] docs: update deployment instructions --- docs/docs/Deployment/deployment-northflank.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Deployment/deployment-northflank.mdx b/docs/docs/Deployment/deployment-northflank.mdx index baa2fae7b1fd..7544795ea9a3 100644 --- a/docs/docs/Deployment/deployment-northflank.mdx +++ b/docs/docs/Deployment/deployment-northflank.mdx @@ -22,7 +22,7 @@ This guide explains how to deploy Langflow on [Northflank](https://northflank.co 4. Wait for the deployment to complete: - Northflank will automatically build, deploy, and start Langflow. Once the service status shows as “Running,” your instance is live. + Northflank will automatically build, deploy, and start Langflow. Once the service status shows as **Running**, your instance is live. 5. Access your Langflow dashboard: