Skip to main content

Business model canvas AI-powered generator (LLM flexible)

Workflow preview

Workflow preview
100%
Business model canvas AI-powered generator (LLM flexible) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who is this for? Startup founders validating or pitching new ideas Business consultants running strategy sessions Product teams defining business logic visually Agencies offering planning framew...

Best for

  • Document Extraction automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatollama, n8n-nodes-base.code, n8n-nodes-base.converttofile, n8n-nodes-base.stickynote, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sina.

Original n8n.io source

1.1 Workflow description

Title
Business model canvas AI-powered generator (LLM flexible)
Workflow name
Business model canvas AI-powered generator (LLM flexible)

👥 Who is this for?

  • Startup founders validating or pitching new ideas
  • Business consultants running strategy sessions
  • Product teams defining business logic visually
  • Agencies offering planning frameworks to clients

❓ What problem does this workflow solve?

Creating a Business Model Canvas manually is time-consuming and often scattered across tools. This workflow solves that by allowing users to generate a fully populated, formatted, and printable Business Model Canvas in seconds using the power of AI, all structured in a professional A4 landscape layout.


⚙️ What this workflow does

  • Starts with a chat input asking for your business idea
  • Sends it to 9 separate AI agents, each focused on one section:
    • Key Partners
    • Key Activities
    • Value Proposition
    • Customer Relationships
    • Customer Segments
    • Key Resources
    • Channels
    • Cost Structure
    • Revenue Streams
  • Uses your preferred LLM (see below) to generate meaningful bullet points
  • Converts output into a specific format
  • Merges all sections into a clean, A4-styled HTML canvas
  • Exports the result as a downloadable .html file

🛠️ Setup

  1. Import the workflow into your n8n instance
  2. Start the flow from the “When chat message received” node
  3. Describe your business idea when prompted (e.g., “Online bookshop with rare Persian literature”)
  4. Wait for AI processing to complete
  5. Visit the last node “HTML code to HTML file”
  6. Click Download to get your final canvas in .html format

🤖 LLM Flexibility (Choose Your Model)

This template supports any AI model with a chat interface:

  • Ollama (self-hosted models like LLaMA, etc.)
  • OpenAI (GPT-4, GPT-3.5)
  • Anything with a compatible node

You can easily change the LLM by updating the Language Model Node.
No need to modify any other logic or formatting.


🧪 How to customize this workflow

  • Change the LLM model from the Ollama node to OpenAI, etc.
  • Modify the final HTML layout in the “Turn to HTML” node
  • Add a PDF export, email delivery, or Google Drive sync
  • Replace the chat trigger with a webform, CRM hook, etc.

✅ Requirements

  • A working LLM integration (Ollama or OpenAI recommended)
  • n8n (self-hosted or cloud)

📌 Notes

  • Sticky notes included for setup and instructions
  • Each node clearly named by function (e.g. "Customer Segments Generator")
  • Designed for speed, structure, and professional presentation

📩 Need help?

For setup questions, custom features, or LLM integration support, contact:
[email protected]

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 2 - Key Partners Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 3 - Key Activities Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 4 - Value Proposition Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 5 - Customer Relationship Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 6 - Customer Segments Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 7 - Ollama Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
Config choices
Version 1

Block 8 - Key Resources Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 9 - Channels Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 10 - Cost Structure Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 11 - Title Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 12 - Revenue Streams Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 13 - Key Partners HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Key Activities HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Values proposition HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Customer Relationship HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Customer Segments HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Key Resources HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Channels HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Revenue streams HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Code1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Cost Structure HTML Transformer

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 23 - Turn to HTML

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 24 - HTML code to HTML file

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Business model canvas AI-powered generator (LLM flexible)
Complexity advanced
Nodes 28
Categories Document Extraction, Multimodal AI
Author Sina
Published 22 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3663/3663.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Business model canvas AI-powered generator (LLM flexible) do?

Who is this for? Startup founders validating or pitching new ideas Business consultants running strategy sessions Product teams defining business logic visually Agencies offering planning framew...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.