Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/docs/Deployment/deployment-northflank.mdx
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading