A curated list of AI tools and resources for developers, see the AI Resources .

N8N Workflows Catalog

A community-driven catalog archiving reusable n8n workflow templates for import and versioning.

Detailed Introduction

N8N Workflows Catalog is an open, community-focused repository that archives public n8n workflows in a minimal, portable format. Each workflow is stored with readme.md, workflow.json, metadata.json, and a screenshot to enable offline import and version tracking. The project helps automation developers and operators reuse proven templates and accelerate the path from idea to runnable automation.

Main Features

  • Large-scale archive: thousands of n8n workflows organized by category, complexity, and node types.
  • Import-ready: each workflow includes a workflow.json export that can be imported into n8n with minimal changes.
  • Metadata preserved: metadata.json keeps author, tags and original links for provenance and license checks.
  • Community-driven: contributions and updates are accepted to preserve useful automation patterns.

Use Cases

  • Rapid automation prototyping: import templates to save configuration and testing time.
  • Learning and examples: beginners can study real workflows to learn node usage and data flow design.
  • Migration and backup: teams can version and archive critical workflows for auditing and rollback.
  • Composition and customization: use existing workflows as building blocks to assemble more complex pipelines.

Technical Features

The project organizes workflows as static directories in a Git repository and relies on Git for versioning and distribution. Workflow folders contain the original JSON export (workflow.json), complemented by Markdown descriptions and screenshots to ease migration between n8n instances. Because many workflows depend on third-party APIs and credentials, the catalog does not include secrets; users must update node credentials for their environments.

Summary

N8N Workflows Catalog provides a structured, reusable library of n8n automation templates that benefits developers, operators, and learners by reducing time-to-value and preserving community knowledge.

N8N Workflows Catalog
Resource Info
🗃️ Collection 🔄 Workflow 🌱 Open Source