Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Blog Research and Writer n8n Workflow Ai Blog Writer Fully automated blog creation system using n8n + AI Agents + Image Generation [Example Blog](https://livesume.com/blog/building personal brand s...
n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgroq, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.rssfeedreadtool, n8n-nodes-base.supabase, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muhammad Asadullah.
Original n8n.io sourceFully automated blog creation system using n8n + AI Agents + Image Generation
This workflow automates the entire blog creation pipeline—from topic research to final publication. Three specialized AI agents collaborate to produce publication-ready blog posts with custom images, all saved directly to your Supabase database.
https://db.com/image_1, etc.)blogs table as draft✅ Duplicate Prevention: Checks existing blogs before researching new topics
✅ SEO Optimized: Natural language, proper heading structure, keyword integration
✅ Human-Like Writing: No robotic phrases, varied sentence structure, actionable advice
✅ Custom Images: Generated specifically for each blog's content
✅ Fully Structured: JSON output with all metadata (tags, category, excerpt, etc.)
✅ Error Handling: Automatic retries with wait periods between agent calls
✅ Tool Integration: Google Search, URL scraping, RSS feeds for research
blogs table with fields:title, slug, excerpt, category, tags, featured_image, status, featured, contentUpdate these placeholders:
[your website's rss.xml] with your site's RSS feedReplace the "nano banana" node with:
Modify "Schedule Trigger" to run:
Replace Serper.dev with:
{
"title": "Your SEO-Optimized Title",
"slug": "your-seo-optimized-title",
"excerpt": "Compelling 2-3 sentence summary with key benefits.",
"category": "Your Category",
"tags": ["tag1", "tag2", "tag3", "tag4"],
"author_name": "Your Team Name",
"featured": false,
"status": "draft",
"content": "<article>...complete HTML with embedded images...</article>"
}
3 Main Phases:
Error Handling:
Result: Hands-free blog publishing that maintains quality while saving 3-5 hours per post.
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.
Showing the first 24 of 51 workflow blocks. Download the JSON for the full node graph.
| Workflow | End-to-end Ai blog research and writer with Gemini AI, Supabase and Nano-Banana |
|---|---|
| Complexity | advanced |
| Nodes | 51 |
| Categories | Content Creation, Multimodal AI |
| Author | Muhammad Asadullah |
| Published | 29 Sept 2025 |
Use the JSON export at /data/workflows/9079/9079.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.
Blog Research and Writer n8n Workflow Ai Blog Writer Fully automated blog creation system using n8n + AI Agents + Image Generation [Example Blog](https://livesume.com/blog/building personal brand s...
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.