Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.5
Generate a complete Business Model Canvas from a guided interview form. AI analyzes responses and creates a professional infographic image of all 9 canvas elements. ※ The form is hosted by n8n, so ...
n8n-nodes-base.formtrigger, n8n-nodes-base.form, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatawsbedrock, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.if, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ryosuke Mori.
Original n8n.io sourceGenerate a complete Business Model Canvas from a guided interview form. AI analyzes responses and creates a professional infographic image of all 9 canvas elements.
※ The form is hosted by n8n, so end users only interact with a simple web form. All AI processing happens behind the scenes.
This template is designed for:
Users who access the form URL:
Validates input quality to ensure meaningful business content (rejects gibberish or unrelated answers)
Generates a professional infographic image of the complete Business Model Canvas
Transform your business idea into a professional Business Model Canvas infographic.
The form is split into 4 sections: core value, customer touchpoints, delivery methods, and financials.
This template uses AWS Bedrock (Claude) by default, but you can replace it with any LLM provider supported by n8n:
| Provider | Node to Use |
|---|---|
| AWS Bedrock (default) | AWS Bedrock Chat Model |
| OpenAI | OpenAI Chat Model |
| Anthropic API | Anthropic Chat Model |
| Azure OpenAI | Azure OpenAI Chat Model |
| Google Vertex AI | Google Vertex AI Chat Model |
| Ollama (self-hosted) | Ollama Chat Model |
Simply disconnect the default "AWS Bedrock Chat Model" node and connect your preferred LLM node to the "AI Canvas Generator" agent.
gemini-3-pro-image-preview (or current image generation model)> Note: Image generation currently requires Gemini. If you don't need the infographic output, you can remove the image generation step and display the text-based BMC instead.
| Node | Purpose |
|---|---|
| Form Trigger | Collects Phase 1 responses |
| Form (x3) | Collects Phases 2-4 responses |
| Code (x2) | Formats data and validates output |
| AI Agent | Generates Business Model Canvas text |
| AWS Bedrock Chat Model | LLM for AI Agent |
| Google Gemini | Generates infographic image |
| IF | Routes based on validation result |
| Form (Completion) | Displays final result or error |
Scenario: A business consultant runs a startup workshop
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.
| Workflow | Create a Business Model Canvas and infographic image with Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Content Creation, Multimodal AI |
| Author | Ryosuke Mori |
| Published | 20 Jan 2026 |
Use the JSON export at /data/workflows/12833/12833.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Generate a complete Business Model Canvas from a guided interview form. AI analyzes responses and creates a professional infographic image of all 9 canvas elements. ※ The form is hosted by n8n, so ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Content Creation, Multimodal AI use case.