Back to Search
Zie619

Zie619/n8n-workflows

all of the workflows of n8n i could find (also from the site itself)

50,189stars
6,098forks
50,189watchers
MIT License
Updated 1/21/2026

README.md

šŸš€ n8n Workflow Collection

n8n Workflows Workflows Integrations License Buy Me a Coffee

🌟 The Ultimate Collection of n8n Automation Workflows

šŸ” Browse Online • šŸ“š Documentation • šŸ¤ Contributing • šŸ“„ License


✨ What's New

šŸŽ‰ Latest Updates (November 2025)

  • šŸ”’ Enhanced Security: Full security audit completed, all CVEs resolved
  • 🐳 Docker Support: Multi-platform builds for linux/amd64 and linux/arm64
  • šŸ“Š GitHub Pages: Live searchable interface at zie619.github.io/n8n-workflows
  • ⚔ Performance: 100x faster search with SQLite FTS5 integration
  • šŸŽØ Modern UI: Completely redesigned interface with dark/light mode

🌐 Quick Access

šŸ”„ Use Online (No Installation)

Visit zie619.github.io/n8n-workflows for instant access to:

  • šŸ” Smart Search - Find workflows instantly
  • šŸ“‚ 15+ Categories - Browse by use case
  • šŸ“± Mobile Ready - Works on any device
  • ā¬‡ļø Direct Downloads - Get workflow JSONs instantly

šŸš€ Features

šŸ“Š By The Numbers

  • 4,343 Production-Ready Workflows
  • 365 Unique Integrations
  • 29,445 Total Nodes
  • 15 Organized Categories
  • 100% Import Success Rate

⚔ Performance

  • < 100ms Search Response
  • < 50MB Memory Usage
  • 700x Smaller Than v1
  • 10x Faster Load Times
  • 40x Less RAM Usage

šŸ’» Local Installation

Prerequisites

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

Quick Start

# 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

šŸ“š Documentation

API Endpoints

EndpointMethodDescription
/GETWeb interface
/api/searchGETSearch workflows
/api/statsGETRepository statistics
/api/workflow/{id}GETGet workflow JSON
/api/categoriesGETList all categories
/api/exportGETExport workflows

Search Features

  • Full-text search across names, descriptions, and nodes
  • Category filtering (Marketing, Sales, DevOps, etc.)
  • Complexity filtering (Low, Medium, High)
  • Trigger type filtering (Webhook, Schedule, Manual, etc.)
  • Service filtering (365+ integrations)

šŸ—ļø Architecture

graph LR
    A[User] --> B[Web Interface]
    B --> C[FastAPI Server]
    C --> D[SQLite FTS5]
    D --> E[Workflow Database]
    C --> F[Static Files]
    F --> G[Workflow JSONs]

Tech Stack

  • Backend: Python, FastAPI, SQLite with FTS5
  • Frontend: Vanilla JS, Tailwind CSS
  • Database: SQLite with Full-Text Search
  • Deployment: Docker, GitHub Actions, GitHub Pages
  • Security: Trivy scanning, CORS protection, Input validation

šŸ“‚ Repository Structure

n8n-workflows/
ā”œā”€ā”€ workflows/           # 4,343 workflow JSON files
│   └── [category]/     # Organized by integration
ā”œā”€ā”€ docs/               # GitHub Pages site
ā”œā”€ā”€ src/                # Python source code
ā”œā”€ā”€ scripts/            # Utility scripts
ā”œā”€ā”€ api_server.py       # FastAPI application
ā”œā”€ā”€ run.py              # Server launcher
ā”œā”€ā”€ workflow_db.py      # Database manager
└── requirements.txt    # Python dependencies

šŸ¤ Contributing

We love contributions! Here's how you can help:

Ways to Contribute

  • šŸ› Report bugs via Issues
  • šŸ’” Suggest features in Discussions
  • šŸ“ Improve documentation
  • šŸ”§ Submit workflow fixes
  • ⭐ Star the repository

Development Setup

# Fork and clone
git clone https://github.com/YOUR_USERNAME/n8n-workflows.git

# Create branch
git checkout -b feature/amazing-feature

# Make changes and test
python run.py --debug

# Commit and push
git add .
git commit -m "feat: add amazing feature"
git push origin feature/amazing-feature

# Open PR

šŸ”’ Security

Security Features

  • āœ… Path traversal protection
  • āœ… Input validation & sanitization
  • āœ… CORS protection
  • āœ… Rate limiting
  • āœ… Docker security hardening
  • āœ… Non-root container user
  • āœ… Regular security scanning

Reporting Security Issues

Please report security vulnerabilities to the maintainers via Security Advisory.


šŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License

Copyright (c) 2025 Zie619

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction...

šŸ’– Support

If you find this project helpful, please consider:

Buy Me a Coffee Star on GitHub Follow


šŸ“Š Stats & Badges

GitHub stars GitHub forks GitHub watchers GitHub issues GitHub pull requests GitHub last commit GitHub repo size


šŸ™ Acknowledgments

  • n8n - For creating an amazing automation platform
  • Contributors - Everyone who has helped improve this collection
  • Community - For feedback and support
  • You - For using and supporting this project!

⭐ Star us on GitHub — it motivates us a lot!

Made with ā¤ļø by Zie619 and contributors