Best of n8n2025

  1. 1
    Article
    Avatar of medium_jsMedium·41w

    Mastering n8n: Step-by-Step Beginner’s Guide

    A comprehensive beginner's guide to n8n, a visual automation platform that connects apps and automates workflows without coding. Covers setup options (cloud vs self-hosted), understanding the workflow canvas, five types of nodes (trigger, action, logic, code, AI agent), testing and debugging strategies, and building modular systems. Introduces agentic workflows that can reason through context and adapt to changing conditions, with practical examples for social media automation, sales research, data analysis, and personal AI assistants.

  2. 2
    Video
    Avatar of networkchuckNetworkChuck·44w

    You NEED to Use n8n RIGHT NOW!! (Free, Local, Private)

    n8n is a powerful open-source automation platform that allows users to create workflows connecting various services and APIs. The tutorial demonstrates setting up n8n both locally and in the cloud, creating automated news aggregation workflows that pull from RSS feeds, integrate AI summarization, and send notifications to Discord. Key features include visual workflow building, extensive service integrations, AI agent capabilities with tools and memory, and the ability to execute system commands for home lab automation.

  3. 3
    Video
    Avatar of youtubeYouTube·51w

    Build & Sell n8n AI Agents (8+ Hour Course, No Code)

    A comprehensive 8+ hour course teaching beginners how to build and monetize AI agents using n8n, a visual no-code automation platform. The course covers setting up n8n, understanding the difference between AI workflows and AI agents, connecting to APIs like OpenAI, working with data types and JSON, and building practical automations. The instructor claims to have generated over $500,000 in revenue through AI agent development and provides step-by-step guidance for creating 15+ AI automations during the free trial period.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·23w

    Learn n8n to Design, Develop, and Deploy Production-Grade AI Agents

    n8n is an open-source visual workflow automation tool for connecting applications, APIs, and AI models. A comprehensive beginner course covers building practical AI agents including email automation, research workflows with OpenAI and Perplexity, and a customer support RAG agent using vector databases like Pinecone. The training includes advanced topics like modular component patterns, multi-workflow builds for coordinating agent teams, and deployment options including cloud, Docker, and self-hosting with local LLMs like Ollama.

  5. 5
    Video
    Avatar of bytegradByteGrad·38w

    Next.js + n8n Might Be The Ultimate Combo (+ Self-Host On VPS W/ Coolify!)

    Demonstrates how to integrate Next.js with n8n workflow automation platform to create sophisticated applications without extensive backend coding. Shows building a CSV to JSON converter where Next.js handles the frontend while n8n processes the data transformation through visual workflows. Includes complete deployment setup using Coolify on a VPS, covering both local development and production hosting with custom domains and environment configuration.

  6. 6
    Video
    Avatar of bytegradByteGrad·50w

    How To Self-Host n8n (VPS vs Your Computer)

    Compares two approaches for self-hosting n8n workflow automation software: running it locally on your computer versus using a VPS cloud server. Local hosting offers cost savings, data privacy, and lower latency for local integrations, but VPS hosting provides better uptime, easier collaboration, webhook support, and simpler backup management. Includes step-by-step setup instructions for both methods, with practical demonstrations of installing n8n locally using npx and deploying it on a Hostinger VPS using their pre-configured template.

  7. 7
    Article
    Avatar of faunFaun·31w

    My n8n Journey: From Zero to Building AI-Powered Tools

    A developer shares their journey learning n8n workflow automation from scratch, starting with simple weather API integrations and progressing to building Quik8n, a Chrome extension that uses AI to generate n8n workflows. The post includes practical learning resources, a step-by-step workflow creation methodology, and advice for beginners to experiment with the self-hosted version. The author emphasizes community learning, iterative development, and the value of hands-on experimentation in mastering automation tools.

  8. 8
    Video
    Avatar of networkchuckNetworkChuck·35w

    N8n AI Agents are INSANE!!

    Demonstrates how to create AI agents in n8n that combine language models with command-line tools and memory. Shows a practical example of building an agent that can check website connectivity by executing ping commands through ChatGPT integration, highlighting the potential for automating network monitoring and system administration tasks.

  9. 9
    Video
    Avatar of youtubeYouTube·49w

    How to INSTANTLY Build An AI Agent Army in n8n with Claude

    Claude 4 Opus can automatically generate complete AI agent systems in n8n using a single prompt. The process creates a master orchestrating agent with specialized subworkflows, each equipped with relevant tools like Slack, ClickUp, and Airtable. By providing business descriptions and tool specifications, users can generate functional JSON workflows in minutes without coding. The system leverages Claude's extended thinking and web search capabilities to create valid, importable workflows with proper tool connections and error handling.

  10. 10
    Article
    Avatar of n8nn8n·51w

    Run N8N for 1$/month instead of 28$ (+ more features)

    Self-hosting n8n on a VPS costs only $1/month compared to $28/month for the SaaS plan, while providing unlimited workflows instead of the 5-workflow limit on the paid cloud plan. This approach offers significant cost savings and removes usage restrictions for automation workflows.

  11. 11
    Article
    Avatar of javarevisitedJavarevisited·45w

    8 Best Udemy Courses to Learn n8n for AI Automation and AI Agents in 2025

    A curated list of 8 Udemy courses for learning n8n, an open-source workflow automation platform for building AI agents and automations. The courses cover topics from beginner-friendly AI automation to advanced RAG-based agents, voice AI, and monetizing automation skills. Each course targets different skill levels and use cases, from non-technical users to developers building complex AI agent architectures.

  12. 12
    Video
    Avatar of youtubeYouTube·46w

    How to Build AI Agents with n8n in 2025! (Full Course)

    A comprehensive tutorial covering how to build AI agents and automations using n8n, a no-code workflow automation platform. The guide starts with fundamental concepts like the difference between agents and automations, explains n8n's node-based system including triggers, actions, utilities, code nodes, and AI components. It walks through creating a practical lead form automation that processes form submissions and sends labeled email notifications based on project budget. The tutorial emphasizes hands-on learning with step-by-step instructions for setting up workflows, configuring nodes, and understanding data flow between components.

  13. 13
    Article
    Avatar of javarevisitedJavarevisited·38w

    LangGraph and n8n in 2025: The AI Stack You Can’t Ignore?

    LangGraph and n8n serve complementary roles in AI system architecture. n8n excels as a workflow automation tool for connecting APIs, databases, and services, while LangGraph specializes in building intelligent AI agents with multi-step reasoning, state management, and complex tool-calling capabilities. The key insight is using n8n for data movement and integrations, and LangGraph for AI reasoning and agent orchestration, rather than treating them as competing solutions.

  14. 14
    Article
    Avatar of itnextITNEXT·47w

    How to Start Your Own MCP Server with n8n

    n8n version 1.88.0+ includes built-in Model Context Protocol (MCP) support, allowing users to expose workflows as AI-usable tools through MCP Server Trigger nodes and connect to other MCP servers via MCP Client Tool nodes. The guide covers setting up MCP endpoints, configuring authentication, exposing tools, and connecting with AI agents, all without requiring additional installations or Docker images.

  15. 15
    Video
    Avatar of codeheadCodeHead·36w

    n8n Explained In 2 Minutes

    n8n is an open-source workflow automation tool that connects apps, APIs, and custom logic through visual node-based pipelines. Unlike Zapier, it offers developer-level control with self-hosting options and supports conditionals, loops, and custom JavaScript. The tutorial demonstrates building a daily tech news Discord bot that pulls RSS feeds, summarizes articles using AI, and posts to Discord channels.

  16. 16
    Video
    Avatar of christianlempaChristian Lempa·35w

    Self-hosted automation for EVERYTHING! // n8n Tutorial

    A comprehensive tutorial on setting up and using n8n, a self-hosted automation platform that enables users to create workflow automations through a visual, drag-and-drop interface. The guide covers Docker installation, connecting various applications like Notion and social media platforms, using triggers and data transformation nodes, implementing conditional logic with switch cases, and setting up error handling for production workflows.

  17. 17
    Video
    Avatar of fireshipFireship·34w

    n8n will change your life as a developer...

    n8n is an open-source, self-hostable automation platform that serves as a free alternative to Zapier. It allows developers to create complex automation workflows through a visual flowchart editor without writing code. The platform supports hundreds of third-party integrations and can be deployed on a VPS for just a few dollars per month. Examples include automating GitHub workflows, social media posting, IoT device management, and AI-powered content generation.

  18. 18
    Video
    Avatar of bytegradByteGrad·37w

    Self-Host n8n With Coolify (VPS, Custom Domain, Subdomain, SSL / https)

    A step-by-step guide to self-hosting n8n workflow automation tool using Coolify on a VPS. Covers setting up a VPS with Hostinger, configuring Coolify, deploying n8n with PostgreSQL, setting up custom domains with SSL, and migrating existing workflows from local instances to the production environment.

  19. 19
    Video
    Avatar of youtubeYouTube·43w

    Self-Host Your Own Automation Platform with n8n + Docker

    A comprehensive guide to setting up n8n, a self-hosted automation platform, using Docker Compose on Ubuntu Linux. The tutorial covers installation, configuration with PostgreSQL database, creating workflows that integrate with services like Discord and Google Sheets, and building advanced automations that incorporate local LLM models through Ollama for sentiment analysis. Demonstrates three workflow examples: basic Discord messaging, Google Sheets data processing with loops, and an advanced sentiment analysis pipeline that updates spreadsheet data using AI.

  20. 20
    Video
    Avatar of oxylabsOxylabs·23w

    n8n Web Scraping: Complete Automation Guide

    n8n enables no-code web scraping through its visual workflow builder. The platform offers multiple approaches: basic HTTP Request and HTML nodes for static sites, Markdown conversion for AI processing, and third-party tools like Oxylabs AI Studio for JavaScript-heavy pages. Workflows can be configured with error handling, retry logic, and rate limiting. Scraped data integrates directly with databases, spreadsheets, and LLMs. Both cloud-hosted and self-hosted deployment options are available, with self-hosted being free but requiring infrastructure management.

  21. 21
    Article
    Avatar of tdsTowards Data Science·36w

    How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n

    A comprehensive guide to building an AI-powered budget planning system that automates CAPEX portfolio optimization. The solution combines LangGraph for agent orchestration, FastAPI for linear programming optimization, and n8n for workflow automation. Users can send budget requests via email and receive optimized project portfolios that maximize ROI while respecting constraints like sustainability requirements. The system includes email parsing, mathematical optimization using PuLP library, and automated report generation for executive decision-making.

  22. 22
    Video
    Avatar of youtubeYouTube·50w

    How to Build AI Agents in n8n for Beginners! (Full n8n Guide)

    A comprehensive beginner's guide to building AI agents using n8n, covering the fundamentals of workflow automation, the difference between automations and agents, and hands-on tutorials for creating weather reporting agents. The guide walks through setting up triggers, actions, HTTP requests, code nodes, and integrating AI models with tools like OpenAI and Gmail to create dynamic, conversational agents that can perform tasks and access external data sources.

  23. 23
    Article
    Avatar of tdsTowards Data Science·35w

    From Python to JavaScript: A Playbook for Data Analytics in n8n with Code Node Examples

    A comprehensive guide showing how to translate Python data analytics workflows into JavaScript for n8n automation platform. Demonstrates building ABC and Pareto analysis workflows using n8n's native JavaScript code nodes, with side-by-side comparisons to equivalent Python/Pandas operations. Includes performance benchmarking between JavaScript nodes and FastAPI microservices, showing practical approaches for supply chain analytics automation.

  24. 24
    Video
    Avatar of youtubeYouTube·42w

    n8n Tutorial for Beginners - Build Your First Free AI Agent

    A comprehensive tutorial showing how to build AI agents using n8n workflow automation tool completely for free. Covers setting up n8n with Docker, integrating with Google Gemini AI model, connecting to QuickBooks for invoice data, and creating automated payment reminder emails with human approval workflows through Discord. Demonstrates building an agent that can reason, use tools, and maintain memory to handle overdue invoice management automatically.