Best of n8nNovember 2025

  1. 1
    Video
    Avatar of codeheadCodeHead·28w

    How To Host n8n For Free FOREVER

    Learn how to self-host n8n automation tool completely free using two methods: npm installation with Node.js or Docker Desktop. Both approaches allow you to run n8n locally on your machine with access to paid features through a free license, eliminating subscription costs for workflow automation.

  2. 2
    Video
    Avatar of javascriptmasteryJavaScript Mastery·28w

    Build AI Agents with n8n | Complete Beginner’s Automation Course 2025

    A comprehensive guide to building automation workflows and AI agents using n8n, an open-source visual automation platform. Covers installation options (local, self-hosted, cloud), core concepts like nodes and triggers, and walks through building two practical projects: a weather forecast emailer and an intelligent inbox manager that automatically categorizes emails, creates tasks, and drafts replies using AI models like Google Gemini.

  3. 3
    Article
    Avatar of ergq3auoeReinier·28w

    Build AI Agents with n8n | Complete Beginner’s Automation Course 2025

    A beginner-friendly video course covering how to build AI-powered automation workflows using n8n. Learn to create AI agents, automate repetitive tasks, integrate multiple applications, and deploy intelligent workflow solutions.

  4. 4
    Video
    Avatar of dreamsofcodeDreams of Code·26w

    Fixing standup the only way I know how.

    A developer automates their daily standup meetings by building a workflow automation system using N8N. The solution integrates with GitHub, Linear, and Slack to automatically collect work activity data, summarize it using an LLM, and distribute standup updates via Slack and email. The implementation includes handling both synchronous and asynchronous standup scenarios, with conditional logic based on calendar events.