Skip to content

nusquama/n8nworkflows.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34,794 Commits
 
 
 
 

Repository files navigation

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.


🔗 Useful Links


📝 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 (7034 workflows)

Releases

No releases published

Packages

No packages published