Open Source Workflows

I have some workflows which I would like to open source to potentially be improved within my community.

Since n8n is UI-Based it makes things harder for collaboration.

Have someone found a way to collaborate creating/improving workflows?

Thx,
Happy n8n user

Hey, @mikeriss Welcome to the Community.

Here are the three ways you can do it.

  1. You can always press Ctrl + A to select the whole workflow then, press Ctrl + C to copy and paste it in an empty workflow using Ctrl + V this is the quickest way if you want to replicate the same workflow.

  2. Also, You can download your workflows manually using the Download option from here. Then you can manually upload it to GitHub or something.

  1. Finally, You can use this Workflow (Save your workflows into a GitHub repository | n8n workflow template) to save all your workflows into a GitHub repository.

:tada: I recommend the last one. Please try and if you have issues or doubts. Feel free to comment. :slight_smile:

Thanks, I appreciate it.

The last one looks interesting. I will have a look.

Don’t forget you can also post workflow examples to n8n.io/workflows, @harshil1712 also has a list of community resources that you could submit your git repo to if you wanted to get more eyes on it.