Welcome to Workflows — a collection of professional, production-ready n8n workflow templates designed to supercharge your automation with AI capabilities.
Each workflow is thoroughly documented, tested, and ready to import into your n8n instance.
- 🤖 AI-Powered Workflows — Leverage cutting-edge AI models
- 📦 Ready to Import — Drop-in workflow JSON files
- 📚 Comprehensive Documentation — Detailed guides for each workflow
- 🔧 Customizable — Easy to modify and extend
- 🆓 Open Source — MIT licensed, free to use
workflows/
│
├── README.md # This file
├── LICENSE # MIT License
├── .gitignore # Git ignore rules
│
├── workflows/ # All workflow templates
│ └── ai-image-generator/ # AI Image Generator workflow
│ ├── workflow.json # n8n workflow definition
│ ├── README.md # Workflow documentation
│ └── workflow.png # Workflow screenshot
│
└── assets/ # Repository assets
└── banner.png # Project banner
| Workflow | Description | Status |
|---|---|---|
| 🤖 AI Image Generator | Generate AI images automatically from Telegram or n8n Chat | ✅ Ready |
Get started in under 2 minutes:
-
Clone the repository
git clone https://github.com/MazenHaroun/workflows.git
-
Choose a workflow from the
workflows/directory -
Import into n8n using the workflow JSON file
-
Configure credentials and activate
- n8n self-hosted or cloud instance
- API keys for required services (varies by workflow)
- Open your n8n instance
- Navigate to Workflows → Add Workflow → Import from File
- Select the
workflow.jsonfile from your chosen workflow directory - Configure the required credentials in each node
- Click Activate to start the workflow
Each workflow includes a screenshot in its directory for quick visual reference.
| Workflow | Preview |
|---|---|
| AI Image Generator | ![]() |
- Add more AI-powered workflows
- Add webhook-based automation templates
- Add data processing workflows
- Add notification system workflows
- Add database automation templates
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-workflow) - Commit your changes (
git commit -m 'Add amazing workflow') - Push to the branch (
git push origin feature/amazing-workflow) - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
Mazen Haroun
⭐ If you find this useful, please star the repo! ⭐

