2025-11-26 05:00:58 +01:00
2025-11-25 10:38:56 +01:00
2025-11-25 10:39:13 +01:00

n8nworkflows.xyz

Standalone and versionable archive of n8n workflows from the official n8n.io/workflows website. This repository allows you to preserve, version, and reuse workflow templates in minimal format, ready to be imported offline.

n8nworkflows.xyz


📋 Table of Contents


📁 Repository Structure

n8nworkflows.xyz/
├── archive/
│   └── workflows/
│       ├── workflow-name-id-1/
│       │   ├── readme.md
│       │   ├── workflow.json
│       │   ├── metadata.json
│       │   └── workflow-name-id-1.webp
│       ├── workflow-name-id-2/
│       │   └── ...
│       └── ...
└── README.md

Each workflow is isolated in its own folder to facilitate navigation, versioning, and individual import.



📝 License

This repository archives public workflows from n8n.io/workflows. Each workflow retains its original license. Refer to individual metadata for more information.

The archiving code and repository structure are licensed under MIT.


⚠️ Disclaimer

This project is independent and not officially affiliated with n8n. It is a personal initiative aimed at facilitating access to and preservation of public n8n workflows.


Made with ❤️ for the n8n community


📄 Archived Workflow Format

Each workflow folder contains exactly 4 files:

File Description
readme.md Complete workflow description in Markdown (original template's readme field)
workflow.json Raw workflow export in JSON format, ready to be imported into n8n
metadata.json Metadata: author (user_*), tags, creation date, public link to https://n8n.io/workflows/<workflowId>
<slug-and-id>.webp Workflow screenshot (hero image from Supabase worklowscreenshot bucket)

📚 Workflows Summary (6240 workflows)

Languages
Markdown 100%