Skip to content

bonskari/n8n-ai-workflows

Repository files navigation

n8n AI Workflow Templates -- Powered by Ollama (100% Local, 100% Free AI)

Production-ready n8n automation workflows that use local AI via Ollama. No API keys. No cloud costs. No data leaves your machine.

n8n Ollama License Get Full Pack


3 Free Sample Workflows

Try before you buy. Each workflow is a real, complete, production-ready template -- not a stripped-down demo.

# Workflow What It Does Nodes Trigger
1 AI Blog Writer Pipeline Enter a topic, get a polished 1500-word blog post. Uses a 4-stage AI pipeline: Research, Outline, Draft, Edit. 7 Manual
2 AI Social Media Content Generator One topic becomes ready-to-post content for Twitter, LinkedIn, Reddit, and Instagram -- with AI quality review. 6 Manual
3 AI Data Extractor Send unstructured text via webhook, get clean structured JSON back. Includes AI-powered verification of extracted data. 6 Webhook

Quick Download Links


How to Import into n8n

1. Download any .json file from the samples/ folder above
2. Open n8n -> Workflows -> Import from File
3. Select the downloaded JSON file
4. Make sure Ollama is running locally:
     ollama pull llama3:8b
     ollama serve
5. Click "Execute Workflow" -- done!

All workflows connect to Ollama at http://localhost:11434 by default. No API keys or credentials needed.


The Full Pack: 11 Production Workflows ($39)

Like the free samples? The complete pack includes 11 workflows covering content, sales, and productivity automation -- all powered by local AI.

Content & Marketing (4 workflows)

  • AI Blog Writer Pipeline -- 4-stage content pipeline (free sample included)
  • AI Social Media Content Generator -- One topic to 4 platforms (free sample included)
  • AI YouTube-to-Newsletter Pipeline -- YouTube URL to email newsletter in 60 seconds
  • AI Multi-Platform Content Repurposer -- One post to 6 platform-optimized versions

Sales & Business (4 workflows)

  • AI Lead Scoring & Enrichment -- Webhook-triggered scoring (1-100), auto-route hot leads
  • AI Competitor Intelligence Monitor -- Weekly autopilot competitive analysis
  • AI Email Auto-Responder -- Classify emails, filter spam, draft replies every 5 minutes
  • AI Support Ticket Router -- Classify, prioritize, auto-reply, and escalate

Productivity (3 workflows)

  • AI Data Extractor -- Unstructured text to clean JSON with verification (free sample included)
  • AI Document Summarizer -- Webhook API for document summaries + Q&A pairs
  • AI Meeting Notes Summarizer -- Transcripts to structured summaries + action items

One-time purchase. Instant download. Lifetime updates.


Why Self-Hosted AI?

Cloud AI (OpenAI, etc.) Self-Hosted (Ollama)
Monthly cost $20--200+ $0
Data privacy Sent to third-party servers Stays on your machine
Rate limits Yes None
Works offline No Yes
GDPR compliant Complicated By default
Vendor lock-in Yes No

Requirements

  • n8n self-hosted (v1.0+)
  • Ollama running on localhost:11434
  • Any Ollama model -- llama3:8b recommended (works with any model)
  • 8GB+ RAM recommended

Quick Setup

# Install Ollama (macOS/Linux)
curl -fsSL https://ollama.ai/install.sh | sh

# Pull the recommended model
ollama pull llama3:8b

# Start Ollama (if not already running)
ollama serve

Screenshots

Screenshots of each workflow running in n8n coming soon. Star this repo to get notified!


FAQ

Q: Do these work with OpenAI / Claude / other cloud APIs? A: The workflows are built for Ollama, but you can swap the HTTP Request nodes for n8n's native OpenAI/Anthropic nodes with minimal changes.

Q: What n8n version do I need? A: v1.0 or later. All workflows use standard nodes available in the free self-hosted version.

Q: Can I use a different Ollama model? A: Yes. Change llama3:8b in the workflow to any model you have pulled (e.g., mistral, codellama, phi3).

Q: What do I get in the full pack vs. the free samples? A: The free samples are 3 complete workflows. The full pack adds 8 more workflows covering email automation, lead scoring, competitor monitoring, meeting notes, document summarization, content repurposing, YouTube-to-newsletter, and support ticket routing.


Tutorials & Guides

Step-by-step guides for building AI automation workflows with n8n + Ollama:

View all tutorials ->


Star History

If this repo helped you, give it a star! It helps others discover these workflows.

Star this repo


Support

Questions or issues? Open an issue or email [email protected]


License

The free sample workflows in this repository are released under the MIT License. The full paid pack is licensed per-user.


About

15 production-ready n8n workflow templates powered by Ollama (local AI). Email automation, lead scoring, content generation, RAG, chatbots, and more. No API keys needed.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages