Skip to content
FlowHubFluxonLab
A
AI Automationfree

Business Model Canvas AI-Powered Generator (LLM Flexible)

by Sinaadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentCCodeOllama Chat ModelOllama Chat Model
Share Post Share
ChWhen chat message receivedWhen chat messa…AgKey Partners GeneratorKey Partners Ge…AgKey Activities GeneratorKey Activities …AgValue Proposition GeneratorValue Propositi…AgCustomer Relationship GeneratorCustomer Relati…AgCustomer Segments GeneratorCustomer Segmen…Ollama Chat ModelOllama Chat Mod…AgKey Resources GeneratorKey Resources G…AgChannels GeneratorChannels Genera…AgCost Structure GeneratorCost Structure …AgTitle GeneratorAgRevenue Streams GeneratorRevenue Streams…CoKey Partners HTML TransformerKey Partners HT…CoKey Activities HTML TransformerKey Activities …CoValues proposition HTML TransformerValues proposit…CoCustomer Relationship HTML TransformerCustomer Relati…CoCustomer Segments HTML TransformerCustomer Segmen…CoKey Resources HTML TransformerKey Resources H…CoChannels HTML TransformerChannels HTML T…CoRevenue streams HTML TransformerRevenue streams…CoCode1CoCost Structure HTML TransformerCost Structure …CoTurn to HTMLCTHTML code to HTML fileHTML code to HT…MeMerge All Data
1/5
STEPS · 42
Starts from a chat message

👥 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 Import the workflow into your n8n instance Start the flow from the “When chat message received” node Describe your business idea w

Tags

n8nreference-onlyagentlm-chat-ollama
Connects
AAI AgentCCodeollamachatmodelOllama Chat Model
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes25
AddedApr 22, 2025

Related workflows

See all AI Automation
ACW
free

Verify loan documents and score eligibility with Claude and Google Sheets

Quick overview This workflow receives loan applications via webhook, uses Anthropic Claude to verify document text and generate an underwriting recommendation, calculates an explainable risk score in code, logs each application to Google Sheets, and sends decision emails through SendGrid before returning a JSON response. How it works Receives a loan application via a POST webhook, including applicant details and extracted text from ID, income proof, and bank statement documents. Uses Anthropic Claude to extract key fields from the documents and cross-checks them against the applicant’s declared name, employer, and income to produce a verification score and inconsistency list. Stops early and returns a “Documents Insufficient” webhook response when the verification score is below the threshold. Calculates verified income, estimated monthly installment, debt-to-income and loan-to-income ratios, and a weighted 0–100 risk score and tier from credit score, ratios, employment tenure, bank health, and document consistency. Waits briefly, then uses Anthropic Claude to generate an eligibility recommendation (Approve, Conditional Approval, Manual Review, or Decline) with reasoning, condition

by Oneclick AI Squad
ACgmailsheets
free

Triage supplier capacity risk with Groq, Gmail, Slack, and Google Sheets

Quick overview This workflow runs daily to pull supplier performance data from an HTTP endpoint, calculate fulfillment and delay risk metrics, use Groq (Llama 3.3) to classify supplier risk and generate mitigation actions, then notify via Gmail and Slack and log outcomes to Google Sheets. How it works Runs every day at the scheduled time. Fetches supplier performance data from an HTTP API and stops if the supplier has no orders. Normalizes the supplier fields and calculates fulfillment rate, delay, rule-based flags, and a risk score. Sends the metrics to Groq (Llama 3.3) to classify risk (Low/Medium/High) with a reason and confidence, then merges the AI result with the computed metrics (falling back to the rule-based classification if parsing fails). If the AI risk is Medium, Groq generates three mitigation actions and the workflow fetches backup supplier options from an HTTP API, then combines both into a single alert payload. Sends the mitigation actions by Gmail email and Slack message, then appends a “high risk” audit row to Google Sheets. If the AI risk is not Medium, appends a “no alert sent” audit row to Google Sheets with the assessed risk details. Setup Add Groq API creden

by WeblineIndia
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team