n8n-workflow-templates  by Danitilahun

A searchable collection of n8n automation workflows

Created 10 months ago
668 stars

Top 50.0% on SourcePulse

GitHubView on GitHub
Project Summary

This repository offers a curated collection of over 2,000 n8n automation workflows, paired with a high-performance documentation system for rapid search and analysis. It targets automation engineers and developers, providing a streamlined way to discover and implement proven n8n solutions.

How It Works

A FastAPI backend powers an SQLite database with FTS5 for sub-100ms full-text search. Workflows undergo automated analysis, categorization into 12 service types, and intelligent renaming from technical filenames. A responsive frontend enables instant filtering and displays real-time statistics on integrations and node counts.

Quick Start & Requirements

  • Primary install/run: Clone the repo, install Python dependencies (pip install -r requirements.txt), and run the server (python run.py). Access is at http://localhost:8000.
  • Prerequisites: Python 3.7+, a modern browser, and ~50MB storage for the database and indexes. An n8n instance is required for workflow import/execution.
  • Links: Official n8n Documentation, n8n Community forum, Workflow Templates, Integration Docs.

Highlighted Details

  • Features sub-100ms search response times via SQLite FTS5.
  • Includes 2,053 workflows, 365 integrations, and 29,445 nodes.
  • Intelligent naming system converts technical filenames to readable titles.
  • Workflows are auto-categorized into 12 service types (e.g., messaging, AI/ML, database).
  • Supports Mermaid diagram generation for workflow visualization.

Maintenance & Community

Workflows originate from diverse sources including official n8n.io, GitHub, blogs, and user submissions. However, specific community links or contributor details are absent from the README.

Licensing & Compatibility

No software license is specified in the README, posing an adoption blocker for commercial use. Compatibility is noted for n8n 1.0+.

Limitations & Caveats

Workflows are provided "as-is" for educational purposes, requiring credential updates and testing in development environments. Some workflows may need additional community nodes, and external API changes can affect functionality.

Health Check
Last Commit

10 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
1
Star History
38 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.