zie619/ n8n-workflows
View on GitHuball of the workflows of n8n i could find (also from the site itself)
all of the workflows of n8n i could find (also from the site itself)
Browse Online · Documentation · Contributing · License
Visit zie619.github.io/n8n-workflows for instant access to:
# Clone the repository
git clone https://github.com/Zie619/n8n-workflows.git
cd n8n-workflows
# Install dependencies
pip install -r requirements.txt
# Start the server
python run.py
# Open in browser
# http://localhost:8000
# Using Docker Hub
docker run -p 8000:8000 zie619/n8n-workflows:latest
# Or build locally
docker build -t n8n-workflows .
docker run -p 8000:8000 n8n-workflows
| Endpoint | Method | Description |
|----------|--------|-------------|
| / | GET | Web interface |
| /api/search | GET | Search workflows |
| /api/stats | GET | Repository statistics |
| /api/workflow/{id} | GET | Get workflow JSON |
| /api/categories | GET | List all categories |
| /api/export | GET | Export workflows |
graph LR
A[User] --> B[Web Interface]
B --> C[FastAPI Server]
C --> D[SQLite FTS5]
D --> E[Workflow Database]
C --> F[Static Files]
F --> G[Workflow JSONs]
n8n-workflows/
├── workflows/ # 4,343 workflow JSON files
│ └── [category]/ # Organized by integration
├── docs/ # GitHub Pages site
├── src/ # Python source code
├── scripts/ # Utility scripts
├── api_server.py # FastAPI application
├── run.py # Server launcher
├── workflow_db.py # Database manager
└── requirements.txt # Python dependencies
We love contributions! Here's how you can help:
# Fork and clone
git clone https://github.com/YOUR_USERNAME/n8n-workflows.git
# Create branch
git checkout -b feature/amazing-feature
# Make changes and test
python run.py --debug
# Commit and push
git add .
git commit -m "feat: add amazing feature"
git push origin feature/amazing-feature
# Open PR
Please report security vulnerabilities to the maintainers via Security Advisory.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this project helpful, please consider:
Star us on GitHub — it motivates us a lot!
Made with care by Zie619 and contributors
AI-BOM — Discover every AI agent, model, and API hiding in your infrastructure. Open source by Trusera — Securing the Agentic Service Mesh.
No comments yet. Set the tone — say what you would want to know.