n8n-workflows: The Ultimate Collection of n8n Automation Workflows

n8n-workflows: The Ultimate Collection of n8n Automation Workflows

Summary

n8n-workflows is an extensive collection of over 4,300 production-ready automation workflows for n8n. This repository provides a comprehensive resource for users looking to enhance their n8n automation capabilities, featuring a searchable online interface and easy local installation. With over 47,000 stars, it stands as a highly popular and valuable tool for the n8n community.

Repository Info

Updated on December 11, 2025
View on GitHub

Tags

Click on any tag to explore related repositories

Introduction

n8n-workflows is a massive, community-driven collection of over 4,300 production-ready automation workflows for n8n. Curated by Zie619, this repository serves as an invaluable resource for anyone looking to streamline their automation tasks. It boasts an impressive 47,000+ stars and offers a user-friendly online interface for easy browsing and direct downloads. The project features over 365 unique integrations across 15 organized categories, making it simple to find exactly what you need. Recent updates in November 2025 include enhanced security, multi-platform Docker support, a live searchable interface via GitHub Pages, 100x faster search with SQLite FTS5, and a modern UI with dark/light mode.

Installation

Prerequisites

To run the project locally, ensure you have:

  • Python 3.9+
  • pip (Python package manager)
  • 100MB free disk space

Quick Start (Local)

# Clone the repository
git clone https://github.com/Zie619/n8n-workflows.git
cd n8n-workflows

# Install dependencies
pip install -r requirements.txt

# Start the server
python run.py

# Open in browser
# http://localhost:8000

Docker Installation

# Using Docker Hub
docker run -p 8000:8000 zie619/n8n-workflows:latest

# Or build locally
docker build -t n8n-workflows .
docker run -p 8000:8000 n8n-workflows

Examples

The n8n-workflows project makes it incredibly easy to find and utilize automation flows. Users can visit the dedicated GitHub Pages site at zie619.github.io/n8n-workflows for instant access. The online interface provides a smart search function, allowing you to find workflows by name, description, or even nodes within the workflow. You can also browse by 15+ categories, filter by complexity, trigger type, and over 365 integrated services. Once you find a suitable workflow, you can directly download its JSON file for immediate import into your n8n instance.

Why Use n8n-workflows?

This repository is an essential resource for any n8n user due to several compelling reasons:

  • Vast Collection: Access to 4,343 production-ready workflows, saving countless hours of development.
  • Diverse Integrations: Supports over 365 unique integrations, covering a wide range of services and use cases.
  • Exceptional Performance: Features a highly optimized online interface with sub-100ms search response times and minimal memory usage.
  • Ease of Access: Available online via GitHub Pages, locally installable, and Docker-ready for flexible deployment.
  • Active Development: Continuously updated with new features, security enhancements, and performance improvements.
  • Community Support: Benefit from a vibrant community, with clear guidelines for contributing and reporting issues.
  • Robust Architecture: Built with Python, FastAPI, and SQLite FTS5 for a powerful and efficient backend.

Links