n8n-workflows: The Ultimate Collection of n8n Automation Workflows

This repository profile is provided by osrepos.com, an open source repository discovery platform.

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 Information

Analyzed by OSRepos on December 11, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party 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

Related repositories

Similar repositories that may be relevant next.

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️