This workflow corresponds to n8n.io template #7807 — we link there as the canonical source.
This workflow follows the Agent → Airtable recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "A0ZiRwjGoLv9WfqF",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "automate website creation and deployment",
"tags": [],
"nodes": [
{
"id": "b91c5873-9526-4a91-a524-6affaa010be2",
"name": "On form submission",
"type": "n8n-nodes-base.formTrigger",
"position": [
-672,
-288
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "68b201ad-3784-4545-999b-b302c3357684",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-416,
-288
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "f164a81a-8176-4b16-b411-7b4daad31e13",
"name": "Google Gemini Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-448,
-64
],
"parameters": {},
"typeVersion": 1
},
{
"id": "723dfd0a-d929-4240-a336-abe41cd37317",
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-320,
-64
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "971a98d6-13e5-4782-bae5-27c7cfc46814",
"name": "Google Gemini Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-240,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b43d4476-2d89-4a65-9ddc-54cde6e5552f",
"name": "Netlify - Get Current User (AUTH CHECK)",
"type": "n8n-nodes-base.httpRequest",
"position": [
48,
-288
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "892e151e-3a6a-429a-aced-795c821b58b5",
"name": "Netlify - Create new site",
"type": "n8n-nodes-base.httpRequest",
"position": [
272,
-288
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "15ccae1f-606e-4ea1-a76b-fb1e89c6433a",
"name": "Create a record",
"type": "n8n-nodes-base.airtable",
"position": [
1392,
-288
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "5bd1f06a-806f-4d5e-85df-686203e1bc8b",
"name": "Convert html text to HTML File",
"type": "n8n-nodes-base.convertToFile",
"position": [
720,
-288
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "1dc6655b-ed19-4fcf-89ec-7fad4b5249d6",
"name": "Compression to ZIP",
"type": "n8n-nodes-base.compression",
"position": [
944,
-288
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "4938eab5-b7be-4895-aa5c-fa2add6fe8fd",
"name": "Netlify - Create deployment",
"type": "n8n-nodes-base.httpRequest",
"position": [
1168,
-288
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "3d155ce0-5183-46d0-8817-67bf3fd71b52",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
496,
-288
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "8350477f-9649-4255-88f3-a6baaf61809f",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1472,
-464
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "4db8ac14-9f63-4c63-ad59-2385a9d5df57",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1472,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "74749ff8-7fe0-4fd1-92a1-42d8d3b14892",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-896,
-448
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2ba6a67f-2f40-4e49-94ff-c5f39978b254",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
-480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "f4791af5-c039-4029-9477-0fc50be02a94",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
-496
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "12d312f0-13c4-4893-bb35-a780e402e626",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1360,
-496
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "30eeb610-8fc3-404c-a54f-75ec2023d6f8",
"connections": {
"AI Agent": {
"main": [
[
{
"node": "Netlify - Get Current User (AUTH CHECK)",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Convert html text to HTML File",
"type": "main",
"index": 0
}
]
]
},
"Create a record": {
"main": [
[]
]
},
"Compression to ZIP": {
"main": [
[
{
"node": "Netlify - Create deployment",
"type": "main",
"index": 0
}
]
]
},
"On form submission": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google Gemini Chat Model1": {
"ai_languageModel": [
[
{
"node": "Structured Output Parser",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Netlify - Create new site": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Netlify - Create deployment": {
"main": [
[
{
"node": "Create a record",
"type": "main",
"index": 0
}
]
]
},
"Convert html text to HTML File": {
"main": [
[
{
"node": "Compression to ZIP",
"type": "main",
"index": 0
}
]
]
},
"Netlify - Get Current User (AUTH CHECK)": {
"main": [
[
{
"node": "Netlify - Create new site",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Transform any idea into a live website in seconds! This AI-powered template generates professional, fully-functional websites from simple text descriptions and automatically deploys them to Netlify.
Source: https://n8n.io/workflows/7807/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Who is this workflow template for?
The AI-Powered Shopify SEO Content Automation is an enterprise-grade workflow that transforms product content creation for e-commerce stores. This sophisticated multi-agent system integrates GPT-4o, C
How it Works
This automated workflow template transforms a single product image into a complete professional advertisement video with dynamic motion and custom soundtrack. Perfect for e-commerce businesses, market
This is an automated blog post generation system that: Researches topics using AI agents and web search tools Writes complete blog posts with proper SEO structure Generates custom images for each post