n8n workflow collection and documentation
Top 1.8% on SourcePulse
This repository offers a professionally organized collection of 2,053 n8n workflows, enhanced by a high-performance documentation system for instant search, analysis, and browsing. It targets developers, automation engineers, and business analysts seeking to streamline processes with pre-built automations, providing a significant improvement over traditional documentation methods.
How It Works
The system utilizes a FastAPI backend and a SQLite database with FTS5 for sub-100ms full-text search capabilities. Workflows are automatically analyzed, categorized by trigger type and service, and given intelligent, human-readable names. A responsive frontend provides an intuitive interface for searching, filtering, and visualizing workflows, including Mermaid diagram generation.
Quick Start & Requirements
pip install -r requirements.txt
), and start the server (python run.py
).http://localhost:8000
.Highlighted Details
Maintenance & Community
The project appears to be community-driven, with contributions encouraged for adding new workflows and expanding categorization. Resources for learning and community support are linked, including the official n8n documentation and community forum.
Licensing & Compatibility
The repository's README does not explicitly state a license. Workflows are provided "as-is for educational purposes," and users are advised to update credentials and test safely. Compatibility is noted for n8n 1.0+; some workflows may require additional community nodes.
Limitations & Caveats
Workflows are provided for educational purposes and require review and testing before use in production environments. Users must update credentials and ensure proper permissions for integrations, as external APIs may have changed since workflow creation.
10 hours ago
Inactive