diff --git a/docs/docs/Deployment/deployment-northflank.mdx b/docs/docs/Deployment/deployment-northflank.mdx new file mode 100644 index 000000000000..7544795ea9a3 --- /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",